I am trying to initialize an SD Chip using the instructions on Page 69 of SDK version 0.5 PDF which read:
#cp fsl-image-core-ls1043ardb_<release date>.rootfs.tar.gz temp/
#tar xvfz fsl-image-core-ls1043ardb_<release date>.rootfs.tar.gz
#rm fsl-image-core-ls1043ardb_<release date>.rootfs.tar.gz temp/
I have several questions:
1) I built the x11 image - it produces a file with an extension rootfs.ext2.gz but does not build a rootfs.tar.gz file. The instructions suggest that the file needs to be uncompressed and un-tar'ed on the SD chip. Is that correct?
2) The first instruction puts the fs on the SD chip, but don't the instructions need to cd to temp before un-tarring?
3) If these instructions are wrong, what are the correct instructions?
Thanks,
Don