boot kernel use tftp

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

boot kernel use tftp

1,890 次查看
jianwenzhang
Contributor I

I want to run Linux on my board,imx6q-sabresd.My step is:

=>tftp 0x10000000 zImage

=>tftp 0x20000000 imx6q-sabresd.dtb

=>bootz 0x10000000 - 0x20000000

now,the Linux is booting,I want to know ,why the address is 0x10000000 and 0x20000000? if I use other address,like bootz 0x12000000 - 0x18000000,the kernel boot failed.

标签 (2)
0 项奖励
回复
1 回复

1,809 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jianwen

for tftp configuration and usage one can check sect. sect.4.4.1.1 Downloading an image to MMC/SD,

sect.4.7.5 Running the Linux image from NFS attached Linux Guide

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

0 项奖励
回复