WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-8.1 released  (Read 11900 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
piCore-8.1 released
« on: January 01, 2017, 04:20:06 AM »
Team Tiny Core is pleased to announce the immediate availability of piCore-8.1 Changes compared to version 8.0:

* kernel 4.4.39
* gcc 6.3.0
* util-linux 2.29
* BusyBox  1.25.1
* RPi firmware 2016.12.15

Preinstalled extensions synced to repository. Changes:

* openssl now using ca-certificates.tcz with latest root certificates
* openssh startup fixed, keys are not regenerated if they are in backup

Download location:

http://tinycorelinux.net/8.x/armv6/releases/RPi/

There is only one SD card image, it supports all armv6 and armv7 RPi boards!

Please read README and don't forget to expand mmcblk0p2 partition according to your needs to make room for persistent data and installed applications.

If you need the basic TC GUI, install TC.tcz from the repository.

For support visit http://forum.tinycorelinux.net/index.php/board,57.0.html
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-8.1 released
« Reply #1 on: January 05, 2017, 08:15:35 PM »
Well, this has gone without much fanfare.   I updated my dev rpi2 to 8.1 and it seems just fine.

You might want to make a note that the 8.1 image is required for the new RPI2B rev 1.2 board that was release in Q4 of 2016.   

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.1 released
« Reply #2 on: January 05, 2017, 11:16:57 PM »
Paul, thanks for the feedback.
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.1 released
« Reply #3 on: January 06, 2017, 12:18:52 AM »
Paul,

not really, the Rev1.2 RPi2B requires only firmware update, it works with piCore 7.x too.

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-8.1 released
« Reply #4 on: January 06, 2017, 05:39:05 AM »
I said image.   Most users wouldn't know how to upgrade firmware on an image that they had.

Offline andriusr

  • Newbie
  • *
  • Posts: 34
Re: piCore-8.1 released
« Reply #5 on: January 06, 2017, 11:26:21 PM »
I am getting following when trying to install compile.tcz

Downloading: gcc_libs.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
gcc_libs.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on gcc_libs.tcz
 compiletc.tcz

What might be the problem?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.1 released
« Reply #6 on: January 07, 2017, 12:28:23 AM »
How much free space you have on mmcblk0p2?
Béla
Ham Radio callsign: HA5DI

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

Online patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 661
Re: piCore-8.1 released
« Reply #7 on: January 07, 2017, 04:58:26 AM »
Have seen this before Bela. :)
I think you need to add some run once script to ask if the user want's to expand and reboot.
Or maybe to run once cat readme
« Last Edit: January 07, 2017, 05:02:20 AM by patrikg »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.1 released
« Reply #8 on: January 07, 2017, 08:11:54 AM »
Have seen this before Bela. :)
I think you need to add some run once script to ask if the user want's to expand and reboot.
Or maybe to run once cat readme

Why the Hell is it so difficult to read README?
Béla
Ham Radio callsign: HA5DI

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

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: piCore-8.1 released
« Reply #9 on: January 07, 2017, 08:48:28 AM »
Why the Hell is it so difficult to read README?

Because we are male in gender.   lol.

I thought that current versions of busybox wget would say no space left on target drive if it is out of space.   Can't say I've ever seen a HTTP 416 error.

Offline andriusr

  • Newbie
  • *
  • Posts: 34
Re: piCore-8.1 released
« Reply #10 on: January 08, 2017, 11:36:22 AM »
Problem was not related to the not partition size. I was trying to update from 8.0 by replacing files on mmcblk0p1, and probably there was some wrong md5 file left in tce folder on mmcblk0p2. After removing it I loaded compile.tzc succesfully.
Sorry for causing havoc.

Offline andriusr

  • Newbie
  • *
  • Posts: 34
Re: piCore-8.1 released
« Reply #11 on: January 09, 2017, 03:08:56 AM »
Testing now SD card with fresh 8.1 and there are some issues.
When I run

 sudo fdisk -u /dev/mmcblk0

 I am getting message

        Device Boot      Start         End      Blocks  Id System
/dev/mmcblk0p1            8192       69631       30720   c Win95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary
/dev/mmcblk0p2           69648      102399       16376  83 Linux
Partition 2 does not end on cylinder boundary

I am using MacOSX and for some reason second Linux partition is not visible (I have ext2/3/4 driver installed on my system). All other SD images (up to 8.0) when created have second partition visible. The error above might be causing this problem.

Other diffrence from 8.0 and all others is that now filetool.sh require sudo permissions. If I execute just filetool.sh -b I am getting errors:

filetool.sh -b
/usr/bin/filetool.sh: line 149: can't create /etc/sysconfig/backup_device: Permission denied
Backing up files to /mnt/mmcblk0p2/tce/mydata.tgz/
Done.
/usr/bin/filetool.sh: line 188: can't create /etc/sysconfig/backup_device: Permission denied

Have to use
sudo filetool.sh -b

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: piCore-8.1 released
« Reply #12 on: January 10, 2017, 01:50:04 PM »
@andriusr

Thanks, fixed in 8.1.1
Béla
Ham Radio callsign: HA5DI

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