Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: patrikg on April 25, 2016, 03:30:09 AM

Title: Thank you bela
Post by: patrikg on April 25, 2016, 03:30:09 AM
Thank you Bela for making tiny core linux for raspberry pi.

Just wondering how do you make the picore image, do you use some script.
Or do you just manually take all the steps.

Here a tip to the script, for just download the firmware boot folder.
Also preserve the original files date(not the folders)
Remove the hidden (.)svn folder.
Remove the kernel files.

Code: (bash) [Select]
svn checkout --config-option config:miscellany:use-commit-times=yes https://github.com/raspberrypi/firmware/trunk/boot .
find . -type d -name .svn -exec rm -rf {} \;
rm kernel.img
rm kernel7.img
Title: Re: Thank you bela
Post by: bmarkus on April 25, 2016, 03:46:51 AM
Hi

thanks for the script. piCore is not using the official RPi (Raspbian) kernel but its own built for piCore. There are few components missing there needed for piCore.

Béla