View Single Post
Old 07-09-2019, 09:08 PM   #3
coplate
Guru
coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.
 
Posts: 645
Karma: 1888888
Join Date: Jun 2009
Device: prs-505, Kindle Keyboard 3g, PW3
Quote:
Originally Posted by zaoqi View Post
preparation:
configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker)
Code:
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset

Dockerfile:
Code:
FROM multiarch/alpine:armhf-edge
ADD update_kindle_all_new_paperwhite_v2_5.11.2_rootfs.tgz /
generate update_kindle_all_new_paperwhite_v2_5.11.2_rootfs. tgz:
Code:
$ kindletool extract update_kindle_all_new_paperwhite_v2_5.11.2.bin .
$ gzip -d rootfs.img.gz
$ gnome-disk-image-mounter rootfs.img ## or mount rootfs.img ...
$ cd <mount point>
$ sudo tar -czvf <path to update_kindle_all_new_paperwhite_v2_5.11.2_rootfs.tgz> .

Does anyone know how to start the system UI?


What is your docker run command to start the kindle image?

I'm trying with PW, but I'm not great with docker and am getting :

Code:
coplate@ubuntu:~/PW10$ sudo docker run pw10
docker: Error response from daemon: No command specified.
Edit:
re-ran the tar on real linux, not windows 10, and now it is working, well: bash is runnign, but not sure what is running.

it mostly looks like standard alpine, with a bunch of extra files in folders

Last edited by coplate; 07-09-2019 at 09:20 PM.
coplate is offline   Reply With Quote