Quote:
Originally Posted by commandante
Hey, I am on linux and my kobo touch model is 905J. I have used unetbootin to write the image on the sd card and it didn't work. I have two questions:
(1) Is it mandatory to use Win32DiskImager? Should it work with softwares like unetbootin?
|
You cannot use unetbootin - it modifies image file and adds CD-ROM emulation boot block for x86. It has no right to work on ARM.
On linux just use "dd" command:
Code:
sudo dd if=Kobo_Android.img of=/dev/<your_sd_card_device>; sync
Please triple check that your <your_sd_card_device> is correct for your hardware (it can be sdN for USB card readers or mmcblkN for built-in one). Otherwise you will erase your hard disk including your partition table!! Do a backup first.