Skip to main content
Associate II
April 5, 2025
Question

What is the STM32MP257 kernel loading address?

  • April 5, 2025
  • 1 reply
  • 378 views

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

Erwan SZYMANSKI
Technical Moderator
April 7, 2025

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.