Tiny Core Base > piCore Test Releases

piCore-8.0beta5

(1/2) > >>

bmarkus:
Team Tiny Core is proud to announce immediate availability of the fifth beta release of the piCore-8.0 edition.

With this release kernel is frozen, it will be used in final version (except really serious issue found).

8.0beta5

- kernel updated to 4.4.19, now supports CM3 Compute module, not yet available to buy
- firmware updated to 20160823
- GCC updated to 6.2.0
- GLIBC updated to 2.24
- util-linux updated to 2.28.1


8.0beta4

- kernel updated to 4.4.15
- firmware updated to 20160715
- MicroPython updated to 1.8.2-19


8.0beta3

- kernel updated to 4.4.14
- firmware updated to 20160626
- MicroPython updated to 1.8.1-90
- added ZBUD=y to kernel config
- on-board audio enabled by default
- VC I2C disabled by default
- serial console works on RPi3, using /dev/ttyS0, all other boards /dev/ttyAMA0
- serial console terminal emulation change from VT100 to linux


8.0beta2

- kernel updated to 4.4.13
- e2fsprogs updated to 1.43.1
- MicroPython updated
- RPi firmware updated to 20160613


8.0beta1

- kernel 4.4.11
- glibc 2.23
- BusyBox 1.24.2
- util-linux 2.28
- e2fsprogs 1.43
- MicroPython 1.8
- Perl 5.24
- GCC 6.1

TC scripts also updated to latest common base. Except ncurses which doesn't build properly all packages in the repo updated and rebuilt using the new toolchain, not just copied over from 6.x/7.x repos. Dependencies revised, may be different to previous versions. It means limited number of packages in the repo, e.g. Xorg and graphical stuff are missing.

Only one SD card image available, it works on all RPi boards. Download location:

http://tinycorelinux.net/8.x/armv6/test_releases/

Please try it and share your experience, bugs found, etc.

Paul_123:
Bela,

I did not try this yet with this beta that you just posted,  I was typing this as you locked the other thread......

I was testing the userspace binaries after I packed them.   I wanted to play with loading and removing overlays after boot.


--- Code: ---tc@piCorePlayer:/mnt/mmcblk0p1/overlays$ sudo dtoverlay -a -v -d /mnt/mmcblk0p1/overlays
run_cmd: mount -t configfs none '/config/device-tree'
mount: mount point /config/device-tree does not exist
* Failed to mount configfs - 2
tc@piCorePlayer:/mnt/mmcblk0p1/overlays$ sudo mkdir /config/device-tree
tc@piCorePlayer:/mnt/mmcblk0p1/overlays$ sudo dtoverlay -a -v -d /mnt/mmcblk0p1/overlays
* configfs overlays folder not found - incompatible kernel

--- End code ---

found very little with a quick google search....but found references to mounting the configfs manually


--- Code: ---sudo mount -t configfs none /sys/kernel/config
sudo dtoverlay -a -d /mnt/mmcblk0p1/overlays
<list of all overlays is printed>

--- End code ---

dtoverlay now runs, but does not show any overlays loaded. 

bmarkus:
Try beta5 and the current VC set.

Paul_123:

--- Quote from: bmarkus on August 24, 2016, 09:02:47 PM ---Try beta5 and the current VC set.

--- End quote ---

I pulled the vc tonight to pack, so it should line up with the kernel you pulled.   So I'll give it a test tomorrow. 

The other vc binaries I tested worked fine.

Paul_123:
same result...but I did some reading on the rpi web site, and seems that while the utilities may exist, it may be premature to be doing that.

Navigation

[0] Message Index

[#] Next page

Go to full version