This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I would like to run linux on cortex-M MCU in Stm32mp157-EV but i don't know what's wrong?

dear engineers,

i can run linux on stm32f429 mcu without any problem, but it failed on Cortex-M MCU in stm32mp157 board.

After many hours i realize:

error happens in below function

void __meminit __free_pages_bootmem(struct page *page, unsigned int order)

Anyone else had a similar problem? how you resolved it?

Shall i change any register address in kernel? (i think Everything is the same in cortex-M4 and stm32f429).

Best regards