Hi Jon,
Yeap, it's configured for the OMAP4 Panda, but I've discovered with my
recently received "A1" the 2.6.35 kernel recipe doesn't work too well
on the Panda....
But I do have my 2.6.37-rc3 kernel working pretty great on the panda
(same kernel works just fine on my beagle's..) Right now only the
smp/dual core, uart, usb/ehci, usb/eth work.. I haven't figured out
the display stuff yet, sgx, dsp, audio, etc..
I've prebuilt x-load/u-boot based of ubuntu's repo's use ABI:2: (ABI:1
is beagle)
http://rcn-ee.net/deb/tools/latest/bootloader
Right now the NetInstall isn't ready for the panda.. But if you have
a preconfigured sd card for debian squeeze and beagle working..
First build and install this kernel: (it's in my build deb queue, but
way behind..)
https://code.launchpad.net/~beagleboard-kernel/+junk/2.6.37-devel
(2.6.37-rc3-d2 added working ehci support)
change your boot.scr from ttyS2 to ttyO2 (O for Omap), and edit
/etc/inittab "S:2345:respawn:/sbin/getty 115200 ttyO2"
then reboot, making sure it still works with the beagle.. (no dvi
video on omap4 yet in my kernel, so serial only)
Create a new sd card with the same partition layout, using the new
x-load and u-boot for the panda, then copy the uImage, uInird(if
used), boot.scr to the fat partition.. then copy the rootfs partion
data over.. It should boot just fine.. (it did on my panda and xM
today, same rootfs, same kernel build, just different MLO/u-boot..)
Regards,