Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: bmarkus on May 15, 2016, 06:57:04 AM
-
During the piCore-7.1 beta test cycle Raspbian moved to the long term 4.4.y kernel. To follow this change, I started to work on piCore-8.0. First very early beta version is already running on both armv6 and armv7 boards. Practically all components updated in the base. Most importants:
- kernel 4.4.y
- glibc 2.23
- BusyBox 1.24.2
- util-linux 2.28
- GCC 6.1
Because of the new toolchain, nearly all basic packages are rebuilt with GCC 6.1. There are only few programs do not build but most of them are OK. Current beta is built on kernel 4.4.9. WiFi stack works fine, next is sound. When it works, first public beta will be available.
It means, that no new 7.1 beta is planned.
-
Sounds like a lot of work. Do you expect the 7.x repos to copy across to 8.x without much problem
-
Sounds like a lot of work. Do you expect the 7.x repos to copy across to 8.x without much problem
7.x repo has many 6.x extension. I don't want to use them in 8.x Common apps need update anyhow even in 7.x
I prefer to have less but up to date and reliable extensions in the beginning. Xorg is also old and need rebuild.
-
Sounds like a lot of work. Do you expect the 7.x repos to copy across to 8.x without much problem
7.x repo has many 6.x extension. I don't want to use them in 8.x Common apps need update anyhow even in 7.x
I prefer to have less but up to date and reliable extensions in the beginning. Xorg is also old and need rebuild.
Even bigger task. Let me know if I can help
-
Thanks Bela,
Been expecting this news.
Apart from the standard pre included stuff I only need the camera stuff at the moment.
I'm experimenting with the Pi cameras.
Raspbian just got Bluetooth working, so it should make that easier.
-
Where can I find the sources for building this? The toolchain? I can't find the arm6 or arm7 toolchain for piCore 6.x / 7.x / 8.x.
Thanks
-
Where can I find the sources for building this? The toolchain? I can't find the arm6 or arm7 toolchain for piCore 6.x / 7.x / 8.x.
Thanks
Toolchain source and build scripts are in the repo, e.g.
http://repo.tinycorelinux.net/6.x/armv6/tcz/src/
Kernel source and config
http://repo.tinycorelinux.net/6.x/armv6/releases/src/
TC scripts
http://git.tinycorelinux.net/index.cgi
-
This page seems to be blank:
http://git.tinycorelinux.net/index.cgi
-
It's not - sometimes you have to try several times before it connects.
-
Toolchain source and build scripts are in the repo, e.g.
http://repo.tinycorelinux.net/6.x/armv6/tcz/src/
Kernel source and config
http://repo.tinycorelinux.net/6.x/armv6/releases/src/
TC scripts
http://git.tinycorelinux.net/index.cgi
Thanks!!
-
I tested the 8.0beta1 and it successfully runs on my pi zero! Thank you!
I have downloaded the compiletc, etc. I am able to compile application like tsocks,
May I know where I can get the source of the basic GUI, i.e. Xvesa, Xorg, etc. so that I can compile them myself and start the GUI on my pi zero?
Thanks!