WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore3611a.gz | extract & pack  (Read 3520 times)

Offline bugger553

  • Newbie
  • *
  • Posts: 8
piCore3611a.gz | extract & pack
« on: April 27, 2013, 02:46:12 PM »
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!