Fienix boot command usb

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

Fienix boot command usb

Post by Tijatjj »

Hi what are the boot commands for usb stick for fienix 6.01, thanks
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Fienix boot command usb

Post by xeno74 »

For X5000/20:

Code: Select all

usb reset
setenv bootargs root=/dev/sdb2 rootdelay=5
fatload usb 0:1 1000000 uImage-6.1
fatload usb 0:1 2000000 cyrus-p5020.dtb
bootm 1000000 - 2000000
The "/dev/sdb2" might be "/dev/sdc2" if you already have another USB drive plugged in.

@All
Please Note: If you use an uInitrd for example for booting with a LABEL, then load the dtb file to the address 1d00000. The kernel has grown in recent months so the address 1c00000 is used by the uImage. Before we have loaded the dtb to the address 1c00000.

Code: Select all

X5000> bootm 1000000 2000000 1d00000
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply