
Big picture https://www.skateman.nl/wp-content/uplo ... -14-57.png
Thanks a lot for testing!
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.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!
Code: Select all
X5000> setenv bootargs root=/dev/sda6
Code: Select all
X5000> fatload mmc 0:1 1000000 uImage-6.5
Code: Select all
X5000> fatload mmc 0:1 2000000 cyrus-p5020.dtb
Code: Select all
X5000> bootm 1000000 - 2000000
Does your X5000 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
I don't recall ever doing anything like that. It was much simpler. Maybe what I did today is OK.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:
Code: Select all
X5000> setenv bootargs root=/dev/sda6
Code: Select all
X5000> fatload mmc 0:1 1000000 uImage-6.5
Code: Select all
X5000> fatload mmc 0:1 2000000 cyrus-p5020.dtb
Code: Select all
X5000> bootm 1000000 - 2000000
Good. Could you please check, if fienix6 uses the RC5 of kernel 6.5?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.
You don’t need the kernel modules directory for booting the kernel. You can copy it to /lib/modules on your Linux partition later.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.