Skip to content

wupeka/pbsdfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Switch the serial number of Pocketbook internal SD card. Tested with PB626

Usage:

  1. Dump the contents of the card:
  • dd if=/dev/mmcblk0 of=pb.img
  1. Read the serial numbers of old and new card using e.g.
  • cat /sys/block/mmcblk0/device/serial,
  • make note of the numbers e.g. 01234567 for old card, abcdef00 for the new one
  1. Back the original image up:
  • cp pb.img pb.img.bak
  1. Launch the script, as root (unfortunately...)
  • sudo ./fix.py pb.img 01234567 abcdef00
  1. Write the image to the new card:
  • dd if=pb.img of=/dev/mmcblk0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages