Commit Graph

27 Commits

Author SHA1 Message Date
James Ide 3a7826c52b Fix Markdown link in README
The Markdown link was not rendered correctly in the section about installing the DAP Link app on a Flipper Zero. Adding a newline between the `<summary>` and the expanded text fixes this.

Verified by checking the before and after versions of the formatted README in this PR. GitHub shows a preview of both.
2023-09-10 12:19:42 +02:00
James Ide 2edf360b9e Add support for CMSIS-DAP debuggers
OpenOCD 0.11.0 and up works with CMSIS-DAP debuggers like the Raspberry Pi Debug Probe/Pico Probe and the Flipper Zero.

The Flipper Zero has an installable DAP Link app (through the companion mobile app) that supports SWD. The pinouts are straightforward: the DAP Link app tells you which GPIO pins are SWDCLK and SWDIO, respectively, and of course GND is GND.

Tested all five steps with OpenOCD 0.12.0 on macOS and Flipper Zero firmware 0.88.0. An example step looks like: `./2_backup_flash.sh cmsis-dap mario`. The G&W plays fine after all steps. Also tested with a Picoprobe.

(Also fixed two typos in the main README that are unrelated to this PR but very small.)
2023-08-31 21:14:44 +02:00
Benjamin Sølberg 64cd24396d Added support for large SPI flashes when restoring.
Added a device reset upon restore success.
Updated README.md to reflect the changes.
2023-08-22 21:14:29 +02:00
viral_dna c1bddaf86f
Corrected URL of link to clone (#32)
Link now correctly points to https://github.com/ghidraninja/game-and-watch-backup
2023-03-12 15:54:41 +01:00
viral_dna f6b40091a9
Clarified that users must run 5_restore.sh after step 4 or their device will be inoperable. (#30)
* Added missing dependencies required by openocd

Nightly build of openocd depends on libftdi1-2 and libhidapi-hidraw0

* Update README.md

* Update README.md

* Update README.md

* Update 4_unlock_device.sh

Updated the script to make it clear users must run 5_restore.sh
2023-02-17 11:43:47 +01:00
Konrad Beckmann 441d74b5d8 Add support for the Zelda variant 2021-11-14 22:48:07 +01:00
viral_dna 4ba9ecc1ae
Update README.md
Added missing libraries required for installing the nightly build of openocd to the command line string of the Ubuntu setup portion of the guide.
2021-07-07 22:35:45 -07:00
viral_dna 77376d2e67 Update README.md
Changed to prevent installing duplicate outdated GNU Arm Embedded Toolchain. Use xPack or Nightly.
2021-06-08 08:12:44 +02:00
al3x10m 718ff9c1a4 updated readme and scripts usage 2020-12-29 12:09:17 +01:00
Thomas Roth f47de1ddcc Update README.md 2020-12-14 22:18:36 +01:00
Konrad Beckmann 85a118119a Update README.md, inform about battery 2020-12-10 20:55:29 +01:00
Thomas Roth 9faf5f3bb6
Update README.md 2020-12-10 11:06:47 +01:00
viral_dna ec07514ff1
Fixed some typos and made changes to required tools (#14)
Added "libftdi1" to required tools as it's required by some builds before installing the nightly openocd-git build.
2020-12-08 10:07:59 +01:00
Thomas Roth fb675c90ec
Update README.md 2020-12-07 21:43:05 +01:00
Thomas Roth 3552a5aa8e
Update README.md 2020-12-05 12:56:42 +01:00
Steve Clement fc93390b3e
chg: [doc] Added link to hacking wiki (#13) 2020-12-04 08:14:55 +01:00
Steve Clement 0f0795755d
fix: [doc] Updated discord link (#12) 2020-12-03 10:15:59 +01:00
Steve Clement 7f3627bd73 chg: [doc] More details on discord channels 2020-12-02 12:36:04 +01:00
Steve Clement 56d2793575 chg: [doc] Added alt-openocd location envVar note. Initial discord support pointer. 2020-12-02 12:36:04 +01:00
Konrad Beckmann cafca62e14 readme: Inform about openocd version requirements 2020-12-02 09:37:51 +01:00
Thomas Roth 5304a154ba
Update README.md 2020-12-01 12:41:14 +01:00
Thomas Roth 0590fdd4e7
README.md: Add Mac instructions 2020-11-30 15:52:48 +01:00
Thomas Roth a63a5503e3
README.md: Add more recovery instructions 2020-11-30 13:40:07 +01:00
Thomas Roth ed72a6bd5d
README.md: Remove wrong package (See #1) 2020-11-30 13:35:20 +01:00
Thomas Roth 9ca112d5ab Update README.md 2020-11-29 13:31:58 +01:00
Thomas Roth b34487de4f Update README.md 2020-11-29 13:23:58 +01:00
Thomas Roth e1552513f4 Add README & warning to step 3 2020-11-29 13:23:05 +01:00