Hi HSTe,
do you have uImage for this rootFS?
I want to boot this rootFS using UBoot and for this I converted zImage to uImage using this commad:
mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n "Linux kernel" -d ./zImage uImage
But my GK802 does not boot:
U-Boot 2013.01-rc1-gd0486e7-dirty (May 04 2013 - 15:31:51)
CPU: Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: MX6Q-gk802
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
mmc0 is current device
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
mmc1 is current device
402 bytes read
## Executing script at 10008000
mmc1 is current device
4925008 bytes read
## Booting kernel from Legacy Image at 10800000 ...
Image Name: Linux kernel
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4924944 Bytes = 4.7 MiB
Load Address:
80008000 Entry Point:
80008000 Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
And then nothing. Neither serial console, nor HDMI show anything.
Tried to change offsets, like this:
Load Address: 10008000
Entry Point: 10008000
But still same.
Is it possible to boot this 3.10 kernel using UBoot?
Thanks