Hi,

Sorry, new here.



 Target PCB/board description

Stellaris Lm3s8962 Cortex from 
http://www.luminarymicro.com/products/LM3S8962.html

- Config scripts

#daemon configuration
telnet_port 4444
gdb_port 3333

#interface
interface ft2232
ft2232_device_desc "Stellaris Evaluation Board"
ft2232_layout evb_lm3s811
ft2232_vid_pid 0x0403 0xbcd9
jtag_speed 6
#LM3S811 Evaluation Board has only srst
reset_config srst_only separate

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset
#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target cortex_m3 little run_and_halt 0
# 4k working area at base of ram
#working_area 0 0x20000800 0x1200 nobackup
#target_script 0 reset ../doc/scripts/evb_lm3s811_test.script 

#flash configuration
flash bank stellaris 0 0 0 0 0

- OpenOCD command line

Warning: target.c:537 target_alloc_working_area(): not enough working area 
available
Warning: stellaris.c:595 stellaris_write_block(): no working area available, 
can't do block memory writes
Warning: stellaris.c:724 stellaris_write(): couldn't use block writes, falling 
back to single memory accesses

- List of commands issued or GDB operations performed

>flash write 0 myfile.bin 0


- Actual result

> flash erase 0 0 255
erased sectors 0 through 255 on flash bank 0 in 0s 248260us
>  flash write 0 myfile.bin 0
wrote file myfile.bin to flash bank 0 at offset 0x00000000 in 433s 311979us



Ran






Øyvind Harboe wrote:
> Read:
>
> http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
>
> also try adding working memory.
>
>
>
>   


-- 
Ran Bi
Intelligent Systems Group
Department of Electronics
University of York
Heslington, York, UK  YO10 5DD

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to