WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Computer for Tiny Core Linux  (Read 456 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14857
Re: Computer for Tiny Core Linux
« Reply #15 on: January 04, 2025, 05:30:54 AM »
But for Tiny Core I think the main issue is the lack of PiCore extensions compared to TC x86_64. That was a large part of why I picked a cheap x86_64 SBC instead of a Raspberry Pi board

The majority of extensions are user requested or user submitted - what are you missing in the RPi repos?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11725
Re: Computer for Tiny Core Linux
« Reply #16 on: January 04, 2025, 12:30:34 PM »
Hi vinceASPECT
The links in replies 9 and 14 for products you are attempting
to promote have been removed.

Please curb your enthusiasm for pushing products or you will
be promoted to spammer status and dealt with accordingly.

Offline CNK

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 307
Re: Computer for Tiny Core Linux
« Reply #17 on: January 05, 2025, 02:39:55 AM »
But for Tiny Core I think the main issue is the lack of PiCore extensions compared to TC x86_64. That was a large part of why I picked a cheap x86_64 SBC instead of a Raspberry Pi board

The majority of extensions are user requested or user submitted - what are you missing in the RPi repos?

Actually the list does turn out to be much smaller than I thought:
Code: [Select]
usb-utils
whois
bind
elfutils
gsfonts
imagemagick
sc-im
sshfs

Most of the missing ones are extensions I've ended up building myself on x86_64:

Code: [Select]
nedit
mailutils
links-full
sylpheed
xpdf
xpdf-tools
gv
mosh
motif
dillo-git
dillo-gemini
dillo-gopher
tint
carl

Firefox is a big hurdle on ARM though. I want up-to-date stable versions of it. I've been watching the state of Firefox AARCH64 Linux binaries published by Mozilla since it was announced for nightly builds, with interest to adding PiCore support to the firefox_getLatest script/extension when it applies to the release builds. But they're still only doing Linux AARCH64 builds for nightly...
« Last Edit: January 05, 2025, 02:43:35 AM by CNK »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14857
Re: Computer for Tiny Core Linux
« Reply #18 on: January 05, 2025, 08:51:52 AM »
Firefox is a big hurdle on ARM though. I want up-to-date stable versions of it. I've been watching the state of Firefox AARCH64 Linux binaries published by Mozilla since it was announced for nightly builds, with interest to adding PiCore support to the firefox_getLatest script/extension when it applies to the release builds. But they're still only doing Linux AARCH64 builds for nightly...

The piCore64-15.x repo has firefox-128.2.0esr
The piCore-15.x repo has firefox-68.5.0esr - I tried building 128.2.0esr, but the build fails

The CorePure64-15.x repo has firefox-128.2.0esr
The Core-15.x repo doesn't have a firefox extension because the 128..2.0 build fails

It looks like recent versions of firefox have a problem building natively on 32-bit machines - I read somewhere that it might be possible to build 32-bit versions by cross-compiling on a 64-bit machine.