Intel: How to create u-boot.scr for Arria® V?
Device: Arria® V
For u-boot.scr, only when you want to set parameters for u-boot, add header information using the mkimage tool after creating a text file that describes the u-boot command with an editor, etc. Create by
<Creation procedure (example)>
1. Create a text file boot.script with the following contents
-----------------------------------------
fatload mmc 0:1 $fpgadata soc_system.rbf;
fpga load 0 $fpgadata $filesize;
run bridge_enable_handoff;
run mmcload;
run mmcboot;
-----------------------------------------
2. Run mkimage tool to generate u-boot.scr
$ mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "My script" -d boot.script u-boot.scr
* The mkimage tool is used by copying it from the folder generated by bsp-editor.
Location: spl_bsp/uboot-socfpga/tools/mkimage (spl_bsp is the folder specified by bsp-editor)
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.