pmaports/device/testing/device-nokia-n900/uboot-script.cmd
2020-03-21 21:11:39 +01:00

14 lines
372 B
Batchfile

setenv mmcnum 0
setenv mmcpart 1
setenv mmctype ext2
setenv setup_omap_atag 1
setenv bootargs init=/init.sh rw console=tty0 console=tty02 PMOS_NO_OUTPUT_REDIRECT
setenv mmckernfile /uImage-nokia-n900
setenv mmcinitrdfile /uInitrd-nokia-n900
setenv mmcscriptfile
echo Loading initramfs
run initrdload
echo Loading kernel
run kernload
echo Booting kernel
run kerninitrdboot