mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-12 07:06:42 +02:00
Small 6 7 fixes
This commit is contained in:
+4
-3
@@ -68,7 +68,7 @@ If your message is shorter than 11 characters, fill the remaining bytes with `0x
|
||||
|
||||
##### Step 3: Open the Binary and Navigate
|
||||
|
||||
1. Open `0x0017_constants.bin` in HxD
|
||||
1. In HxD, open `C:\Users\flare-vm\Desktop\Embedded-Hacking-main\0x0017_constants\build\0x0017_constants.bin`
|
||||
2. Press **Ctrl+G** and enter offset: `3EE8` (Line 1: "Reverse")
|
||||
3. Verify you see: `52 65 76 65 72 73 65 00` ("Reverse\0")
|
||||
|
||||
@@ -100,8 +100,9 @@ After: 48 69 00 00 00 00 00 00 (Hi\0\0\0\0\0\0)
|
||||
|
||||
##### Step 7: Convert to UF2 and Flash
|
||||
|
||||
```bash
|
||||
python ../uf2conv.py build/0x0017_constants-h.bin --base 0x10000000 --family 0xe48bff59 --output build/hacked.uf2
|
||||
```powershell
|
||||
cd C:\Users\flare-vm\Desktop\Embedded-Hacking-main\0x0017_constants
|
||||
python ..\uf2conv.py build\0x0017_constants-h.bin --base 0x10000000 --family 0xe48bff59 --output build\hacked.uf2
|
||||
```
|
||||
|
||||
1. Hold BOOTSEL and plug in your Pico 2
|
||||
|
||||
Reference in New Issue
Block a user