Can you make the image from your SD card? I could make the Android SD card for booting from external SD. Even needn't do the full SD card image, only the first 65536 sectors is enough.
This can be done with the following command in Linux:
Code:
dd bs=512 count=65536 if=/dev/sd<SDCARD> | bzip2 -9f >./kobo-touch-N905B-first.img.bz2