平台构建
生成FPGA工程和编译BIOS, 但不编译FPGA。
python3 -m litex_boards.targets.icmaker_potato_pie_v4 --build --no-compile-gateware
- Add 
--no-compileto disable the Softwate/Gateware compilation. - Add 
--no-compile-softwareto disable the Software compilation. - Add 
--no-compile-gatewareto disable the Gateware compilation. 
生成demo
litex_bare_metal_demo –build-path=build/icmaker_potato_pie_v4
–build-path要指向生成平台的目录, 参见https://github.com/enjoy-digital/litex/tree/master/litex/soc/software/demo
FPGA工程编译
从串口启动
从SD卡启动






没有回复内容