[Openocd-development] [PATCH] add RAM config to MIPS-based X300T target board

2009-02-08 Thread Andi
Hi list, the following patch adds better support for the X300T board when started without having the bootloader setup the RAM config and mapping and some other register settings. Cheers, Andi Index: src/target/board/x300t.cfg

[Openocd-development] [PATCH] add basic support for SMP8634 SoC

2009-01-04 Thread Andi
Hey List, this patch adds basic support for the MIPS based SMP8634 SoC. Furthermore, I created a board config for the T-Home X300T IPTV receiver and added a config for the very simple DLC5 JTAG cable. Best regards, Andi Index: src/target/target/smp8634.cfg

Re: [Openocd-development] load elf image from flash

2008-12-17 Thread Andi
ht? Best regards, Andi ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] load elf image from flash

2008-12-16 Thread Andi
from a flash address. This should be faster since I don't have to transfer the bytes via jtag as running a set of mww commands should to the trick, right? Is this possible or am I getting something completely wrong? Best regards, Andi ___ Openocd

[Openocd-development] load elf image from flash

2008-12-16 Thread Andi
, Andi ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Connect to MIPS target using DLC5 cable

2008-12-16 Thread Andi
Hi Spencer, thanks for that hint. I was now able to successfully connect to my mips board! Thus, I would also vote for deleting the mips branch as that may confuse people (like me). Best regards Andi Spencer Oliver wrote: >> I grabbed the current release from the mips branch and >&

[Openocd-development] Connect to MIPS target using DLC5 cable

2008-12-10 Thread Andi
daemon_startup reset #interface interface parport parport_port /dev/parport0 parport_cable dlc5 jtag_speed 0 #reset_config trst_and_srst srst_pulls_trst #jtag chain jtag_device 4 0x1 0xf 0xe Thank you very much in advance. Best regards andi ___ Openocd-deve