Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: hemorrhoidman on December 06, 2023, 01:23:08 AM

Title: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: hemorrhoidman on December 06, 2023, 01:23:08 AM
hello, I am very new to forums, and I just have this one issue when trying to get picore v14.0 running on my raspi3 B+.

I type "tce-load -wi TC" into the raspi and it fails and says "TC.tcz.md5.txt no such file"?

I imaged the sd card with raspi disk imager if that helps.

when I imaged the card the only thing i could select was the .iso file in the zip. I tried to move other file in the zip over on the the disk manually (by dragging and dropping into the drive folder) but saw no difference.
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: Juanito on December 06, 2023, 04:27:13 AM
The checksum is present on the server: http://tinycorelinux.net/14.x/armv7l/tcz/TC.tcz.md5.txt

You could try the following:
Code: [Select]
tce-load -wi Xorg flwm wbar aterm
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: hemorrhoidman on December 07, 2023, 01:51:09 AM
I fixed it by typing in "tce-load -wi http://tinycorelinux.net/14.x/armv7l/tcz/TC.tcz" instead. Now I'm just trying to set up wifi, I have a feeling I might have to do the same thing for wifi because I just used "tce-load -wi wifi" and it did install, but it can't find any networks.

the system info told me my raspberry pi 3 B+ was armv7 too, but the 3 B+ is a v8 64-bit?
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: Juanito on December 07, 2023, 06:05:42 AM
the system info told me my raspberry pi 3 B+ was armv7 too, but the 3 B+ is a v8 64-bit?

There's a 64bit version here: http://tinycorelinux.net/14.x/aarch64/releases/RPi/
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: hemorrhoidman on December 08, 2023, 10:27:00 PM
so I used this version and now wifi works, but I didnt see TC.tcz in http://tinycorelinux.net/14.x/aarch64/tcz/ (http://tinycorelinux.net/14.x/aarch64/tcz/)

What GUI extension should I use instead?
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: Rich on December 08, 2023, 10:32:28 PM
Hi hemorrhoidman
TC.tcz  is a meta-extension. It is the equivalent of running:
Code: [Select]
tce-load -wi Xorg flwm_topside wbar aterm
Title: Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
Post by: hemorrhoidman on December 08, 2023, 11:03:03 PM
Thanks! It works now.