Does anyone know the endianness of the preloaded bootloader/Linux on Micro2440. According to S3C2440 datasheet it is software selectable. I'm designing a "connector board" that uses Micro2440 and will support a PC/104(ISA)-like bus that is little endian. I've done this before on other big endian microcontrollers (68K and MX1) and had to do byte swapping in hardware to make it to work. Daven
endianness of preloaded bootloader/Linux?
I see that people are passing the -little-endian as a compiler option for compiling Qt. I guess I'll assume little-endian for connecting the PC/104 to the data bus, no byte swapping needed.