summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/mioa701/env/bin/dps1_unlock
blob: 2d7dab8c58ac1777cbb2d2a252fcfe436cc520b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Shell to unlock the DPS1 with "12345678" key.

mw -b 0x105e 0x31
mw -b 0x105e 0x32
mw -b 0x105e 0x33
mw -b 0x105e 0x34
mw -b 0x105e 0x35
mw -b 0x105e 0x36
mw -b 0x105e 0x37
mw -b 0x105e 0x38