mirror of
https://github.com/sandeepmistry/rtl8710-openocd.git
synced 2026-04-05 21:15:12 +00:00
MAC address reading support
This commit is contained in:
parent
e0e2b289d1
commit
0baf213844
3 changed files with 41 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -31,6 +31,9 @@ clean:
|
|||
test:
|
||||
openocd -f interface/stlink-v2-1.cfg -f script/rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_id" -c "shutdown"
|
||||
|
||||
mac:
|
||||
openocd -f interface/stlink-v2-1.cfg -f script/rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_mac" -c "shutdown"
|
||||
|
||||
dump:
|
||||
openocd -f interface/stlink-v2-1.cfg -f script/rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_id" -c "rtl8710_flash_read dump.bin 0 1048576" -c "shutdown"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue