Page 1 of 1

fienix 6.1 /cub install

Posted: Sun Mar 26, 2023 1:46 am
by Tijatjj
hi,looking to install on a x5000 ssd.can i use windows to do this or do i need a linux machine ,thank you

Re: fienix 6.1 /cub install

Posted: Sun Mar 26, 2023 12:57 pm
by xeno74
Tijatjj wrote: Sun Mar 26, 2023 1:46 am hi,looking to install on a x5000 ssd.can i use windows to do this or do i need a linux machine ,thank you
Yes, it is possible to copy it with Windows to a SSD. You need to connect the SSD via USB adapter to Windows.

Instructions
  1. Download "USB Image Tool" from alexpage.de
  2. Open USB Image Tool
  3. On the left panel, select your USB disk
  4. Click the "Restore" button and select the Fienix disk image

Re: fienix 6.1 /cub install

Posted: Mon Mar 27, 2023 2:30 am
by Tijatjj
Ok thank you. Also what are the boot args for the ssd , thanks again

Re: fienix 6.1 /cub install

Posted: Mon Mar 27, 2023 8:39 am
by xeno74
For example for sata 0:1:
  1. Code: Select all

    X5000> setenv bootargs root=/dev/<your partition/block device id>
    For example:

    Code: Select all

    X5000> setenv bootargs root=/dev/sda4
  2. Code: Select all

    X5000> load sata 0:1 1000000 uImage-6.1
  3. X5000/20:

    Code: Select all

    X5000> load sata 0:1 2000000 cyrus-p5020.dtb
    X5000/40:

    Code: Select all

    X5000> load sata 0:1 2000000 cyrus-p5040.dtb
  4. Code: Select all

    X5000> bootm 1000000 - 2000000