Set up the button "Start Linux"

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Set up the button "Start Linux"

Post by xeno74 »

You can set up the button "Start Linux" in the AmigaONE Early Startup Control of the AmigaOne X5000 with the following commands:

Code: Select all

X5000> setenv linuxboot 'setenv bootargs root=/dev/sda2 ; load sata 0:1 1000000 uImage-4.18 ; load sata 0:1 2000000 cyrus.dtb ; bootm 1000000 - 2000000'

Code: Select all

X5000> saveenv
A438EFDC-9CE4-41DF-800C-A59B2D578649.jpeg
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: Set up the button "Start Linux"

Post by xeno74 »

Hi All,

Today I successfully reconfigured the variable linuxboot for the button "Start Linux".

New value:

Code: Select all

X5000> setenv linuxboot 'setenv bootargs root=/dev/sda2 ; load sata 1:1 1000000 uImage-5.8 ; load sata 1:1 2000000 cyrus-p5040.dtb ; bootm 1000000 - 2000000'

Code: Select all

X5000> saveenv
Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply