New kernels

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

Re: New kernels

Post by xeno74 »

gordini21 wrote: Thu Feb 23, 2023 3:00 pm Hello,
First thanks for all the kernels.
the 6.1 works well on my X5000/20 but the latest 6.2 doesn't
boot i have this mesage "...cannot load kernel bad crc error"
any idea ?

Thanks

Also thanks for the no-altivec version of Artic Fox :)
Did you test the final kernel 6.2?

@Skateman
Do you also have the bad crc error?
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
gordini21
Posts: 32
Joined: Fri Oct 25, 2019 2:21 pm

Re: New kernels

Post by gordini21 »

yes the latest
i have the same error with the 6.3 kernel

My way of working :
I extract the archive on morphos and after i replace the dtb and the uimage on fienix-boot with the 2 new files
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

gordini21 wrote: Thu Feb 23, 2023 4:13 pm yes the latest
i have the same error with the 6.3 kernel

My way of working :
I extract the archive on morphos and after i replace the dtb and the uimage on fienix-boot with the 2 new files
OK, could you also please test the RC8 of kernel 6.2?

Thanks
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
gordini21
Posts: 32
Joined: Fri Oct 25, 2019 2:21 pm

Re: New kernels

Post by gordini21 »

bad data crc same error

i have note installed the latest version of Fienix but i don't think that it is the issue
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Please load the uImage to the address 4000000.

For example:
  1. Code: Select all

    X5000> usb reset
    Output: ... scaning usb for storage devices... 1 Storage Device(s) found ...
  2. Code: Select all

    X5000> ls usb 0:1
  3. Code: Select all

    X5000> setenv bootargs root=LABEL=void rootdelay=5
  4. Code: Select all

    X5000> fatload usb 0:1 4000000 uImage-6.2
  5. Code: Select all

    X5000> iminfo 4000000
  6. Code: Select all

    X5000> fatload usb 0:1 1c00000 cyrus_p5020.dtb
  7. Code: Select all

    X5000> fatload usb 0:1 2000000 uinitrd-5.10
  8. Code: Select all

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

Running Linux on AmigaONEs can require some tinkering.
gordini21
Posts: 32
Joined: Fri Oct 25, 2019 2:21 pm

Re: New kernels

Post by gordini21 »

ok i will try that

I have add the boot script to the "linux button" a long time ago and i don't remenber how can i edit and modifiy the script into the Uboot

Do you have a link or a process to do that ?

thanks
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Here you are: klick
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
gordini21
Posts: 32
Joined: Fri Oct 25, 2019 2:21 pm

Re: New kernels

Post by gordini21 »

thanks
gordini21
Posts: 32
Joined: Fri Oct 25, 2019 2:21 pm

Re: New kernels

Post by gordini21 »

it works :)

thanks a lot

and i took the opportunity to remind myself on the uboot commands. after my heart operation i forgot a lot of things.

Thanks again for your help and the great job
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

I have the same bad data crc error if I use an uInitrd.

X5000> bootm 1000000 2000000 1c00000

It boots if I don't use an uInitrd. I think the address 1c00000 is too low for the dtb file because the uImage uses this address too.

X5000> bootm 1000000 2000000 1d00000 -> Works!

The kernel has grown in recent months so the address 1c00000 is too low.
Last edited by xeno74 on Thu Feb 23, 2023 7:42 pm, edited 3 times in total.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply