You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
325 B
13 lines
325 B
|
|
|
|
radare: orig.img
|
|
radare2 -a arm -m 0x0800C000 -b 16 -i ../cpu.r -i flash.r orig.img
|
|
|
|
asm.lst: flash.r Makefile disasm.r orig.img
|
|
-mv asm.lst asm1.lst
|
|
radare2 -a arm -m 0x0800C000 -b 16 -i disasm.r -q orig.img
|
|
|
|
sync:
|
|
../conv/upd_r2.sh $(SYMBOLS) flash.r >flash_new.tmp
|
|
../conv/ra2lnk.sh <flash.r >$(SYMBOLS)_new.tmp
|
|
|