WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-7.1beta3 released  (Read 25962 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
piCore-7.1beta3 released
« on: March 20, 2016, 02:23:23 PM »
piCore-7.1beta3 released. Changes:

- kernel updated to 4.1.20
. micropython updated
. glibc updated to 2.23
- libstdc++ rebuilt

alsa and wireless kernel moduls added to repo, others will follow depending on test result.

Please try and report your findings here.

Download:

http://www.tinycorelinux.net/7.x/armv6/test_releases/
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-7.1beta3 released
« Reply #1 on: March 20, 2016, 05:39:37 PM »
I can get this to boot.

get a VFS:Unable to mount root fs on unknown-block(1,0)

I had never booted my rpi3, so I dumped Raspbian on this card, and the system booted fine.


Offline jncl

  • Newbie
  • *
  • Posts: 38
Re: piCore-7.1beta3 released
« Reply #2 on: March 21, 2016, 07:47:36 AM »
Hi Béla,

   I can confirm that all my previously mentioned WiFi dongles now work with this beta version.

   I can confirm that the image boots on the following RPi's: A/B/B+/2B. It doesn't boot on a Zero.
 
   I can confirm that all the dmesg lines
Code: [Select]
disagrees about version of symbol module_layouthave now gone on all booting RPi's.
 
HTH
   Jon

Offline jncl

  • Newbie
  • *
  • Posts: 38
Re: piCore-7.1beta3 released
« Reply #3 on: March 21, 2016, 07:50:04 AM »
Hi Béla,

    Can I request the Kernel sources etc for 4.1.20, I need them to build a Kernel module for a WiFi dongle I have, which uses the 8192eu chipset.

Thanks
    Jon

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-7.1beta3 released
« Reply #4 on: March 21, 2016, 09:08:47 AM »
Hi Jon

thanks for feedback. Regarding Zero boot issue, edit config.txt and change [PI1] to [PI0]. Just guessing, it may help.

Béla
Béla
Ham Radio callsign: HA5DI

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

Offline jncl

  • Newbie
  • *
  • Posts: 38
Re: piCore-7.1beta3 released
« Reply #5 on: March 21, 2016, 09:49:59 AM »
Hi Béla,

    Using [PI0] works  :). I also moved the cmdline cmdline.txt line after [ALL], removing it from the other entries, and that works as well.

Thanks

    Jon

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-7.1beta3 released
« Reply #6 on: March 21, 2016, 10:13:14 AM »
I can get this to boot.

get a VFS:Unable to mount root fs on unknown-block(1,0)

I had never booted my rpi3, so I dumped Raspbian on this card, and the system booted fine.

This was supposed to say "can't"   I did check that we are using the same sdcard driver(default).   And I did try the other dtoverlays for selecting a different driver.   I normally don't use 32G UHS-1 cards for my pis, but I used up all my smaller/slower cards.    I'll try a different card tonight.

jncl.....did you test on a PI3?

Offline jncl

  • Newbie
  • *
  • Posts: 38
Re: piCore-7.1beta3 released
« Reply #7 on: March 21, 2016, 10:45:35 AM »
Hi Paul_123,

  I don't yet have a Pi3 to test.

Jon

Offline Gerrelt

  • Full Member
  • ***
  • Posts: 182
Re: piCore-7.1beta3 released
« Reply #8 on: March 21, 2016, 11:20:33 AM »
Hi Béla,

I've just installed piCore7.1beta3 as a squeezelite player using my tutorial, and everything works perfectly!
The previous WiFi problems with beta2 are gone.

Thanx!  8)

Greetings,
   Gerrelt.
my Raspberry Pi page: http://raspberry.gerrelt.nl

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-7.1beta3 released
« Reply #9 on: March 21, 2016, 11:23:07 AM »
New piCore-7.1beta3 SD card image uploaded, boot issue on Zero fixed.
Béla
Ham Radio callsign: HA5DI

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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-7.1beta3 released
« Reply #10 on: March 21, 2016, 11:37:03 AM »

    Can I request the Kernel sources etc for 4.1.20, I need them to build a Kernel module for a WiFi dongle I have, which uses the 8192eu chipset.


Done
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-7.1beta3 released
« Reply #11 on: March 21, 2016, 04:37:00 PM »
Bela,

I downloaded the latest image and burned......still won't boot on a rpi3.   I can't believe I missed this, I had looked at it 10 times last night.    This is the config.txt

Code: [Select]
# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details

[PI0]
initramfs 7.1beta3.gz followkernel
kernel kernel4120.img

[PI1]
initramfs 7.1beta3.gz followkernel
kernel kernel4120.img

[PI2]
initramfs 7.1beta3v7.gz followkernel
kernel kernel4120v7.img

[PI3]
initramfs 7.1beta2v7.gz followkernel
kernel kernel4120v7.img

The initramfs for the PI3 is wrong.    Fixed and it boots on a pi3.....now checking the rest.


Edit: Buitin wifi connects.....   iperf3 shows about 25Mbit transfer rate, which seems about par for the coarse for this broadcomm chipset/driver.

« Last Edit: March 21, 2016, 04:52:38 PM by Paul_123 »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-7.1beta3 released
« Reply #12 on: March 21, 2016, 11:04:05 PM »
Quote
The initramfs for the PI3 is wrong.    Fixed and it boots on a pi3.....now checking the rest.


Thanks, fixed. New image uploaded.
Béla
Ham Radio callsign: HA5DI

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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-7.1beta3 released
« Reply #13 on: March 22, 2016, 12:55:13 AM »
beta3 looks ok, I will add kernel module TCZ's to repo in next days.
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-7.1beta3 released
« Reply #14 on: March 23, 2016, 08:14:28 AM »
Bela,

Not sure if you saw

https://github.com/raspberrypi/linux/issues/1355

Also,

Might want to check this issue related the the License for the Broadcom Firmware files
https://github.com/raspberrypi/linux/issues/1325