Tiny Core Linux

Tiny Core Base => Raspberry Pi => piCore Final Releases => Topic started by: bmarkus on February 21, 2021, 11:44:57 AM

Title: piCore 13.0 released (32-bit)
Post by: bmarkus on February 21, 2021, 11:44:57 AM
Picore-13.0 (32-bit) is released which is expected work with all RPi boards. Main components:

- kernel 5.10.16
- glibc 2.32
- gcc 10.2.0
- util-linux 2.36.2
- e2fsprogs 1.46.1
- libffi 3.3
- micropython 1.14-72

There is only one SD card image for all boards which can be downloaded from

http://tinycorelinux.net/www/13.x/armv6/releases/RPi/
Title: Re: piCore 13.0 released (32-bit)
Post by: Paul_123 on February 21, 2021, 12:16:07 PM
Bela,

This change in tc-functions https://github.com/tinycorelinux/Core-scripts/commit/e597cf052283b5510dd930054e48f51a6350c1d6
breaks pi2,pi3 boards.

uname -m reports

armv6l for pizero
armv7l for pi2,pi3
armv7l for pi4 in 32bit mode.

We went through this in the piCore 12 release.  We were going to change from uname -m to find the board style.  But in the end just abandon the armv7l directory and put the kernel modules for the pi4 boards in the armv7 directory.

Paul.
Title: Re: piCore 13.0 released (32-bit)
Post by: bmarkus on February 21, 2021, 09:00:17 PM
Hi Paul,

thanks, will check it.


Regards... Béla