From cdb26b6de90ea7626ce79ea55efec2e1c359e2f4 Mon Sep 17 00:00:00 2001 From: Newsdee Date: Sun, 29 May 2016 10:04:23 +0800 Subject: [PATCH] Updated HowToInstallTheFirmware (markdown) --- HowToInstallTheFirmware.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HowToInstallTheFirmware.md b/HowToInstallTheFirmware.md index c482541..b4592d8 100644 --- a/HowToInstallTheFirmware.md +++ b/HowToInstallTheFirmware.md @@ -66,9 +66,12 @@ The following steps are necessary to update the MIST firmware under Windows: # Updating the IO controller via SAM-BA under Linux # -Some people have problems to get the Linux version of SAM-BA to work. Instead Sam\_I\_Am under Linux works fine. The firmware source archive comes with a matching Makefile entry. Install the SAM-BA boot loader as explained above in the Windows section. Then just type make flash\_sam to flash the new firmware. The installation of Sam\_I\_Am on a recent Ubuntu machine required some moving around of files which i don't exactly remember. If in doubt use the windows installer as explained above. +Some people have problems to get the Linux version of SAM-BA to work. Instead Sam\_I\_Am under Linux works fine. The firmware source archive comes with a matching Makefile entry. Install the SAM-BA boot loader as explained above in the Windows section. Then just type make flash\_sam to flash the new firmware. The installation of Sam\_I\_Am on a recent Ubuntu machine required some moving around of files which i don't exactly remember. If in doubt use the windows installer as explained above. [See this post for more information on using Sam_I_Am](http://www.atari-forum.com/viewtopic.php?f=101&t=29957&p=295905#p295905). + +# Updating the IO controller in Windows 10 # + +SAM-BA does not yet work with Win10, but the Linux method works by setting up a VirtualBox virtual machine and configuring it to access the physical USB port connected to the MiST. It should appear in the USB device list as "Atmel Corp. at91sam SAMBA bootloader". If successful the device should be visible in Linux; you can verify it by typing "dmesg | grep tty", and it shoud appear as somethin like "ttyACM0: USB ACM device". -See this post for more information on using Sam_I_Am: http://www.atari-forum.com/viewtopic.php?f=101&t=29957&p=295905#p295905 # Updating the IO controller via JTAG #