Page 1 of 1

Fienix boot command usb

Posted: Fri Mar 31, 2023 4:31 am
by Tijatjj
Hi what are the boot commands for usb stick for fienix 6.01, thanks

Re: Fienix boot command usb

Posted: Fri Mar 31, 2023 8:38 am
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