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.
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