Modify the README description

This commit is contained in:
Huang_Yuqing 2021-04-28 20:58:03 +08:00
parent f8c9e6db21
commit 059ae0d3bf
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