Hi,
thanks a lot!!!
with this patch opencd don't crash anymore on this.
And I confirm it eat happily window created files with \r\n
But I still cannot recycle my window machine...
I am now able to run raspberry native (after finding configure needs a
--enable-bcm2835gpio)
But unfortunatley now I get a
SIR 8 TDI(89);
SDR 26 TDI(0904920);
Error: tdo check error at line 76
Error: read = 0x2F9FF, want = 0x30000, mask = 0x30000
Error: fail to run command at line 1639
Error: tdo check error at line 76
Error: read = 0x2F9FF, want = 0x30000, mask = 0x30000

I have no idea what it means.

This is my fe.cfg file I use now for my target:
adapter_khz 3000
#
# aglp
#
if { [info exists CHIPNAME] } {
   set _CHIPNAME $CHIPNAME
} else {
   set _CHIPNAME aglp
}

if { [info exists FPGA_TAPID] } {
   set _FPGA_TAPID $FPGA_TAPID
} else {
   set _FPGA_TAPID 0x1ba141cf
}
jtag newtap $_CHIPNAME.fpga tap -irlen 2 -ircapture 0x01 -irmask 0x3
-expected-id $_FPGA_TAPID

I have no idea what irlen, ircapture and irmask mean but I got from
the scan_chain. I got id from scan_chain too.
The svf file contains those comments:
!#VENDOR    Microsemi Corporation;
!#IDCODE    03A141CF;
!#IDMASK    06FFFFFF;
and if I do 06FFFFFF & 0x1ba141cf I do get 2A141CF
as well as  03A141CF & 0x1ba141cf give also 2A141CF
so perhaps things make sense (but I am just guessing there).

I try to read Actel Igloo documentation looking for irlen, tapid...

Cheers



On 09/10/2013 01:55 PM, Paul Fertser wrote:
> On Tue, Sep 10, 2013 at 01:51:14PM +0200, Nicolas Produit wrote:
>> I checked that file do contain \r\n.
>> File was created on windows...
>> Perhaps mailer attachment changed that?
> 
> I have a feeling that it's your MUA :) Anyway, the parser handles \r
> just fine, I've checked it already. Please try the patch I posted to
> Gerrit.
> 

-- 
Nicolas Produit
ISDC, Data Centre for Astrophysics   Phone:+41 22 379 2140
16, Chemin d'Ecogia                  Fax:  +41 22 379 2133
CH-1290 Versoix                      www:  http://isdc.unige.ch/~produit

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to