Cuboxi2ultra doesn't works


korrupto
 Share

0

Recommended Posts

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 by korrupto
Link to post
Share on other sites

Donate and support the project!

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.

Link to post
Share on other sites

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)

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

0