Modify the README.md of the hifive1-rev-B development board, make it clearer from Huang_Yuqing

it is fit
This commit is contained in:
xuedongliang 2021-04-28 21:04:39 +08:00
commit 6ffa527fcd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ make BOARD=hifive1-rev-B menuconfig
```
make BOARD=hifive1-rev-B
```
>5.如果编译正确无误会产生XiUOS_hifive1-rev-B.elf、XiUOS_hifive1-rev-B.bin文件。其中XiUOS_hifive1-rev-B.bin需要烧写到设备中进行运行。
>5.如果编译正确无误,会在build目录下产生XiUOS_hifive1-rev-B.elf、XiUOS_hifive1-rev-B.bin文件。其中XiUOS_hifive1-rev-B.bin需要烧写到设备中进行运行。
>注:最后可以执行以下命令,清除配置文件和编译生成的文件
```
make BOARD=hifive1-rev-B distclean