今天在创建FSBL项目的时候,遇到如下报错:
This application requires xilffs library in the Board Support Package. You can go back to the previous pages to select a different platform and domain or create a new one with suitable hardware and software.
解决方案:
1.打开BSP Settings
2. Modify BSP
- 勾选 xilffs
4.重启下vitis/SDK,重启后才能生效
5.重新点左上角钉锤build一下
6.问题解决