Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,18 @@ 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

linux: ./build/processor-sdk-linux-<FAMILY>/esd/docs/[version]/index.html
android: ./build/processor-sdk-android-<FAMILY>/esd/docs/[version]/index.html
debian: ./build/processor-sdk-debian-<FAMILY>/esd/docs/[version]/index.html
edgeai: ./build/processor-sdk-edgeai-<FAMILY>/esd/docs/[version]/index.html

## Live Preview on GitHub Pages

Expand Down
4 changes: 2 additions & 2 deletions source/devices/AM62AX/edgeai/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62AX/edgeai/pi_hdr_programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62AX/edgeai/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10_01_00
11_01_00