Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: yannseznec on October 27, 2020, 12:29:24 PM

Title: usb-serial-4.9.22 not available on piCore 9 repo?
Post by: yannseznec on October 27, 2020, 12:29:24 PM
Hi!
I'm running piCore 9.0.3 on a Raspi 3. I'm trying to install the usb-serial-4.9.22-piCore.tcz extension that is listed on the repo here: http://repo.tinycorelinux.net/9.x/armv6/tcz/

However it does not appear to be available? when I run tce-load I get an error:
Code: [Select]
wget: server returned error: HTTP:/1.1 404 Not Found
md5sum: usb-serial-4.9.22-piCore.tcz.md5.txt: No such file or directory
error on usb-serial-4.9.22-piCore.tcz

I'm pretty new to all of this, but I'm pretty certain that means that the extension simply isn't on the repo, or it changed name or something. Does anyone have any clues?

Thanks!
Title: Re: usb-serial-4.9.22 not available on piCore 9 repo?
Post by: yannseznec on October 27, 2020, 12:34:44 PM
ok after a deeper search on this forum I saw a reference to usb-serial-4.9.22-piCore-v7, so I tried to tce-load that and it seems to have found something and installed it. so, fingers crossed?

if anyone is able to tell me that this is correct (or incorrect) that would help me sleep better, though.
Title: Re: usb-serial-4.9.22 not available on piCore 9 repo?
Post by: Paul_123 on October 27, 2020, 12:38:38 PM
Yes, a RPi 3 uses -v7 architecture.

tce-load -wi usb-serial-KERNEL.tcz

Will always grab the correct kernel version for the kernel that you are running.
Title: Re: usb-serial-4.9.22 not available on piCore 9 repo?
Post by: yannseznec on October 27, 2020, 01:44:23 PM
Yes, a RPi 3 uses -v7 architecture.

tce-load -wi usb-serial-KERNEL.tcz

Will always grab the correct kernel version for the kernel that you are running.

that's great, thanks!