Hi All,
My Juno board could run a big-endian kernel, but it just work in UP mode, when I compiled
the kernel in SMP mode, it always halted in "arch_spin_lock".
I checked the PE status, when halted, pc register alway…
Hi All,
My Juno board could run a big-endian kernel, but it just work in UP mode, when I compiled
the kernel in SMP mode, it always halted in "arch_spin_lock".
I checked the PE status, when halted, pc register alway…
Hi All,
I want lauch Big-Endian(instructions little endian, data big endian) kernel on Juno board. I compiled the kernel with "CONFIG_CPU_BIG_ENDIAN = y".
I also confirmed that the Image's instructions compiled in little endian…