Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started 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: 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!
-
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.
-
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.
-
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!