3 lines
144 B
Bash
3 lines
144 B
Bash
|
#!/bin/bash
|
||
|
# Alternative way to unlock the ROM protection of the VA416XX to allow flashing
|
||
|
gdb-multiarch -q --batch -ex 'source prep-flash.gdb'
|