Sync docs

pull/62/head
Igor Zalatov 2022-11-01 21:34:57 +03:00
parent 0ebfdab9bb
commit 04d2c7df64
1 changed files with 4 additions and 3 deletions

View File

@ -23,10 +23,11 @@ Run the commands below for your board and your files will end up in the "output/
``` ```
# Example run it on project root folder # Example run it on project root folder
# #
PLATFORM=name make br-linux-{dirclean,rebuild} BOARD=hi3518ev300_ultimate make br-linux-{dirclean,rebuild}
PLATFORM=name make br-rootfs-{squashfs,tar}
# #
PLATFORM=name make br-vtund-openipc-{dirclean,rebuild} BOARD=hi3518ev300_ultimate make br-rootfs-{squashfs,tar}
#
BOARD=hi3518ev300_ultimate make br-vtund-openipc-{dirclean,rebuild}
# #
``` ```