Tiny Core Linux

Tiny Core Base => Raspberry Pi => piCore Test Releases => Topic started by: bmarkus on March 07, 2016, 01:57:41 AM

Title: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 01:57:41 AM
piCore-7.1beta1 released. It is built on 4.1.18 kernel end expected to support the new RPi3 board. Otherwise it is the same as piCore-7.0

alsa, bluetooth and wireless extensions are added to repo. Others will come depending on test result.

Download link: www.tinycorelinux.net/7.x/armv6/test_releases

Please note, it is a unified SD card image for all RPi boards.
Title: Re: piCore-7.1beta1 released
Post by: geev03 on March 07, 2016, 02:59:48 AM
The image is OK on Pi2 . On Pi3, even after 3 minutes, only the rainbow screen is visible ( on a Sony TV ) along with blinking green LED.
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 03:24:35 AM
The image is OK on Pi2 . On Pi3, even after 3 minutes, only the rainbow screen is visible ( on a Sony TV ) along with blinking green LED.

Thanks, I was afraid of this result :)
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 03:29:55 AM
We are using filters in config.txt to load the proper kernel and initrd for armv6/armv7 boards. Can you edit config.txt and change [PI2] to [PI3] ?
Title: Re: piCore-7.1beta1 released
Post by: geev03 on March 07, 2016, 03:40:38 AM
Thanks, it is all working, as expected, on Pi3 after the change. :D
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 03:47:55 AM
Thanks, it is all working, as expected, on Pi3 after the change. :D

Thanks a lot for help. Corrected config.txt, new image uploaded.

Title: Re: piCore-7.1beta1 released
Post by: geev03 on March 07, 2016, 04:08:59 AM
less /proc/cpuinfo  output
Code: (bash) [Select]
processor       : 0
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 1
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 2
/proc/cpuinfo[2]+  Stopped                    less /proc/cpuinfo
tc@box:~$ less /proc/cpuinfo > cpuinfo
tc@box:~$ nano cpuinfo
-sh: nano: not found
tc@box:~$ clear
tc@box:~$ vi
processor       : 2
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 3
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

Hardware        : BCM2709
Revision        : a02082
Serial          : 00000000a43ca814
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 04:30:38 AM
Thanks. As it is expected it looks like an armv7 processor in this mode. You do net get better performance than RPi2, but you can save the external WiFi and Bluetooth sticks. To have a real 64-bit kernel will take time and to have a Raspbian repo rebuilt for 64-bit even more. Just switching to 64-bit you will not see a performance boot. So I do not see strong arguments to switch to RPi3 now.
Title: Re: piCore-7.1beta1 released
Post by: curaga on March 07, 2016, 12:34:36 PM
Yeah, AFAIK on ARM there is no such difference as on x86 where 64-bit mode has more registers. I'd wait for the Phoronix benches at least before doing anything.
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 07, 2016, 12:52:24 PM
Yeah, AFAIK on ARM there is no such difference as on x86 where 64-bit mode has more registers. I'd wait for the Phoronix benches at least before doing anything.

:) What I did in fact updated armv6/armv7 from 4.1.13 to 4.1.18 kernel and changed configuration to enable RPi3, but nothing RPi3 specific. You can interpret it just as a regular update :)
Title: Re: piCore-7.1beta1 released
Post by: goetzmoritz on March 08, 2016, 12:39:26 AM
I don't know if it is of importance but the camera-issue from another post I wrote about is also happening here:

Code: [Select]
tc@box:~$ raspistill -t 5000
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
mmal: Camera is not detected. Please check carefully the camera module is installed correctly

The rest seems to work nicely.
Title: Re: piCore-7.1beta1 released
Post by: jgrulich on March 11, 2016, 11:58:43 AM
Béla,

please share the kernel modules, I need rtc, w1 ...
Title: Re: piCore-7.1beta1 released
Post by: bmarkus on March 12, 2016, 02:01:42 AM
Béla,

please share the kernel modules, I need rtc, w1 ...

I will for beta2, 4.1.19
Title: Re: piCore-7.1beta1 released
Post by: jgrulich on March 12, 2016, 08:49:43 AM
Attached are two kernel modules tcz I'm using.