bed8ab6427
The creates the linux-postmarketos package which for now supports the n900 (and probably the other maemo devices) and qemu with the vexpress-a9 machine simulation. I've put the generated dtbs in /usr/share/dtb for now and set the dtb field in the deviceinfo for the n900 and my new qemu device. * Introduced linux-postmarketos-omap * Unified kernel progress * Created kernel bootable with qemu * Updated n900 deviceinfo for generic kernel * Changed qemu device to vexpress * Updated APK comments and added linux-postmarketos-dev package * Append dtb in mkinitfs * Fixed bootscript on n900 for the generic kernel * Don't detect double flavors with -dtb appending * Added graphics drivers for vexpress (qemu) * Added more drivers for qemu This adds virtio network support in qemu for the vexpress-a9 machine. The keyboard and mouse don't work yet. You can boot into weston if --no-fde is specified
14 lines
411 B
Batchfile
14 lines
411 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 omapfb_vram=7M omapfb.mode=lcd:848x480-16 nokia-modem.pm=0
|
|
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
|