Tiny Core Base > piCore Final Releases
piCore 14.0 (32 and 64 bit) release
Paul_123:
Team Tiny Core is happy to announce the release of piCore-14.0. Both 32 and 64bit images are ready for download/testing.
rpi-kernel 6.1.25
gcc 12.2
binutils 2.39
glibc 2.37
busybox 1.36
micropython 1.19
libffi (v8 library)
piCore 14 also brings openssl to 3.1.0. For applications in the 14.x repo not yet rebuilt, there are compatibility extensions created openssl-1.1.1 and libffi7
32bit - http://www.tinycorelinux.net/14.x/armv7/releases/RPi/piCore-14.0.1.zip (This should run on all rpi boards)
64bit - http://www.tinycorelinux.net/14.x/aarch64/releases/RPi/piCore64-14.0.zip (rpi zero2W, pi3, pi4)
* Note, no changes from the last beta releases.
aus9:
hi as you know I have a desktop with piCore64 currently getting a failed for waitforX on arm7.
I am trying to compare my 64 bit installed list vs 32 and so far I have eliminated
imlib2-bin as it appears 32 bit combines or does not split out the bin files.
I have not been able to eliminate libxcvt which is a dep of xorg-server on 64 bit but is missing in 32 bit.
could this be what I am missing?
aus9:
Hi
I wanted to post on the beta page but it appears I can not so forgive me not testing 32 bit at the beta stage. I have built libxcvt for 32 bit but not submitted as it makes no difference. I am now stumped. Here is what I did, and I kept the output.
1) make my boot list on 64 MATCH as far as possible the tce.installed list here for 32 bit
--- Code: ---cat /mnt/mmcblk0p2/tce/onboot.lst
openssh.tcz
libXcursor.tcz
nano.tcz
mc.tcz
libxcvt.tcz
liblz4.tcz
libzstd.tcz
llvm15-lib.tcz
xf86-video-fbdev.tcz
Xorg.tcz
jwm.tcz
aterm.tcz
wbar.tcz
--- End code ---
2)
--- Code: ---cd /mnt/sda1 # its my storage usb
ls /usr/local/tc.installed > /mnt/sda1/32c.txt
diff 32c.txt 64.txt > diffc.txt
cat diffc.txt | grep +
+++ 64.txt
@@ -5,24 +5,18 @@
+imlib2-bin
@@ -40,22 +34,18 @@
@@ -72,15 +62,11 @@
--- End code ---
so as per prev post, I am eliminating imlib2-bin as its a combined TCE AFAIK on 32 bit
and now I can eliminate libxcvt as its built on 32 bit
full reboot once libxcvt built and onboot list match
3) startx still fails....so I am stumped at this stage.
thanks for reading
##############
libxcvt.tcz
liblz4.tcz
libzstd.tcz
llvm15-lib.tcz
xf86-video-fbdev.tcz
were + diffs from diffb I had run previously
Juanito:
Only newer versions of xorg-server (not the version in the armv* repos) need libxcvt.
What happens if you start the server with "Xorg -nolisten tcp"?
Note that for xorg 3d to work in piCore /usr/local/share/X11/xorg.conf.d/fbturbo.conf needs to be deleted
aus9:
Hi Juanito
I am loading Xorg not Xorg-3d
my ~/.xsession is the same from /etc/skel which has that stanza in the top line.
Based on your reply, I removed libxcvt and full reboot but kept the other TCEs as above. still no desktop.
Those extra TCEs were not in my original boot list and of course no desktop either.
sorry to say I am still stumped.
Maybe someone who is using 14.x can share their thoughts too?
Navigation
[0] Message Index
[#] Next page
Go to full version