Changing the text during boot process (imx6qsabresd)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Changing the text during boot process (imx6qsabresd)

ソリューションへジャンプ
2,728件の閲覧回数
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 解決策
2,652件の閲覧回数
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 返信
2,653件の閲覧回数
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 件の賞賛
返信