diff --git a/README.md b/README.md index 119f594c2..91249a0ba 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Example build commands: $ make DEVFAMILY=AM62PX OS=debian + - Build EdgeAI documentation for AM62AX + + $ make DEVFAMILY=AM62AX OS=edgeai + ### HTML Page Output Open the index page in a web browser @@ -73,6 +77,7 @@ Open the index page in a web browser linux: ./build/processor-sdk-linux-/esd/docs/[version]/index.html android: ./build/processor-sdk-android-/esd/docs/[version]/index.html debian: ./build/processor-sdk-debian-/esd/docs/[version]/index.html + edgeai: ./build/processor-sdk-edgeai-/esd/docs/[version]/index.html ## Live Preview on GitHub Pages diff --git a/source/devices/AM62AX/edgeai/getting_started.rst b/source/devices/AM62AX/edgeai/getting_started.rst index bb4010910..e6ad419b1 100644 --- a/source/devices/AM62AX/edgeai/getting_started.rst +++ b/source/devices/AM62AX/edgeai/getting_started.rst @@ -99,7 +99,7 @@ firmly to keep the connector cable in place. by specifying the dtb overlay file in ``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as below, - ``name_overlays=ti/k3-am62x-sk-csi2-imx219.dtbo`` + ``name_overlays=ti/k3-am62x-sk-csi2-imx219.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` Reboot the board after editing and saving the file. Dtb files can be found under /boot/dtb/ti. @@ -160,7 +160,7 @@ firmly to keep the connector cable in place. file in ``/run/media/BOOT-mmcblk1p1/uEnv.txt``. Let's take an example of single IMX219 camera connected to Mini fusion board at Port 0. - ``name_overlays=ti/k3-am62x-sk-csi2-v3link-fusion.dtbo ti/k3-v3link-imx219-0-0.dtbo`` + ``name_overlays=ti/k3-am62x-sk-csi2-v3link-fusion.dtbo ti/k3-v3link-imx219-0-0.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` Similarly for camera connected to other port, dtbo can be appended above. Reboot the board after editing and saving the file. Dtb files can be found diff --git a/source/devices/AM62AX/edgeai/pi_hdr_programming.rst b/source/devices/AM62AX/edgeai/pi_hdr_programming.rst index d2c8e850e..85300f122 100644 --- a/source/devices/AM62AX/edgeai/pi_hdr_programming.rst +++ b/source/devices/AM62AX/edgeai/pi_hdr_programming.rst @@ -22,7 +22,7 @@ By default, the 40-pin header is not enabled on AM69A SK board. This can be enab specifying the dtb overlay file ``k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo`` in ``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as given below. -``name_overlays=ti/k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo`` +``name_overlays=ti/k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` Reboot the board after editing and saving the file. diff --git a/source/devices/AM62AX/edgeai/version.txt b/source/devices/AM62AX/edgeai/version.txt index 3caad1b12..6e76f0dae 100644 --- a/source/devices/AM62AX/edgeai/version.txt +++ b/source/devices/AM62AX/edgeai/version.txt @@ -1 +1 @@ -10_01_00 +11_01_00