diff --git a/README.md b/README.md index c05b861..6e17d98 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,11 @@ If you brick your easylink because of faulty or incompatible configuration and i Connect the clip again and erase, write and verify the contents. +### Pics of dumping NOR + +![location NOR](doc/NOR_location.jpg) +![dumping with CH341](doc/NOR_dump_process.jpg) + # Anti theft protection (system says locked) If you use a unit already installed in a car, anti theft protetion is enabled, which means the unit compare the entered VIN with the connected car. I found the can message which contains probably a part of the VIN so the unit will boot up. But I dont know how these message is calculated, because in the Easylink you just enter your VIN. (on locked units it is impossible to change or disable anti theft at least for now). diff --git a/doc/NOR_dump_process.jpg b/doc/NOR_dump_process.jpg new file mode 100644 index 0000000..789495c Binary files /dev/null and b/doc/NOR_dump_process.jpg differ diff --git a/doc/NOR_location.jpg b/doc/NOR_location.jpg new file mode 100644 index 0000000..c29058b Binary files /dev/null and b/doc/NOR_location.jpg differ