Hi,

it looks good.
Nothing burned.
I am able at least to play a svf file on an igloo chip using a rapsberry pi.
Last time I tried it did not went to the end and stopped with errors
after some minutes, I don't know if it was due to not enough current
capability but this is first thing I suspected.
This time it is running since at least 30 minutes...
Veeeeery slow! The svf file is 17M.
I will see tomorrow if it finished.
My configuration:
sudo openocd -f interface/raspberrypi-native.cfg -f fe.cfg
fe.cfg is:
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



On 09/18/2013 09:46 PM, Paul Fertser wrote:
> Hi,
> 
> On Wed, Sep 18, 2013 at 02:48:27PM +0200, Nicolas Produit wrote:
>> I have no idea where the person that wrote this document knows about that...
> 
> Gert van Loo can certainly be trusted here, good find!
> 
> Please try http://openocd.zylin.com/1633 and keep us updated about
> your progress :)
> 

-- 
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

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&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