2009-06-24 02:01:14 +00:00
|
|
|
# common stuff
|
|
|
|
source [find target/at91sam3uxx.cfg]
|
|
|
|
|
|
|
|
# size is automatically "calculated" by probing
|
2009-11-18 10:15:52 +00:00
|
|
|
set _FLASHNAME $_CHIPNAME.flash
|
|
|
|
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
2009-06-24 02:01:14 +00:00
|
|
|
|
|
|
|
|