Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 684 Bytes

u-boot-de0-nano-soc.md

File metadata and controls

25 lines (16 loc) · 684 Bytes

Build U-boot for DE0-Nano-SoC

Repository

Download

shell$ git clone --depth=1 -b v2017.11-1 https://github.com/ikwzm/FPGA-SoC-U-Boot-DE0-Nano-SoC.git

Build u-boot-spl.sfp and u-boot.img

Pleade refer to the Readme.md of https://github.com/ikwzm/FPGA-SoC-U-Boot-DE0-Nano-SoC

Copy u-boot-spl.sfp and u-boot.img target/de0-nano-soc/u-boot/

shell$ cd FPGA-SoC-U-Boot-DE0-Nano-SoC
shell$ install -d        ../target/de0-nano-soc/u-boot
shell$ cp u-boot-spl.sfp ../target/de0-nano-soc/u-boot/u-boot-spl.sfp
shell$ cp u-boot.img     ../target/de0-nano-soc/u-boot/u-boot.img