Here you can find a simple tutorial which shows how to install AVRStudio 4.18 on Ubuntu 10.04 and use a ZL16PRG programmer to connect to a laboratory device.
1. We need to download AVRStudio from website
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725
2. Let's install AVRStudio using Wine.
3. After connecting ZL16PRG to USB port we should be able to see it in a system.
lsusbwe should find our device
Bus 003 Device 020: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
4. Next step is to connect our USB device to Wine COM1 port.
In my case I was able to find my USB device in:
/dev/serial/by-id/usb-FTDI_USB__-__Serial-if00-port0
Now it's time to male a link between USB device and COM1 on Wine.
ln -s /dev/serial/by-id/usb-FTDI_USB__-__Serial-if00-port0 ~/.wine/dosdevices/com1
5. Right now we can test if everything works fine:
Have a nice programming :)
Used links:
https://help.ubuntu.com/community/Mount/USB
http://ubuntuforums.org/showthread.php?t=553256
You may need WinAVR. You can find it in
ReplyDeletehttp://winavr.sourceforge.net/