Quote:
Originally Posted by rantanplan
As far as I understand, the Libra 2e is largely based on the old chipsets, very close to the Libra H20. However, the Vision 6 is based on the chipset of the Sage, which is a newer and faster chipset. So using the Libra 2e image will probably not work.
Given that the Sage doesn't have removable storage, it's probably smarter to wait for the new Kobo devices instead of trying to convert a Tolino to a Kobo 
|
actually i too would be interested in playing around with the Sage's firmware and see if it can't be hacked to work with a Vision 6...
Even though the Sage doesn't have removable storage it should be possible to SSH into it (as root). Maybe something like:
Code:
ssh root@sage.ip.address "dd if=/dev/block/mmcblk0" | gzip -c | dd of=sage-mmcblk0.gz
(on linux. where sage.ip.address is replaced by the IP address of the sage)
anyone with a Sage that would be willing to do that?