Changing the text during boot process (imx6qsabresd)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Changing the text during boot process (imx6qsabresd)

跳至解决方案
787 次查看
gkt
Contributor II

Hello all.

I am new to building bootloader by using SDK. I managed to create a "u-boot.imx" file. However, I want to add custom text to console during boot sequence. I do not know which file to modify. Could you help me with this problem?

________________________________________________________________________

For example:

U-Boot 2015.04+fslc+g5d9ffd2 (Oct 03 2017 - 12:30:19)

<CUSTOM TEXT>

CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
CPU: Automotive temperature grade (-40C to 125C) at 21C
Reset cause: POR
Board: Come-imx6q-100
I2C: ready
DRAM: 2 GiB

<CUSTOM TEXT> ... continues

_________________________________________________________________________

Many thanks.

标签 (3)
标记 (3)
0 项奖励
1 解答
711 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Giray

please look at attached Porting Guide Chapter 3 Porting U-Boot

mentioned text can be changed in uboot/arch/arm/imx-common/cpu.c

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
712 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Giray

please look at attached Porting Guide Chapter 3 Porting U-Boot

mentioned text can be changed in uboot/arch/arm/imx-common/cpu.c

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励