-
Hello.
Please tell me how I can decompile the file .dfu to file .hex?
I have system unit Dell Vostro 3267 which has a network module DW1707. Module DW1707 integrated Wi fi and bluetooth QCA9565.
I …
-
objcopy can produce verilog output directly from ELF files with "objcopy -O verilog inputfile outputfile".
-
I execute: `python cc2538-bsl.py -p COM20 -evw --bootloader-sonoff-usb CC1352P2_CC2652P_launchpad_coordinator_20211217.hex`
and it says:
cc2538-bsl.py requires the Python serial library
Please inst…
-
hello, when compiling with makefile it generates blackmagic.bin and blackmagic.hex but no blackmagic.dfu. here is the output with mys2
I use the command : make PROBE_HOST=hydrabus
Memory reg…
-
I am testing this module for some production/testing firmware automation and I am super pleased!
I am noticing that when I encode a hex file to a dict with this module, then fetch and re-save to a h…
-
Hello,
I'm trying to parse some .a2l and .hex files to extract variables and their values. So far l don't know how to find the values of the variables in the .hex file. Here is a link (https://wiki.…
-
Currently uFlash hexelifies by adding an “extended linear address record type" entry right before the python script starts. The unhexlify function relays on this entry to be immediately before the scr…
-
Hi!
I found this 512 byte bootloader called [nanoBoot](https://github.com/volium/nanoBoot) and successfully flashed it on an atmega32u4 board. It goes to bootloader mode when I do the HW reset so t…
-
Testing on a raspberry pi 4b running raspbian, with nRF dongle attached.
```
pi@pi1:~/Downloads/sweyntooth_bluetooth_low_energy_attacks $ sudo apt-get install python2.7
Reading package lists... D…
-
Hi @multiplemonomials,
**Note** Editing the original issue as I didn't know it was already fixed 😅
First of all thank you for creating this project. A lot of work that I do depends on mbed-os an…