Dear jan,
Actually what is the exact problem am facing is converting our normal uboot and kernel to device tree supported ones.i succesfullly compiled the kernel and uboot and loaded in the evaluation board.But wen coming to our customized board we are trying to boot the uboot & kernel via sdcard,
uboot is loading succesfully.But kernel is not loading after with the following log
U-Boot 2014.04 (Mar 24 2017 - 12:54:36)
CPU: Freescale i.MX6SL rev1.2 at 396 MHz
CPU: Temperature 32 C, calibration data: 0x5844fb5f
Reset cause: POR
Board: MX6SLEVK
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
In: serial
Out: serial
Err: serial
Found PFUZE200 deviceid=11,revid=21
mmc2 is current device
Net: FEC [PRIME]
Warning: FEC MAC addresses don't match:
Address in SROM is 7c:f0:ba:fe:55:16
Address in environment is 00:01:02:03:04:05
Normal Boot
Hit any key to stop autoboot: 0
mmc2 is current device
mmc2 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
5301904 bytes read in 274 ms (18.5 MiB/s)
Booting from mmc ...
reading imx6sl_evk.dtb
** Unable to read file imx6sl_evk.dtb **
Kernel image @ 0x80800000 [ 0x000000 - 0x50e690 ]
No gpc device node -9, force to ldo-enable.
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Error: unrecognized/unsupported machine ID (r1 = 0x000010d3).
so , how to eliminate the error.and also please let me know how to boot the images from emmc 4.4 or 5.0 or 5.1
what are the changes required for converting the boot mode from sd to emmc?