View Single Post
Old 03-15-2019, 10:23 PM   #37
RandomInsano
Member
RandomInsano began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2019
Location: Canadia: Land of Loonie
Device: Kindle Touch 4G / Kobo N416 / Kobo Touch / Kobo Mini
It's itty itty bitty. About 64MB, and some of that U-boot'll be using.

If you have a shell, you should be able to do something like the following:

dd if=fs.img of=/dev/mtdblock6 bs=1024k

Then wait awhile. Assuming "fs.img" is a byte-for-byte disk image that should be all that's required there. Though I'm not 100% sure that's the "/mnt/onboard" partition, it'll be pretty much the same as what you're trying to do with `loadu` + `nandw` just with less fiddling with tools.
RandomInsano is offline   Reply With Quote