Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-26 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-24 Thread Brian Hutchinson
Thanks guys! I recovered ... board is booting u-boot normal now. I'll clean up my scripts for this board how to I submit them? Do I need to make a patch against the /board /target directories or what? Now I'll need to work on increasing the speed. Took about 1 1/2 hrs to burn 330k bin

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-24 Thread Zach Welch
On Fri, 2009-04-24 at 12:50 -0400, Brian Hutchinson wrote: Thanks guys! I recovered ... board is booting u-boot normal now. I'll clean up my scripts for this board how to I submit them? Do I need to make a patch against the /board /target directories or what? Create patches from the

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-24 Thread Brian Hutchinson
Create patches from the root of the tree, limit yourself to one logical change per patch (as much as possible), remove superfluous whitespace, etc.. See the PATCHES file for more information, and let me know if (and how) you would like to see those instructions improved. Cheers, Zach

[Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-23 Thread Brian Hutchinson
Hi, I applied the patches that were recently posted for the SST flashes (my board has SST39VF1601) and I can say they work! A big thank you! I'm running SVN 1470M. I've been able to use my JTAGkey to read/write flash but I flashed a bum u-boot.bin and now I hosed the board and OpenOCD reports

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-23 Thread Edgar Grimberg
Hi, Anyone got experience with bringing up the AT91SAM9260 based boards and know what the min init is? Can I use the working u-boot to probe these registers and figure out the settings that way? The board came with EasyICE (which is a parallel wiggler) and a software tool to reflash

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-23 Thread R.Doss
Edgar Grimberg schrieb: Hi, Anyone got experience with bringing up the AT91SAM9260 based boards and know what the min init is? Can I use the working u-boot to probe these registers and figure out the settings that way? The board came with EasyICE (which is a parallel wiggler) and a

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-23 Thread Edgar Grimberg
Try it with the attached configfile. If it works, can you post it as a patch, so it will get committed? Edgar ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Lost JTAG Communications. Bringing up AT91SAM9260

2009-04-23 Thread Zach Welch
On Thu, 2009-04-23 at 17:41 +0200, R.Doss wrote: Edgar Grimberg schrieb: Hi, Anyone got experience with bringing up the AT91SAM9260 based boards and know what the min init is? Can I use the working u-boot to probe these registers and figure out the settings that way? The