Hi there. Don't know does this really belong under this category, but it is related to ME.
So is there anyone runnin uCLinux on this device? I found a port (armadillo-j) on the net, which is based on Connect ME. Now we have the linux image, but no working bootloader. I'm not very experienced with the GNU toolchain so this might also be my stupidity:P
With Armadillo they ship a hermit bootloader (hermitXK.bin) which should work. I've tried to program it with naftpapp and it is recognized as proper image -> flashing starts, but then it stops saying something about image transfer error. And if I have understood correctly, this bootloader should be used to program the "real" linux image to the device.
Now I have hermit sources, but it seems I can't compile a proper image from it - Flash header seems to be different and it is not recognized as proper image (I'm probably missing something here, linker switch maybe - to tell which kind of a header we would need?)
Second problem is related to elf files. When I try to load an elf to gdb it says "Dwarf error: Bad offset (0x60000000) in compilation unit header (offset 0x0 +6)
We are trying to compile these under linux using arm-elf toolchain 20030314. arm-elf gcc is version 2.95.3.
Thanks in advance if someone can help.