d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Just Bought Pickit > From China
Add Reply New Topic New Poll
Member
Posts: 16,115
Joined: Mar 27 2008
Gold: 13,618.00
Sep 23 2017 06:54am
anyone experienced?
anyone tested this under linux?
so far my OS detects it:
Bus 002 Device 006: ID 04d8:0033 Microchip Technology, Inc. PICkit2
Member
Posts: 16,115
Joined: Mar 27 2008
Gold: 13,618.00
Sep 23 2017 08:12am
I was able to compile pk2cmd, turned out that it required libusb.
Anyone knows the important parameters to flash a rom?
And how do I connect it electronically to a chip?
Member
Posts: 16,115
Joined: Mar 27 2008
Gold: 13,618.00
Sep 23 2017 08:32am
found the electronic information from a manual:
Member
Posts: 16,115
Joined: Mar 27 2008
Gold: 13,618.00
Sep 24 2017 04:38pm
on the backside of the pcb there are instructions on how to place the jumpers and where to place the chips and in which direction.

this command looked for which device it is:
Code
./pk2cmd -P


and this command uploads the content to the computer:
Code
./pk2cmd -PPIC16F628A -GFtest.hex


in case the software crashes (segmentation fault), you have to check that you can access the usb (using either udev rules or just being root are the two possible fixes)

for now thats all i want to share, maybe someone else wants also to program a pic :)
Member
Posts: 34,326
Joined: Aug 11 2008
Gold: 210.01
Sep 27 2017 11:12am
can you program it to pickup shakos?
Member
Posts: 16,115
Joined: Mar 27 2008
Gold: 13,618.00
Sep 27 2017 03:48pm
Quote (NefariousSly @ 27 Sep 2017 18:12)
can you program it to pickup shakos?

nope :)
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll