Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: dpopeck on July 02, 2025, 09:35:47 AM

Title: piCore 16.x modules
Post by: dpopeck on July 02, 2025, 09:35:47 AM
Hi,

Where can I find the modules package for piCore 16, aarch64?
I've looked in http://tinycorelinux.net/16.x/aarch64/ but can't find any sign of them.
There are a couple of packages in tcz for alsa and ppp modules but nothing else.
If it matters, I am looking for hwmon drivers, specifically ina2xx.

Thanks

Title: Re: piCore 16.x modules
Post by: patrikg on July 02, 2025, 09:48:16 AM
If you see the tcz directory there are files with the kernel version in it name.
Sometimes you have to compile the modules your self with picore and tc.
And there are several threads talking about that in this forum.
Search a little bit in this forum and you will be find how to do it yourself.
And i have seen some script called provides.sh to search what package the files is in.

Code: [Select]
curl -s http://tinycorelinux.net/16.x/aarch64/tcz/ | grep 6.12.15
alsa-modules-6.12.15-piCore-v8-16k.tcz
alsa-modules-6.12.15-piCore-v8.tcz
ax25-6.12.15-piCore-v8-16k.tcz
ax25-6.12.15-piCore-v8.tcz
bluetooth-6.12.15-piCore-v8-16k.tcz
bluetooth-6.12.15-piCore-v8.tcz
cdrom-6.12.15-piCore-v8-16k.tcz
cdrom-6.12.15-piCore-v8.tcz
filesystems-6.12.15-piCore-v8-16k.tcz
filesystems-6.12.15-piCore-v8.tcz
graphics-6.12.15-piCore-v8-16k.tcz
graphics-6.12.15-piCore-v8.tcz
ipv6-netfilter-6.12.15-piCore-v8-16k.tcz
ipv6-netfilter-6.12.15-piCore-v8.tcz
media-rc-6.12.15-piCore-v8-16k.tcz
media-rc-6.12.15-piCore-v8.tcz
net-bridging-6.12.15-piCore-v8-16k.tcz
net-bridging-6.12.15-piCore-v8.tcz
.........

Title: Re: piCore 16.x modules
Post by: Paul_123 on July 02, 2025, 12:50:52 PM
Sorry, I forgot to upload that stuff.   I'll get it when I get home this evening.
Title: Re: piCore 16.x modules
Post by: Paul_123 on July 02, 2025, 10:39:55 PM
Uploaded to http://www.tinycorelinux.net/16.x/aarch64/release/src/kernel
Title: Re: piCore 16.x modules
Post by: dpopeck on July 03, 2025, 04:39:43 AM
Thank you Paul. I hoped it was as simple as that!
Appreciate everything you do here.