I have attached all the cables to my odroid xu4 and powered it up but the board isn't booting up and then it is throwing out this error to the debug terminal and is the text below is being printed in a loop. I have inserted a 32 GB San Disk SD card into it which has ubuntu 16.04 mate image. I used the image from here - https://wiki.odroid.com/odroid-xu4/os_images/linux/ubuntu_4.14/20171212
U-Boot 2017.05-15377-gedb23d4 (Aug 24 2017 - 07:09:51 -0300) for ODROID-XU4
CPU: Exynos5422 @ 800 MHz
Model: Odroid XU4 based on EXYNOS5422
Board: Odroid XU4 based on EXYNOS5422
Type: xu4
DRAM: 2 GiB
MMC: EXYNOS DWMMC: 0, EXYNOS DWMMC: 1
MMC Device 0 ( SD ): 29.7 GiB
MMC Device 1 (eMMC): 29.1 GiB
Info eMMC rst_n_func status = enabled
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: No ethernet found.
Press quickly 'Enter' twice to stop autoboot: 0
reading boot.ini
9642 bytes read in 5 ms (1.8 MiB/s)
cfgload: applying boot.ini...
cfgload: setenv initrd_high "0xffffffff"
cfgload: setenv fdt_high "0xffffffff"
cfgload: setenv macaddr "00:1e:06:61:7a:39"
cfgload: setenv vout "hdmi"
cfgload: setenv cecenable "false" # false or true
cfgload: setenv disable_vu7 "false" # false
cfgload: setenv governor "performance"
cfgload: setenv ddr_freq 825
cfgload: setenv external_watchdog "false"
cfgload: setenv external_watchdog_debounce "3"
cfgload: setenv HPD "true"
cfgload: setenv bootrootfs "console=tty1 console=ttySAC2,115200n8>root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro fsck.repair=yes n"
cfgload: fatload mmc 0:1 0x40008000 zImage
reading zImage
5744416 bytes read in 331 ms (16.6 MiB/s)
cfgload: fatload mmc 0:1 0x42000000 uInitrd
reading uInitrd
Error reading cluster
After this has been printed several times the text below is shown up :
Kernel image @ 0x40008000 [ 0x000000 - 0x57a720 ]
Loading init Ramdisk from Legacy Image at 42000000 ...
Image Name: uInitrd
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 10288899 Bytes = 9.8 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... Bad Data CRC
Ramdisk image is corrupt or invalid mmc block read, dev 0, addr 0x40008000, blk start 2047, blk cnt 16384
Bad Linux ARM zImage magic!
Exynos5422 #
User contributions licensed under CC BY-SA 3.0