Skip to content

Commit 8c0b8b8

Browse files
committed
docs(edgeai): Update README
Revise the README file to prominently highlight the addition of support for the new edgeai OS. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
1 parent ebd0e1d commit 8c0b8b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,18 @@ Example build commands:
6666

6767
$ make DEVFAMILY=AM62PX OS=debian
6868

69+
- Build EdgeAI documentation for AM62AX
70+
71+
$ make DEVFAMILY=AM62AX OS=edgeai
72+
6973
### HTML Page Output
7074

7175
Open the index page in a web browser
7276

7377
linux: ./build/processor-sdk-linux-<FAMILY>/esd/docs/[version]/index.html
7478
android: ./build/processor-sdk-android-<FAMILY>/esd/docs/[version]/index.html
7579
debian: ./build/processor-sdk-debian-<FAMILY>/esd/docs/[version]/index.html
80+
edgeai: ./build/processor-sdk-edgeai-<FAMILY>/esd/docs/[version]/index.html
7681

7782
## Live Preview on GitHub Pages
7883

0 commit comments

Comments
 (0)