]> git.sur5r.net Git - openocd/blob - src/target/target/pxa255_sst.cfg
49ebd2b3823bf39f7221dfa93a863934f386e11d
[openocd] / src / target / target / pxa255_sst.cfg
1 # A PXA255 test board with SST 39LF400A flash
2 #
3 # At reset the memory map is as follows. Note that
4 # the memory map changes later on as the application 
5 # starts...
6 #
7 # RAM at 0x4000000
8 # Flash at 0x00000000
9 #
10 script target/pxa255.cfg
11 # flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
12 flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
13
14 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x4000000 -work-area-size 0x4000 -work-area-backup 0