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
|
I tired editing it with notepad. I think I did it right. But it still didn't work. Is there any way you can attach something that will work?