I did this way:
Flashed an SD Card with the latest Maverick image.
Flashed a second one with Debian-Armhf-3D image and made a tarball of its rootfs.
Placed the obtained tarball in the /home/oem folder of Maverick SD installer card and modified the oem-installer file accordingly.
Rebooted, but without success.
Booted again with Armhf-3D SD card to check out which kernel it ran:
Code:
$ uname -a
$ Linux efikamx-armhf.lan 2.6.31.14.25-efikamx #1 Wed Sep 21 22:16:42 EEST 2011 armv7l GNU/Linux
So the installer didn't place a uImage and uInitrd in the SSD bootfs for the 2.6.31.14.25-efikamx kernel.
I added them copiyng from SD Card bootfs:
Code:
# cp /mnt/mmcblk0p1/uImage-2.6.31.14.25-efikamx /mnt/sda1
# cp /mnt/mmcblkop1/uInitrd-2.6.31.14.25-efikamx /mnt/sda1
and.....
# ln -s uImage-2.6.31.14.25-efikamx uImage
# ln -s uInitrd-2.6.31.14.25-efikamx uInitrd
Now the SB booted fine and kernel boot messages appeared on screen, but I got a blank screen.
Got a shell with ALT+F1 to log in, but no luck.
It returns "login incorrect" with demo and root default passwords.
Sorry for the long post.
Some hint?
thank you
Stan