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.