fienix 6.1 /cub install

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
Tijatjj
Posts: 147
Joined: Tue Sep 04, 2018 4:12 am

fienix 6.1 /cub install

Post 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
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: fienix 6.1 /cub install

Post 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
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Tijatjj
Posts: 147
Joined: Tue Sep 04, 2018 4:12 am

Re: fienix 6.1 /cub install

Post by Tijatjj »

Ok thank you. Also what are the boot args for the ssd , thanks again
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: fienix 6.1 /cub install

Post 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
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply