From: Bernard M. <bme...@gm...> - 2008-04-29 04:25:01
|
Hi All, I have an STK500/STK501 and am trying to load a forth image to the atmega128 that is on the STK501. I have modified the bf.asm file etc for this micro and everything assembles ok on a Linux host. The problem is communication to the parallel port doesn't seem to work, anyone have any suggestions? The error is: ------------------------------------------------------------------- make: *** [bf] Error 1 bmentink@laptop:~/amForth/amforth-2.7/appl/avr-STK500$ make bf avrdude -c stk500 -P /dev/parport0 -p atmega128 -e -U flash:w:bf.hex:i -U eeprom:w:bf.eep.hex:i avrdude: ser_open(): can't set attributes for device "/dev/parport0": Inappropriate ioctl for device make: *** [bf] Error 1 Thanks, Bernard. |