WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"  (Read 1289 times)

Offline hemorrhoidman

  • Newbie
  • *
  • Posts: 5
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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14826
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #1 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

Offline hemorrhoidman

  • Newbie
  • *
  • Posts: 5
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #2 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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14826
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #3 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/

Offline hemorrhoidman

  • Newbie
  • *
  • Posts: 5
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #4 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/

What GUI extension should I use instead?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11651
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #5 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
« Last Edit: December 08, 2023, 10:34:33 PM by Rich »

Offline hemorrhoidman

  • Newbie
  • *
  • Posts: 5
Re: Raspi 3 B+ says "TC.tcz.md5.txt no such file" when I run "tce-load -wi TC"
« Reply #6 on: December 08, 2023, 11:03:03 PM »
Thanks! It works now.