WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-8.0  (Read 3998 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
piCore-8.0
« on: May 15, 2016, 03: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.
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1072
Re: piCore-8.0
« Reply #1 on: May 15, 2016, 08:46:19 AM »
Sounds like a lot of work.   Do you expect the 7.x repos to copy across to 8.x without much problem

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.0
« Reply #2 on: May 15, 2016, 11:54:39 AM »
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.

Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1072
Re: piCore-8.0
« Reply #3 on: May 15, 2016, 02:04:03 PM »
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

Offline gavinmc42

  • Sr. Member
  • ****
  • Posts: 301
Re: piCore-8.0
« Reply #4 on: May 15, 2016, 07:58:37 PM »
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.

Offline aw

  • Newbie
  • *
  • Posts: 45
Re: piCore-8.0
« Reply #5 on: May 16, 2016, 09:37:07 PM »
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
github.com/aw

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.0
« Reply #6 on: May 16, 2016, 10:40:11 PM »
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
Béla
Ham Radio callsign: HA5DI

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

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore-8.0
« Reply #7 on: May 16, 2016, 11:21:05 PM »
This page seems to be blank:
http://git.tinycorelinux.net/index.cgi

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: piCore-8.0
« Reply #8 on: May 16, 2016, 11:59:53 PM »
It's not - sometimes you have to try several times before it connects.

Offline aw

  • Newbie
  • *
  • Posts: 45
Re: piCore-8.0
« Reply #9 on: May 17, 2016, 06:53:16 AM »
Quote
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!!
github.com/aw

Offline mikedev

  • Newbie
  • *
  • Posts: 25
Re: piCore-8.0
« Reply #10 on: June 01, 2016, 08:14:45 AM »
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!