Hello, Thiemo Seufer wrote: > > This sounds like you are confusing physical and virtual addresses. > > Typically the kernel is loaded to the direct-mapped KSEG0 segment, > > which starts at physical 0x00000000 / virtual 0x80000000. Thank you for pointing on that. I was not sure if this was virtual or physical since i grabbed this address from a serial-debug output. But if one thinks about that the device has around 128mb it should be clear that this can't be a physical address if ram starts at 0x00000000. We'll check this .. Regards, Andi