2016-12-26 02:53 AM
I'm stuck trying to run Linux on the STM32F429-disc1. No output message of the kernel after the last message of u-boot. more details here :
http://stackoverflow.com/questions/41321971/running-linux-4-9-on-cortex-m4-stm32f4-29i-disc1.
Thanks!
#u-boot #stm32-uclinux-u-boot #uclinux #bootloader2016-12-26 03:19 AM
Pure Linux assumes a MMU (Memory Management Unit) support or not?
2016-12-26 06:35 AM
No, you can configure the kernel like a 'uCLinux'.
uCLinux was the 'no mmu' fork of Linux, but since then Linux added the option 'no mmu'.2016-12-26 10:57 AM
For those who will have this problem, for me it was the XIP_PHYS_ADDR! Don't forget the 64 bytes header!!
I was flashing the XIP kernel @ 0x08060000 so the XIP_PHYS_ADDR (and the boot entry btw) it's 0x08060040!!!!
2017-02-21 09:57 PM
Hello.
I'm grad to see this topic because I'm looking for how to use the latest kernel on STM32.
Could you let me know how to build each enviroment - uboot,kernel and user land - more detail ?
Regards,
Shige