|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re:[gnupic] Fwd: pk2cmd for Linux and MacHello all,
today I successfully tested pk2cmd on my SuSe 10.0 system. I downloaded binary version of pk2cmd for 2.6 kernel - so no compilation at all. And then I just created the file/etc/udev/rules.d/26-microchip.rules with the following content. #PICKit2 SUBSYSTEM=="usb_device", ACTION=="add", SYSFS{idVendor}=="04d8",SYSFS{idProduct}=="0033", SYMLINK+="pickit2-%k" Then re-started udev daemon and plugged in the PicKit-2. No need to restart the whole machine. I uploaded new 2.31 firmware and programmed target device PIC16F676. So - good news to everybody, I hope. Best Regards, Vaclav --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: Re:[gnupic] Fwd: pk2cmd for Linux and MacOn Wed, Jul 09, 2008 at 10:42:42PM +0200, Vaclav Peroutka wrote:
> re-started udev daemon This isn't even neccessary if your kernel has inotify support. //Peter --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: Fwd: pk2cmd for Linux and MacOn Thu, Jul 3, 2008 at 9:40 AM, Xiaofan Chen <xiaofanc@...> wrote:
> ---------- Forwarded message ---------- > From: Jeff <j_post@...> > Date: Tue, Jul 1, 2008 at 5:01 AM > Subject: [pickit-devel] pk2cmd for Linux and Mac > To: pickit-devel@... > > Microchip has released the latest version of pk2cmd (v1.10.0) with builds for > Linux and Mac OSX. > > http://www.microchip.com/pickit2 > > The code has been tested on Red Hat, CentOS, Ubuntu and Fedora. It partially > works on FreeBSD but there are some problems with the USB stack in FreeBSD. > If anyone knows how to work around the FreeBSD problems, or can build and > test on other non-Microsoft platforms, please let me know. I'm not sure what's the problem, but I can't get it to work. I've tried compiling it manually and using the binary version, and I always get: $ pk2cmd -p<device> -I Could not find device <DEVICE> I'm running a x86_64 linux distro, and the previous version of pk2cmd works. I've tested with a pic18f2685 and a pic18f25k20. And yes, I've updated the firmware to v2.31.. Cheers, Renato Caldas > Thanks, > Jeff > > --------------------------------------------------------------------- > To unsubscribe, e-mail: gnupic-unsubscribe@... > For additional commands, e-mail: gnupic-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: Fwd: pk2cmd for Linux and MacOn Tue, Jul 15, 2008 at 6:34 PM, Renato Caldas
<seventhguardian@...> wrote: > On Thu, Jul 3, 2008 at 9:40 AM, Xiaofan Chen <xiaofanc@...> wrote: >> ---------- Forwarded message ---------- >> From: Jeff <j_post@...> >> Date: Tue, Jul 1, 2008 at 5:01 AM >> Subject: [pickit-devel] pk2cmd for Linux and Mac >> To: pickit-devel@... >> >> Microchip has released the latest version of pk2cmd (v1.10.0) with builds for >> Linux and Mac OSX. >> >> http://www.microchip.com/pickit2 >> >> The code has been tested on Red Hat, CentOS, Ubuntu and Fedora. It partially >> works on FreeBSD but there are some problems with the USB stack in FreeBSD. >> If anyone knows how to work around the FreeBSD problems, or can build and >> test on other non-Microsoft platforms, please let me know. > > I'm not sure what's the problem, but I can't get it to work. I've > tried compiling it manually and using the binary version, and I always > get: > > $ pk2cmd -p<device> -I > Could not find device <DEVICE> > > I'm running a x86_64 linux distro, and the previous version of pk2cmd > works. I've tested with a pic18f2685 and a pic18f25k20. And yes, I've > updated the firmware to v2.31.. Nevermind that, I was specifying the device as -p18f2685 instead of -ppic28f2685. It used to work, but now it doesn't.. Anyway, problem solved. Sorry for the fuss.. Renato > Cheers, > Renato Caldas > >> Thanks, >> Jeff >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: gnupic-unsubscribe@... >> For additional commands, e-mail: gnupic-help@... >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: Fwd: pk2cmd for Linux and MacOn Wed, Jul 16, 2008 at 1:45 AM, Renato Caldas
<seventhguardian@...> wrote: >> I'm running a x86_64 linux distro, and the previous version of pk2cmd >> works. I've tested with a pic18f2685 and a pic18f25k20. And yes, I've >> updated the firmware to v2.31.. > > Nevermind that, I was specifying the device as -p18f2685 instead of > -ppic28f2685. It used to work, but now it doesn't.. Anyway, problem > solved. Sorry for the fuss.. Glad that you get it to work. You might have confused pk2cmd with pk2. pk2cmd uses the full name of the PIC12/16/18/24/32/dsPIC. Xiaofan --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: Fwd: pk2cmd for Linux and MacOn Wed, Jul 16, 2008 at 2:13 AM, Xiaofan Chen <xiaofanc@...> wrote:
> On Wed, Jul 16, 2008 at 1:45 AM, Renato Caldas > <seventhguardian@...> wrote: >>> I'm running a x86_64 linux distro, and the previous version of pk2cmd >>> works. I've tested with a pic18f2685 and a pic18f25k20. And yes, I've >>> updated the firmware to v2.31.. >> >> Nevermind that, I was specifying the device as -p18f2685 instead of >> -ppic28f2685. It used to work, but now it doesn't.. Anyway, problem >> solved. Sorry for the fuss.. > > Glad that you get it to work. You might have confused pk2cmd with > pk2. pk2cmd uses the full name of the PIC12/16/18/24/32/dsPIC. I haven't, I double checked. But it could have been a non-official version, I don't remember where I downloaded it from.. Btw, I can't get it to program the pic18f25k20. It fails to verify the very first address.. I'm powering the circuit from the pickit2, it could be that.. I'll have to check. Cheers, Renato > Xiaofan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: gnupic-unsubscribe@... > For additional commands, e-mail: gnupic-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
| Free embeddable forum powered by Nabble | Forum Help |