8bab9cf65a
Terasic DE10 Nano is an SoCFPGA cycloneV based board. References: - https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=205&No=1046 - https://rocketboards.org/foswiki/Documentation/DE10NanoDevelopmentBoard Note: there is no dts in kernel (mainline or intel), but since DE0 Nano Soc is similar, the corresponding dts is usually used Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
187 B
Bash
9 lines
187 B
Bash
#!/bin/sh
|
|
|
|
global.bootm.oftree="/boot/socfpga_cyclone5_de0_nano_soc.dtb"
|
|
global.bootm.image="/boot/zImage"
|
|
|
|
#bootargs-ip
|
|
|
|
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p3 rw rootwait"
|