AVR32 General/Installing tools on openSUSE

From AVRFreaks Wiki

Jump to: navigation, search

Installation with YaST

The AVR32 Tools can be installed using YaST.

  • Open the YaST Control Center
  • Chose Installation Source, and add the AVR32 Tools repository with the following settings:
Protocol: HTTP
Server name: www.atmel.no
Directory on server: beta_ware/avr32/suse/10.1
  • Accept the AVR Tools PGP Key
  • Close the Installation Source by pressing Finish
  • Open Software Management
  • SetFilter to Installation Sources, select the AVR32 Tools repository and then the packages you need.
  • Alternatively set Filter to Search, search for AVR32, and then select the packages you need.
  • Select the packages you need and install them by pressing Accept


Using the JTAGICE mkII over USB

In order to use the JTAGICE mkII over USB for programming or debugging standalone applications, the user must be a member of the 'avrtools' group. This group is created when installing the libavrtools package.

To add a user to a group, perform the following command as root (assuming the username is joe):

[root@computer ~]# usermod -G avrtools -a joe

The user will need to log in again after being added to the group for the change to take effect.

Troubleshooting

If you experience problems when installing new packages due to conflicts with old, please uninstall the previous set of packages.

Static version created: 2007-03-07
Copyright (c) 2007 Atmel Corporation