Jump to content
  • 0

Cuboxi2ultra doesn't works


korrupto

Question

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 comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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 comment
Share on other sites

  • 0
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 comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines