Page 1 of 1

Set up the button "Start Linux"

Posted: Wed Jul 25, 2018 10:09 am
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

Re: Set up the button "Start Linux"

Posted: Tue Jun 23, 2020 11:27 am
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