WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore 13.0 released (32-bit)  (Read 2928 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
piCore 13.0 released (32-bit)
« 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/
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1079
Re: piCore 13.0 released (32-bit)
« Reply #1 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.
« Last Edit: February 21, 2021, 12:44:02 PM by Paul_123 »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore 13.0 released (32-bit)
« Reply #2 on: February 21, 2021, 09:00:17 PM »
Hi Paul,

thanks, will check it.


Regards... Béla
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."