




P.S. I will try to organize information for novices like me in this topic.
Create two partitions on your USB flash drive. A small FAT16 boot partition and a big partition without a file system. Copy the dtb file and the Linux kernel to the first small FAT16 boot partition. After that copy the Fienix img with 'dd' from Ubuntu 18.04 or with the USB image Tool from Windows to the second big partition.Fogg_80 wrote: Fri Apr 17, 2020 8:58 am 1) X5000 and no system installed, how do I do only with this available?
2) Or if I have a PC with a LIVE distro (Ubuntu-Mate 18.04.4) how can I put it on Linux for X5000?
Code: Select all
sudo dd if=fienix-soar_3.0-20200412.img of=/dev/sdd2
Code: Select all
setenv bootargs root=/dev/sdd2 rootdelay=5
Code: Select all
fatload usb 0:1 1000000 uImage-5.7
Code: Select all
fatload usb 0:1 2000000 cyrus_p5020_eth_poweroff.dtb
Code: Select all
bootm 1000000 - 2000000
Unfortunately there isn't an ISO available. This is the simplest method. Copy the img to the second partition on a USB flash drive and boot it with the dtb and kernel from the first small FAT partition.Fogg_80 wrote: Sat Apr 18, 2020 6:23 pm I was up late into the night, tried everything but no luck, apparently my knowledge of linux is too minimal. Is there a simpler method such as the A-Eon Linux CD? Or a complete ISO to be written simply on flash drive with a burning program? I practically never use linux and it is still difficult for me. Thanks
Does the name of the dtb file on your usb stick match the one called in the commandlineFogg_80 wrote: Sat Apr 18, 2020 8:03 pm I followed these steps, everything seems ok, however uimage is loaded instead of any .dtb file no: "unable to load cyrus etc. etc. etc.