Я написал письмо в саппорт от Атмел. Вот, что от них я получил: - Download the image: www.atmel.com/avr32 -> Tools & Software -> ATSTK1000 -> STK1000 BSP SD Image
- unpack the file: # gunzip STK1000_BSP_SD_image_2.0.0.img.gz - write file to sdcard: # dd if=STK1000_BSP_SD_image_2.0.0.img of=/dev/xxx
where xxx is the sdcard device. NOTE: Be very careful with the dd command, and make sure the device are correct.
in windows, use a program called ntrw.exe to write the image. "ntrw write inputfile X:” where “X:” is the SD-card. Note that you will not be able to read the sd-card on windows if the file system on it is a Linux type.
Так же нашел инструкцию по востановлению, в самой AVR32 Studio. Так как я флеш карту при написании программы удалил из слота. Затер только загрузчик, который пишется в память программы. На диске(который идет в комплекте) есть файл "u-boot.bin" Вот его надо зашить в мк. На этом пока все. Изучение этой платы отложил на потом.
|