We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e36c3 commit cc3248aCopy full SHA for cc3248a
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