We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd0e1d commit 8c0b8b8Copy full SHA for 8c0b8b8
1 file changed
README.md
@@ -66,13 +66,18 @@ Example build commands:
66
67
$ make DEVFAMILY=AM62PX OS=debian
68
69
+ - Build EdgeAI documentation for AM62AX
70
+
71
+ $ make DEVFAMILY=AM62AX OS=edgeai
72
73
### HTML Page Output
74
75
Open the index page in a web browser
76
77
linux: ./build/processor-sdk-linux-<FAMILY>/esd/docs/[version]/index.html
78
android: ./build/processor-sdk-android-<FAMILY>/esd/docs/[version]/index.html
79
debian: ./build/processor-sdk-debian-<FAMILY>/esd/docs/[version]/index.html
80
+ edgeai: ./build/processor-sdk-edgeai-<FAMILY>/esd/docs/[version]/index.html
81
82
## Live Preview on GitHub Pages
83
0 commit comments