korrupto Posted November 3, 2017 Posted November 3, 2017 (edited) Hello, I've flashed several times last image from cubox-i but I have this: Wrong image format for "source" command file not found /boot.scr file not fougn /uEnv.txt file not found /zImage file not found /uImage ..... ERROR: Did not find a cndline Flattened Device Tree Could not find a valid device tree ..... And more ¿Whats wrong? Thanks Edited November 3, 2017 by korrupto
Tido Posted November 3, 2017 Posted November 3, 2017 7z and zip archives can be uncompressed with 7-Zip on Windows, Keka on OS X and 7z on Linux. Images shall only be written with Etcher on all platforms since unlike other tools Etcher validates burning results saving you from corrupted SD card contents.
Igor Posted November 4, 2017 Posted November 4, 2017 Did not find a cndline Flattened Device Tree This is the problem - u-boot does not recognize your board properly. I assume you are trying to run a modern kernel? Try this. Add: setenv fdt_file imx6dl-cubox-i.dtb to /boot/boot.cmd and recompile boot script with mkimage -C none -A arm -T script -d boot.cmd boot.scr (you will need some Debian based Linux to mount your SD card there and install u-boot-tools) You can try first with adding fdt_file=imx6dl-cubox-i.dtb to /boot/armbianEnv.txt but I am not sure this works properly at Cubox since u-boot is very old. One (quick and dirty) way is also to copy /boot/dtb/imx6dl-cubox-i.dtb to /boot/dtb/imx6-cubox-i-som-v45.dtb (or whatever you have under file not found)
korrupto Posted November 4, 2017 Author Posted November 4, 2017 Thanks, Thanks, but it is very difficult for me to compile. I'll have to look for something else, otherwise I'll go crazy
Igor Posted November 4, 2017 Posted November 4, 2017 Than try 3rd option. Copy file from one to another. You only need some linux to access sd card. Something else will most likely have same problem since we all use the same uboot from Solidrun.Wrote on mobile
Recommended Posts