Page 52 of 125

Re: New kernels

Posted: Wed Aug 02, 2023 9:19 pm
by Skateman
Kernel 6.5 RC4 is running fine on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -14-57.png

Re: New kernels

Posted: Thu Aug 03, 2023 9:16 am
by xeno74
Skateman wrote: Wed Aug 02, 2023 9:19 pm Kernel 6.5 RC4 is running fine on my AmigaOne X5000
Thanks a lot for testing! :-)

Re: New kernels

Posted: Fri Aug 04, 2023 7:11 am
by xeno74
Hi All,

I compiled the stable longterm kernel 5.10.188 today.

New:
Download: linux-image-5.10.188-X1000_X5000.tar.gz

Image

Cheers,
Christian

Re: New kernels

Posted: Sat Aug 12, 2023 2:24 pm
by xeno74

Re: New kernels

Posted: Wed Aug 16, 2023 12:36 am
by kilaueabart
Would you believe it? I tested maybe dozens of new kernels back in the good old days, but now I don't remember what to do with the linux-image-6.5-rc5-X1000_X5000.tar.gz that I downloaded and un-gz'ed yesterday!

Re: New kernels

Posted: Wed Aug 16, 2023 12:16 pm
by xeno74
kilaueabart wrote: Wed Aug 16, 2023 12:36 am Would you believe it? I tested maybe dozens of new kernels back in the good old days, but now I don't remember what to do with the linux-image-6.5-rc5-X1000_X5000.tar.gz that I downloaded and un-gz'ed yesterday!
You can copy the uImage-6.5 to a USB stick, onboard MicroSD card, or to a FAT16 boot partition on an SSD/HDD and boot it.

For example from the onboard MicroSD card:
  1. Code: Select all

    X5000> setenv bootargs root=/dev/sda6
  2. Code: Select all

    X5000> fatload mmc 0:1 1000000 uImage-6.5
  3. Code: Select all

    X5000> fatload mmc 0:1 2000000 cyrus-p5020.dtb
  4. Code: Select all

    X5000> bootm 1000000 - 2000000

Re: New kernels

Posted: Thu Aug 17, 2023 5:03 pm
by xeno74
Hi All,

Trevor's X5000 doesn't shut down with the RC5.
Trevor wrote: Quick update Christian,

Fienix does not shut down the computer when I exit Fienix. The screen goes blank when I click on the power down icon bu the computer remains powered up.

Trevor
Does your X5000 shut down with the RC5?

Thanks,
Christian

Re: New kernels

Posted: Fri Aug 18, 2023 2:04 am
by kilaueabart
xeno74 wrote: Wed Aug 16, 2023 12:16 pm You can copy the uImage-6.5 to a USB stick, onboard MicroSD card, or to a FAT16 boot partition on an SSD/HDD and boot it.

For example from the onboard MicroSD card:
  1. Code: Select all

    X5000> setenv bootargs root=/dev/sda6
  2. Code: Select all

    X5000> fatload mmc 0:1 1000000 uImage-6.5
  3. Code: Select all

    X5000> fatload mmc 0:1 2000000 cyrus-p5020.dtb
  4. Code: Select all

    X5000> bootm 1000000 - 2000000
I don't recall ever doing anything like that. It was much simpler. Maybe what I did today is OK.

I have a folder linux-image-6.5-rc5-X1000_X5000 on my Fienix6 Desktop. Inside that folder is another, X5000_and_QEMU_e5000 which contains three folder icons labeled dtbs, kernel_modules, and src, and a text icon labeled uImage-6.5. I grabbed that last with the cursor and moved it over the 3.0 GB Volume icon on my desktop, and said "replace" when it asked if I wanted to, and then I successfully rebooted fienix6.

But I wonder if that is all I need to do? I sort of remember doing something with content of that "kernel_modules" folder.

Re: New kernels

Posted: Fri Aug 18, 2023 7:19 am
by xeno74
kilaueabart wrote: Fri Aug 18, 2023 2:04 am I grabbed that last with the cursor and moved it over the 3.0 GB Volume icon on my desktop, and said "replace" when it asked if I wanted to, and then I successfully rebooted fienix6.
Good. Could you please check, if fienix6 uses the RC5 of kernel 6.5?
kilaueabart wrote: Fri Aug 18, 2023 2:04 am But I wonder if that is all I need to do? I sort of remember doing something with content of that "kernel_modules" folder.
You don’t need the kernel modules directory for booting the kernel. You can copy it to /lib/modules on your Linux partition later.

Re: New kernels

Posted: Fri Aug 18, 2023 8:04 am
by xeno74