Skip to content

Commit f717268

Browse files
StaticRocketcshilwant
authored andcommitted
docs(readme): document the debian build target
Document the new debian build target for AM62PX and other devices. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 4de6835 commit f717268

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,17 @@ Example build commands:
5656

5757
$ make DEVFAMILY=AM62X OS=android
5858

59+
- Build debian documentation for AM62PX
60+
61+
$ make DEVFAMILY=AM62PX OS=debian
62+
5963
### HTML Page Output
6064

6165
Open the index page in a web browser
6266

6367
linux: ./build/processor-sdk-linux-<FAMILY>/esd/docs/[version]/index.html
6468
android: ./build/processor-sdk-android-<FAMILY>/esd/docs/[version]/index.html
69+
debian: ./build/processor-sdk-debian-<FAMILY>/esd/docs/[version]/index.html
6570

6671
## Tips and Tricks
6772

0 commit comments

Comments
 (0)