a909e543f3
Resize the partition when using a pre-built image. We didn't notice that this was missing, because N900 images are new and we only tested from pmbootstrap install --sdcard, which already uses the full SD card size.
14 lines
400 B
Batchfile
14 lines
400 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 PMOS_FORCE_PARTITION_RESIZE
|
|
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
|