avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Re: [avr-chat] Kdevelop for avr-gcc?


From: David Kelly
Subject: Re: [avr-gcc-list] Re: [avr-chat] Kdevelop for avr-gcc?
Date: Mon, 7 Mar 2005 21:40:51 -0600


On Mar 6, 2005, at 11:15 PM, Matthew MacClary wrote:

verify: $(PRG).hex
uisp --verify -dprog=stk200 -dpart=atmega128 -dlpt=/dev/parport0 --erase --upload if=$(PRG).hex # uisp --verify -dprog=stk200 -dpart=atmega128 -dlpt=/dev/ppi0 --erase --upload if=$(PRG).hex # FreeBSD specific

If using devfs (which is most likely if FreeBSD 5.x) then you could add this one line at the end of /etc/devfs.conf and forever (next reboot) use the same Makefile rather than toggle comments as shown above:

link ppi0 parport0

Of course for a quick fix without reboot:
# ln -s /dev/ppi0 /dev/parport0

Maybe it would be better if you used "uisp0" on both Linux and FreeBSD than to link the FreeBSD parallel port to the Linux name? Then if you had more than one parallel port uisp0 could always be pointed and the appropriate one.

--
David Kelly N4HHE, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]