Quote:
Originally Posted by igorsk
You can extract the cramfs.Fsk.img from the firmware updater.
If you want the final created image, you will need to edit make_opt.sh. I took out the code which copied it to the card since it was crashing the Reader. In the end, before the "Image created successfully " line, add the following:
Code:
cp $W_DIR/new_opt.img /Data
|
This isn't working for me. I made the change to make_opt.sh and the #5 create image runs successfully but I don't end up with a .img file on my card. I tried:
Quote:
cp $W_DIR/new_opt.img /Data
and
cp /tmp/self_upgrade/new_opt.img /Data
|