kilaueabart wrote: Mon Dec 20, 2021 11:50 pm
I was hoping to get in on this, especially since I made my original fienix very hard to use with Reset Panel, but it looks like I have forgotten too much
I downloaded the image archive to a new partition and dearchived it but I can't remember how to make an .img file bootable.
Sure, here are instructions for you:
Prerequisites: Download and uncompress the
final kernel 5.15 files from xeno and the
Fienix 5.0 Test Beta Image.
1) Insert the USB disk you want to use for Fienix 5.0.
2) Launch GParted.
3) In Gparted, select the USB disk you inserted from the menu in the upper-right hand corner - make note of it's location, I call it /dev/sdx in these instructions, but yours will probably be /dev/sdb or /dev/sdc.
4) Click on the Device menu, then select Create Partition Table.
5) In the popup window, choose "msdos" and click Apply.
6) After the partition table has been created, click the Partition menu and select New.
7) The "Create New Partition" window will open, enter the following options for this new partition: Free space preceding (MiB) 0; New Size (MiB) 128; File System FAT16; Label FIENIX-BOOT, and click the Add button.
8) Click the Partition menu again and select New again. This time, create an ext4 partition that takes up the rest of the disk space and click the Add button.
9) Click the check mark to apply changes.
10) Exit GParted.
12) Using the file manager, copy the uImage-5.15 and cyrus-p5020.dtb files (from xeno - linked above) to the FAT16 FIENIX-BOOT partition you just made.
13) Launch MATE Terminal and activate root using the command "su -" and enter your root password.
14) Now, we will copy the new Fienix image to the USB disk by entering the following command into MATE Terminal (as su):
Code: Select all
dd if=/path/to/fienix_5.0_test-beta.img of=/dev/sdx2 bs=1M
-remember you have to specify the partition, not just the disk; for example "/dev/sdb2" and not "/dev/sdb". The "bs=1M" just speeds up copying a little bit.
14) After the copying has completed close MATE Terminal and open GParted again.
15) Choose your USB disk from the menu in the upper-right corner again.
16) The partitions you just made will be displayed. Click on the ext4 partition to select it, then click on the Partition menu, and select Check, then click the check mark icon to apply (you may have to unmount the partition first using the Partition menu, then Unmount).
17) The ext4 partition should now take up the remainder of the disk space. If it doesn't, click on the Partition menu, then "Resize/Move", and increase the ext4 partition size to use the rest of the disk.
18) You're now ready to restart and login to the new Fienix using the normal UBoot commands.
Let me know if you're able to get it.