73a033328e
The OMAP 3430 in the Nokia N900 is a uniprocessor SoC, so disable SMP via kernel command line. This appears to alleviate the ongoing kernel crashes affecting the Nokia N900 in pmOS. [ci:skip-build]: already built successfully in CI
14 lines
388 B
Batchfile
14 lines
388 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 maxcpus=0 PMOS_NO_OUTPUT_REDIRECT 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
|