View Single Post
Old 07-26-2008, 02:01 PM   #34
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by igorsk View Post
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
JeffElkins is offline   Reply With Quote