Problem Statement: Need to update provided cramfsImage (as part of Dm365 Appro's IPNC release)
Background: We have provide cramfs "cramfsImage_ipnc_dm365_1.0.0" as partof standard distribution. This is working fine. We now need to upgrade this with our new applications. For this, I intend to extract provided image and do the modification and mkfs.cramfs back. To complete this I tried following (with no success)
- Mounted "cramfsImage_ipnc_dm365_1.0.0" using -o loop and tried cp -a (as described in one of the TI document. This ail as cp is not copying al linked files as needed.
- I tried tar and untar (this is described in one of the posting). This too fails with "too many errors"
- I tried using fsck to extract the files out. This too fails on the provided release
- End of the day when I cram (partially extracted files) IPNC stalls half way thourgh boot.
Queries:
- How to extract this cramfs to orignal?
- Is extracted cramfs of this release "cramfsImage_ipnc_dm365_1.0.0" available from TI/Appro that I can use and cramfs it directly instead of extracting the provided release?
- Is it possible (if so how) to directly change the mounted cramfs? This was I so not need to extract and cram again.
- Any other recommendation/pointer/support will be of great help.
Regards,
Ajay