Vanuan / pocketbook_free_swupdate

Opensource PocketBook swupdate project

Home Page:https://github.com/Vanuan/pocketbook_free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project's goal is to create opensource tool to manage swupdate firmware files.

Usage:

./extract.sh /path/to/SWUPDATE.BIN
enter password (to mount image)
see the files in rootfs_extracted folder.

./arm_chroot
enter password (needed to chroot)
run arm programs like on device.

Requirements:

For extraction:

- linux
- make
- g++

For chrooting:

- qemu-arm-static
- binfmt-support

Check whether the binfmt entries were successfully registered:
- update-binfmts --display

About

Opensource PocketBook swupdate project

https://github.com/Vanuan/pocketbook_free

License:MIT License


Languages

Language:C++ 69.9%Language:Shell 15.5%Language:C 14.7%