Page 39 of 124
Re: New kernels
Posted: Thu Feb 23, 2023 3:26 pm
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?
Re: New kernels
Posted: Thu Feb 23, 2023 4:13 pm
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
Re: New kernels
Posted: Thu Feb 23, 2023 4:43 pm
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
Re: New kernels
Posted: Thu Feb 23, 2023 4:55 pm
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
Re: New kernels
Posted: Thu Feb 23, 2023 5:16 pm
by xeno74
Please load the uImage to the address 4000000.
For example:
-
Output: ... scaning usb for storage devices... 1 Storage Device(s) found ...
-
-
Code: Select all
X5000> setenv bootargs root=LABEL=void rootdelay=5
-
Code: Select all
X5000> fatload usb 0:1 4000000 uImage-6.2
-
-
Code: Select all
X5000> fatload usb 0:1 1c00000 cyrus_p5020.dtb
-
Code: Select all
X5000> fatload usb 0:1 2000000 uinitrd-5.10
-
Code: Select all
X5000> bootm 4000000 2000000 1c00000
Re: New kernels
Posted: Thu Feb 23, 2023 5:23 pm
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
Re: New kernels
Posted: Thu Feb 23, 2023 5:31 pm
by xeno74
Re: New kernels
Posted: Thu Feb 23, 2023 6:06 pm
by gordini21
thanks
Re: New kernels
Posted: Thu Feb 23, 2023 6:45 pm
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
Re: New kernels
Posted: Thu Feb 23, 2023 7:04 pm
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.