WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-12.0beta1  (Read 15568 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
piCore-12.0beta1
« on: September 23, 2020, 01:33:38 AM »
Team Tiny Core is proud to announce the first beta release of piCore-12.0

For RPi0 and RPi1:
http://tinycorelinux.net/12.x/armv6/test_releases/RPi/piCore-12.0-beta1.zip

For RPi2, RPi3 and RPi4:
http://tinycorelinux.net/12.x/armv7/test_releases/RPi/piCore-12.0-beta1.zip

..and for the first time a 64-bit release for RPi3 and RPi4:
http://tinycorelinux.net/12.x/aarch64/test_releases/RPi/piCore64-12.0-beta1.zip

Note that the 64-bit extension support is limited as everything has to be built from scratch.

Core components

- kernel 5.4.51
- glibc-2.31
- busybox-1.31.1
- gcc-10.1.0
- util-linux-2.35.2
- e2fsprogs-1.45.6

Changes since alpha release:

* init: Avoid awk rounding
* tc-config: Similar awk rounding
* 32-bit kernels rebuilt to fix certificates error
* libstdc++ recompiled for missing futex functions

Please try it out and share your experience, bugs found, etc.

aus9

  • Guest
Re: piCore-12.0beta1
« Reply #1 on: September 23, 2020, 03:01:51 AM »
Hi

Does it contain Rich's wbar changes?
on the older beta I do not recall seeing a Apps update for wbar.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #2 on: September 23, 2020, 03:08:11 AM »
Not that I'm aware of, but perhaps @Rich would be kind enough to do them?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: piCore-12.0beta1
« Reply #3 on: September 23, 2020, 06:19:08 AM »
Hi Juanito
I'll take care of it. I'll also update the  $WM_menu_common  scripts in flwm, flwm_topside, and jwm.

aus9

  • Guest
Re: piCore-12.0beta1
« Reply #4 on: September 23, 2020, 09:17:39 PM »
Is there a way of mounting the image to replace the core and changed files?
(from the alpha release)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #5 on: September 23, 2020, 11:48:52 PM »
Yes:
Code: [Select]
$ tce-load -i util-linux
$ cd /tmp
$ mkdir test image
$ sudo /usr/local/bin/mount -o loop,offset=$((8192*512)) /tmp/test/piCore-12.0-beta1.img /tmp/image

If the offset is not correct, check it with:
Code: [Select]
$ /usr/local/sbin/fdisk -l piCore-12.0-beta1.img

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #6 on: September 24, 2020, 01:14:12 AM »
xf86-video-dummy added for piCore64 - this will allow remote connections with x11vnc without a screen connected.

The driver does not seem necessary for piCore as the xf86-video-fbturbo driver (which will not compile for piCore64) starts without a screen connected.

aus9

  • Guest
Re: piCore-12.0beta1
« Reply #7 on: September 24, 2020, 01:17:02 AM »
only trying out aarch64 at this stage, after slight mod of above command I think, because I did not run a script for diff....which may be a mistake, the only file in partition 1 that changes is the rootfs-piCore64-12.0.gz.
on reboot I have
Code: [Select]
version
12.0_beta1

but now when I check apps, it does not report I am on beta. And now I can't remember if it ever reported alpha. Do we agree only one file changed?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #8 on: September 24, 2020, 01:30:04 AM »
As far as I know on piCore64, only one file changed, but @paul_123 will be able to confirm.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: piCore-12.0beta1
« Reply #9 on: September 24, 2020, 04:14:35 AM »
Hi Juanito
... I'll also update the  $WM_menu_common  scripts in flwm, flwm_topside, and jwm.
Wbar and window managers updated in all TC12 repos.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #10 on: September 24, 2020, 04:58:25 AM »
Thanks  :)

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: piCore-12.0beta1
« Reply #11 on: October 02, 2020, 12:03:31 AM »
Oh, wow !
New arch "aarch64"  :D

Please port these extensions to the repo, they're working properly.
(I copied them from 11.x/x86)
Code: [Select]
mirrors.tcz
getlocale.tcz
unifont.tcz
submitqc.tcz

P.S. I'm working on openbox for aarch64.
Is there a different location for 'libexec' files ?
IIRC, I've seen some build scripts that specify a different directory.

Many thanks

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #12 on: October 02, 2020, 12:11:42 AM »
Welcome back  :)

Please use /usr/local/lib/appname for libexec so we know where the files came from.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-12.0beta1
« Reply #13 on: October 02, 2020, 01:25:48 AM »
getlocale, mirrors, submitqc and unifont copied to aarch64 repo

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-12.0beta1
« Reply #14 on: October 02, 2020, 06:11:59 AM »
Oh, wow !
New arch "aarch64"  :D

Was a bit of an adventure, but a nice step forward.