I have to change the following line in the target config file from the following website. http://www.kunen.org/node/105 From: # 4k working area at base of ram $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x1200 -work-area-backup 0 To: # 4k working area at base of ram $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0
If not, openocd will complains about the working areas. Warn : not enough working area available(requested 8192, free 4568) What is the correct configuration about this LM3S1968? The other thing is about the interface. I am using the interface/luminary.cfg, but it seems to be for Luminary LM3S811. interface ft2232 ft2232_device_desc "Stellaris Evaluation Board A" ft2232_layout evb_lm3s811 ft2232_vid_pid 0x0403 0xbcd9 Do I need to create a new interface file? Or is the above interface config file good for many TI-Luminary kits? -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development