mphidflash
mphidflash copied to clipboard
Automatically exported from code.google.com/p/mphidflash
Update usage of libhid-dev to libusb-dev in readme Remove 'strip' command in the makefile, couldn't make it work for arm. Executable tested OK on Raspberry Pi Zero
HI, I've built this application and have been running it on the various boards that I have. 2 PIC24's and 2 PIC18's. The PIC24's flashing seems to work fine, but...
improvements to the code base (e.g. merges from master changes) eliminated errors and warnings version number in a single makefile test/reference builds
* make work with Ubuntu Xenial * make Win64 work * updated readme * improved comments * improved whitespaces
``` What steps will reproduce the problem? 1. mphidflash -r -w What is the expected output? What do you see instead? Blinking LEDs (I used a simple blinking example). Same...
``` make mphidflash64 gcc main.o hex.o usb-libusb.o -lusb -m64 -o binaries/mphidflash-1.8-linux-64 /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot open output file binaries/mphidflash-1.8-linux-64: No such file or directory collect2: error: ld returned 1 exit status make:...
It looks like the latest 1.8 version was manually uploaded into /dist folder. This is not how it works. Please release a proper version
Bootloader: Microchip MLA v2016_04_27 mphidflash version: actualy git version, compiled with mingw32-gcc OS: MS Windows 7 Command: mphidflash -w test.hex See hex file and debug log attached (zip). [mphidflash-debug.zip](https://github.com/ApertureLabsLtd/mphidflash/files/311489/mphidflash-debug.zip)