<DIV style="font-family:Arial, sans-serif; font-size:10pt;"><FONT size="2"><SPAN style="font-family: Arial,sans-serif;">Hi,<BR><BR>I'm currently trying to get OKL4 (including Wombat) to work on:<BR>&nbsp; 1.) an emulated Neo1973 platform,<BR>&nbsp; 2.) and later on real the hardware.<BR><BR>The emulator I'm using is the patched one from OpenMoko (revision 3552) and seems to support only hardware revision GTA01Bv4. OpenMoko works fine with this emulator. Unfortunately I had no luck to get OKL4 and Wombat to work with this version of the emulator.<BR><BR>This is what I tried so far:<BR><BR>1.) downloaded OKL4 1.5.2<BR><BR>2.) built OKL4:<BR>&nbsp;&nbsp;&nbsp; ./tools/build.py machine=gta01 project=iguana wombat=true<BR><BR>3.) downloaded the patche Qemu (revision 3552):<BR>&nbsp;&nbsp;&nbsp; svn co https://svn.openmoko.org/trunk/src/host/qemu-neo1973<BR>&nbsp;&nbsp;&nbsp; cd qemu-neo1973<BR><BR>4.) built Qemu:<BR>&nbsp;&nbsp;&nbsp; ./configure --target-list=arm-softmmu<BR>&nbsp;&nbsp;&nbsp; make<BR><BR>5.) downloaded OpenMoko:<BR>&nbsp;&nbsp;&nbsp; openmoko/download.sh<BR>&nbsp;&nbsp;&nbsp; openmoko/flash.sh<BR><BR>6.) started emulation:<BR>&nbsp;&nbsp;&nbsp; arm-softmmu/qemu-system-arm -M neo -m 130 -mtdblock openmoko/openmoko-flash.image -kernel ~/OKL4/okl4_release_1.5.2/build/images/image.boot -usb -show-cursor -snapshot -nographic<BR><BR>7.) bootelf 0x30800000<BR><BR>This seems to load the OKL4 kernel but always produces an error "qemu: fatal: Trying to execute code outside RAM or ROM at 0xe79a2002" (attached you will find my error log).<BR><BR>Btw. I just tried an older version of Qemu (rev3435) and with that version (using 'bootelf 0x31000000') a text console comes up. Do I have to modify something in OKL4 in order to also boot with the current version of Qemu as the boot address seems to have been changed in the newer revision? Which hardware revision OKL4 should work for?<BR><BR>The next goal I want to achieve is to run a graphical console or even X in the emulated environment. Therefore I have to modify the L4Linux configuration in order to use the particular LCD driver, but there isn't something like 'make menuconfig' in the kernel path. So how can I configure L4Linux to use a LCD driver. Is it even possible to let Linux access the SD-Slot?<BR><BR>Any help would be appreciated. Thanks in advance.<BR><BR>Cheers,<BR>&nbsp; ~Damien<BR><BR><BR><BR></SPAN></FONT></DIV>