Hello comunity...
I have a problem with the piCore...
when I unzip the normal microCore like this...
sudo zcat /tmp/core.gz | sudo cpio -i -H newc -d
and zip it afterwards that way...
sudo find | sudo cpio -o -H newc | gzip -2 > ../mycore.gz
theres no problem...
but when I do it with the piCore it dont works...
I think the piCore is not in cpio format
can you tell me in which format I must pack it?
Thank you in advance!