boot kernel use tftp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

boot kernel use tftp

677 Views
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.

Labels (2)
0 Kudos
1 Reply

597 Views
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 Kudos