da712cf901
* drop maxcpus=0, which was added with73a033328e
("device-nokia-n900: set uniprocessor mode for kernel (MR 4299)") while troubleshooting. a better fix was eventually implemented with3e737241ba
("linux-postmarketos-omap: N900: disable twl off idle features (MR 4317)") * drop PMOS_NO_OUTPUT_REDIRECT, which was obsoleted by7c98127746
("postmarketos-initramfs: switch to udev and kmod (MR 5000)")
14 lines
354 B
Batchfile
14 lines
354 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=ttyS2 PMOS_FORCE_PARTITION_RESIZE
|
|
setenv mmckernfile /uImage
|
|
setenv mmcinitrdfile /uInitrd
|
|
setenv mmcscriptfile
|
|
echo Loading initramfs
|
|
run initrdload
|
|
echo Loading kernel
|
|
run kernload
|
|
echo Booting kernel
|
|
run kerninitrdboot
|