Hi, Le 27/02/2014 10:50, Andrew Wafaa a écrit : > On 27-02-2014 09:34, Andrew Wafaa wrote: >> Hi, >> >> I'm currently trying to bring up a uEVM board, and have what I >> believe all the correct components for it [0]. Regardless of having a >> dtb package and using kernel 3.14-rc2 it still fails to boot, with >> u-boot complaining. Below is my boot log, does anyone have ideas/tips >> to resolve this? >> >> U-Boot SPL 2014.01 (Feb 25 2014 - 21:55:07) >> OMAP5432 ES2.0 >> >> >> U-Boot 2014.01 (Feb 25 2014 - 21:55:07) >> >> CPU : OMAP5432 ES2.0 >> Board: OMAP5432 uEVM >> I2C: ready >> DRAM: 2 GiB >> MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 >> Using default environment >> >> SATA link 0 timeout. >> AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode >> flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst >> scanning bus for devices... >> Found 0 device(s). >> Net: No ethernet found. >> Hit any key to stop autoboot: 0 >> mmc0 is current device >> SD/MMC found on device 0 >> ** Unrecognized filesystem type ** >> 4713776 bytes read in 271 ms (16.6 MiB/s) >> ** File not found /boot/omap5-uevm.dtb ** >> Booting from mmc0 ... >> Kernel image @ 0x80200000 [ 0x000000 - 0x47ed30 ] >> ERROR: Did not find a cmdline Flattened Device Tree >> Could not find a valid device tree >> mmc1(part 0) is current device >> SD/MMC found on device 1 >> ** Unrecognized filesystem type ** >> ** No partition table - mmc 1 ** >> >> I'm hoping to be able to demo this at Linaro Connect next week with >> Xen running ontop. >> >> Thanks, >> Andy > > Sorry I forgot the pointer to the repo with the modified packages! > > https://build.opensuse.org/project/show/home:FunkyPenguin:ARM:OMAP5
According to your error message, you are missing the omap5-uevm.dtb file in /boot folder. Maybe it is in /boot/dtb instead. Try to copy it in the /boot folder. Guillaume -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
