Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 661 Bytes

u-boot-de10-nano.md

File metadata and controls

25 lines (16 loc) · 661 Bytes

Build U-boot for DE10-Nano

Repository

Download

shell$ git clone --depth=1 -b v2017.11-1 https://github.com/ikwzm/FPGA-SoC-U-Boot-DE10-Nano.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-DE10-Nano

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

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