phdussud / pico-dirtyJtag

MIT License
276 stars 38 forks source link

Compiled from sources... openFPGALoader sometimes reports errors #17

Closed hedon77 closed 8 months ago

hedon77 commented 9 months ago

hi,

Compiled from sources... sometimes reports errors

SDK 1.5.1 default configuration BOARD_TYPE BOARD PICO USB_CDC_UART_BRIDGE 0

root@cnc-centrum:~/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xa0811043 (manufacturer: 0x021 (lattice), part: 0x04 vers: 0xa root@cnc-centrum:~/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xf0001043 (manufacturer: 0x021 (lattice), part: 0x00 vers: 0xf root@cnc-centrum:~/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xf8000043 (manufacturer: 0x021 (lattice), part: 0x40 vers: 0xf root@cnc-centrum:~/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz index 0: idcode 0x1111043 manufacturer lattice family ECP5 model LFE5UM-25 irlength 8

phdussud commented 9 months ago

This generally indicates that the connection between the pico and the FPGA isn't good enough to run at the JTAG frequency chosen. I have had good luck with braiding additional ground wires with the JTAG signals.


From: Grzegorz @.> Sent: Sunday, October 15, 2023 1:07 PM To: phdussud/pico-dirtyJtag @.> Cc: Subscribed @.***> Subject: [phdussud/pico-dirtyJtag] Compiled from sources... openFPGALoader sometimes reports errors (Issue #17)

hi,

Compiled from sources... sometimes reports errors

SDK 1.5.1 default configuration BOARD_TYPE BOARD PICO USB_CDC_UART_BRIDGE 0

@.:/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xa0811043 (manufacturer: 0x021 (lattice), part: 0x04 vers: 0xa @.:/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xf0001043 (manufacturer: 0x021 (lattice), part: 0x00 vers: 0xf @.:/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz JTAG init failed with: Unknown device with IDCODE: 0xf8000043 (manufacturer: 0x021 (lattice), part: 0x40 vers: 0xf @.:/pico-dirtyJtag/build# openFPGALoader --cable dirtyJtag --detect Jtag frequency : requested 6000000Hz -> real 6000000Hz index 0: idcode 0x1111043 manufacturer lattice family ECP5 model LFE5UM-25 irlength 8

— Reply to this email directly, view it on GitHubhttps://github.com/phdussud/pico-dirtyJtag/issues/17, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABVQKX5XDAVDYDXTK46PB23X7Q7BHANCNFSM6AAAAAA6BHKU2Y. You are receiving this because you are subscribed to this thread.Message ID: @.***>

hedon77 commented 9 months ago

thx.. it started working properly, it's possible that there was a problem with the connecting cables... best regards

phdussud commented 8 months ago

closing this one