4eb52ddff0
* [rx-51] remove pm=0 for nokia-modem * Add ofono-1.20 + n900/isimodem fixes * [rx51] Enable ofono support
14 lines
352 B
Batchfile
14 lines
352 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
|
|
setenv mmckernfile /uImage-postmarketos
|
|
setenv mmcinitrdfile /uInitrd-postmarketos
|
|
setenv mmcscriptfile
|
|
echo Loading initramfs
|
|
run initrdload
|
|
echo Loading kernel
|
|
run kernload
|
|
echo Booting kernel
|
|
run kerninitrdboot
|