Tiny Core Base > Raspberry Pi
Use the last linux kernel on piCore arm64
cosminbro:
--- Quote from: Juanito on January 25, 2023, 08:34:29 AM ---Did you run depmod -a in the new modules directory?
--- End quote ---
No,
I use kubuntu with 5.10.15.0-58 generic kernel. If I run depmod -a in modules directory, nothing is changed there...
Juanito:
I'm speaking of your replacement for modules-5.10.77-piCore-v8.gz
Assuming you unpacked it in /tmp/extract, you need something analogous to this:
--- Code: ---sudo rm /tmp/extract/lib/modules/4.19.10-tinycore/kernel.tclocal
sudo depmod -a -b /tmp/extract 4.19.10-tinycore
cd /tmp/extract/lib/modules/4.19.10-tinycore
sudo rm modules.symbols
sudo ln -s /usr/local/lib/modules/4.19.10-tinycore/kernel/ kernel.tclocal
--- End code ---
cosminbro:
The last line of code points to /usr/local/lib/modules/ but it’s the folder from my local ubuntu, there is no modules folder here
Juanito:
Once your new initrd boots, it will be present there.
cosminbro:
--- Quote from: Juanito on January 25, 2023, 12:31:40 PM ---Once your new initrd boots, it will be present there.
--- End quote ---
I think it's a missunderstanding here :)
I boot using kubuntu 64 bit on a PC, and I do cross compile kernel for rpi.
I don't boot on rpi device
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version