InspireSemi

Results 15 comments of InspireSemi

I assume the ecc_verify() api just authenticates a given sha2 against the signature.. and does not need the rgn number b to do this. Sent from my T-Mobile 5G Device...

We plan on using the first api on a PC to sign the binaries and the second api on the device to authenticate so we should be ok. Marc Karasek...

Great minds…. Am already doing that to verify the signature after packaging… Marc Karasek Principal Software Engineer M: 678.770.3788 ***@***.*** www.inspiresemi.com THIS MESSAGE IS INTENDED ONLY FOR THE USE OF...

I can generate the riscv_arithmetic_basic_test, using the --simulator=pyflow option. If I try to generate all of the tests : python3 run.py --simulator=pyflow --steps gen --target rv64imafdc It only generates the...

My .cfg file: #debug verbosity 0-4 (2 normal error+warn; 3 debug; 4 extremely verbose) debug_level 4 adapter speed 10000 adapter driver remote_bitbang remote_bitbang host localhost remote_bitbang port 43860 #remote_bitbang_port $::env(JTAG_VPI_PORT)...

This is during initial connection to the target. It has not gotten to opening up the gdb connection yet in openocd. BTW: The "other" openocd (upstream) does not exhibit this...

[log.txt](https://github.com/riscv/riscv-openocd/files/14268457/log.txt) Here is a full log. Search for ERROR to find the issue. It is right afdter it reads the fp register. Again this is before gdb can even be...

I am moving back to the openocd from openocd.org for now. I need something that works for our use as well as customers use. I will be more than happy...

I have not seen any issues with openocd.org. I am able to connect, set SW breakpoints, resume, halt (ctrl-C), dump memory, single step, etc.. I will post the logs from...

[cr2464_mmap.txt](https://github.com/riscv-collab/riscv-openocd/files/14406869/cr2464_mmap.txt) [gdb.output.txt](https://github.com/riscv-collab/riscv-openocd/files/14406876/gdb.output.txt) Here is the output from openocd.org. It is through connecting to the target, openign gdb port, gdb connecting I then executed: si, display/4i $pc, si FYI: I had...