From: Matthias T. <mt...@we...> - 2008-04-29 06:18:03
|
> 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? Looks like a permission problem on the parport device. You may try running avrdude as root (sudo recommended). Otherwise you may need to contact the avrdude folks. Bye Matthias |