Avatar
Yudi
@yudi
Moderator
Member
Joined: Aug 15, 2023
Last seen: Jan 30, 2024
Topics: 0 / Replies: 12
Reply
RE: Firmware Download

Hi @rogene , good to know, did you run the python command from another directory? For python, the files are relative to your working directory, i.e. w...

1 year ago
Reply
RE: Firmware Download

Hi @rogene, sorry can you run ll command on this directory?

1 year ago
Reply
Answer to: Firmware Download

Hi @rogene, it seems it can't find the files, can you send me your flash script?

1 year ago
Reply
RE: Firmware Download

Hi @rogene, can you also try: import samna samna.flasher.print_firmware_header_from_file('motherBoard_0_11_5.img') samna.flasher.print_firmware_h...

1 year ago
Reply
RE: Firmware Download

Hi @rogene, it looks correct. From the error message in your previous post, it seems the file is empty, can you check whether the file is empty?

1 year ago
Reply
Answer to: Firmware Download

Hi Rogene, can you try: import samna d = samna.flasher.get_programmable_devices() samna.flasher.print_firmware_info_from_device(d[0]) and ...

1 year ago
Reply
RE: Speck device not found

Hi @caterina-caccavella , sorry you are experiencing this problem. It looks like you have a cable that can work well with the dev kit? If so, I think ...

2 years ago
Reply
RE: Speck device not found

Hi Lyes, sorry you are meeting this problem, which board are you experiencing this problem? Is it Speck2fDevKit? And can you print the firmware versio...

2 years ago
Reply
RE: DynapCNN power probing issue

Hi @lyes_khacef, for DynapCNN it is different, you can enable it via: dk.get_io_module().write_config(0x0003, 1) and disable it via dk.get_io_module()...

2 years ago
Reply
Answer to: DynapCNN power probing issue

Hi @Lyes, yes these values make sense. Sorry I didn't include the enable of the timestamp in the previous code, you could do it through: import samn...

2 years ago
Reply
RE: DynapCNN power probing issue

Hi @Lyes, sorry it looks like the board has problems on measuring the power. Could you try on Speck Dev Kit?

2 years ago
Reply
Answer to: DynapCNN power probing issue

Hi @Lyes, there might be some hardware problem on your board. Can you try this code? import samna import time d = samna.device.get_unopened...

2 years ago
Close
Back To