cancel
Showing results for 
Search instead for 
Did you mean: 

What is the STM32MP257 kernel loading address?

LiamChen
Associate II

We are changing the kernel configuration. According to the document (https://wiki.stmicroelectronics.cn/stm32mpu/wiki/Menuconfig_or_how_to_configure_kernel#Menuconfig_and_Developer_Package), when we reach the step of make ARCH=arm64 Image.gz LOADADDR=<loadaddr of kernel>, we need to know the kernel load address of STM32MP257. The relevant information is not clear.

1 REPLY 1
Erwan SZYMANSKI
ST Employee

Hello @LiamChen ,
Usually, the Linux kernel load address in the context of STM32MP25 is 0x84000000.
You can verify it by checking where does U-Boot try to load the Linux kernel.

Kind regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.