[meta-freescale] consultion about uboot and kernel

Marco Trillo martri at arantia.com
Tue Aug 26 02:16:56 PDT 2014


Hi,

That's because 3.10.17 moved to device trees. You need the appropriate 
.dtb binary file for your board (you will find the .dtb files in the 
Yocto "deploy/images/<your-board>/" directory).

You need to load the .dtb (typically at address $fdt_addr) as well as 
the kernel; it would be something like this:

tftpboot $fdt_addr imx6q-whatever-board.dtb; tftpboot $loadaddr uImage

And then boot with:

bootm $loadaddr - $fdt_addr

(note the minus "-" sign).

Hope it helps,
Marco.




On 08/26/2014 11:09 AM, lianjf at ava.com.cn wrote:
> Hi,
> Anyone can tell me why the u-boot is not able to boot the freescale 
> imx6q kernel,and stuck in the starting the kernel,the message is:
> -------------------------------------------------------------------------------------------------------------------------------------
> U-Boot 200908 (Aug 16 2013 - 12:04:20)
>
> CPU: Freescale i.MX6 family TO1.2 at 792 MHz
> Thermal sensor with ratio = 189
> Temperature: 40 C, calibration data 0x5a95097d
> mx6q pll1: 792MHz
> mx6q pll2: 528MHz
> mx6q pll3: 480MHz
> mx6q pll8: 50MHz
> ipg clock : 66000000Hz
> ipg per clock : 66000000Hz
> uart clock : 80000000Hz
> cspi clock : 60000000Hz
> ahb clock : 132000000Hz
> axi clock : 264000000Hz
> emi_slow clock: 132000000Hz
> ddr clock : 528000000Hz
> usdhc1 clock : 198000000Hz
> usdhc2 clock : 198000000Hz
> usdhc3 clock : 198000000Hz
> usdhc4 clock : 198000000Hz
> nfc clock : 24000000Hz
> Board: i.MX6Q-SABRESD: unknown-board Board: 0x63012 [WDOG ]
> Boot Device: MMC
> I2C: ready
> DRAM: 1 GB
> MMC: FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3
> In: serial
> Out: serial
> Err: serial
> Found PFUZE100! deviceid=10,revid=11
> Net: got MAC address from IIM: 00:04:9f:02:b1:af
> FEC0 [PRIME]
> Hit any key to stop autoboot: 0
> PHY indentify @ 0x1 = 0x004dd074
> FEC: Link is Up 796d
> Using FEC0 device
> TFTP from server 192.168.2.109; our IP address is 192.168.2.106
> Filename 'uImage'.
> Load address: 0x10800000
> Loading: 
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> ######
> done
> Bytes transferred = 5352304 (51ab70 hex)
> ## Booting kernel from Legacy Image at 10800000 ...
> Image Name: Linux-3.10.17-1.0.0_ga+g232293e
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 5352240 Bytes = 5.1 MB
> Load Address: 10008000
> Entry Point: 10008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> But it can boot the kernel version linux-3.0.35-imx_4.1.0.
>
>
>
>
> Best Regards
> ------------------
> Lian jianfei
> 5F, No.15, Ke Hui 2nd Street, Ke Hui Development Centre Science 
> Avenue, Science City, Luo Gang District Guangzhou, China 510663
> TEL: 15989094327
> Email: lianjf at ava.com.cn
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140826/23c3342f/attachment-0001.html>


More information about the meta-freescale mailing list