Add note about destination file name.

dhottinger
2017-08-01 11:13:36 +02:00
parent 9e9c63a7aa
commit 103b8493f5

@@ -27,5 +27,7 @@ Balrog-kun contributed a note in [issue 11](https://github.com/Ralim/ts100/issue
> So I disabled automounting with `$ gsettings set org.gnome.desktop.media-handling automount false` (or as indicated by googling "disable gnome automount"), unplugged and replugged, then mounted the volume as _msdos_ instead of _vfat _type using, in my case, ` mkdir tmp; mount -t msdos /dev/sdc tmp` (as root) and `cp /home/user/Downloads/ts100.hex tmp/TS100.HEX; sync`. I'm not sure which part is the key to making it work really, possibly the msdos FS type. Automounting can be re-enabled once you see 1.08 on the TS-100 display. > So I disabled automounting with `$ gsettings set org.gnome.desktop.media-handling automount false` (or as indicated by googling "disable gnome automount"), unplugged and replugged, then mounted the volume as _msdos_ instead of _vfat _type using, in my case, ` mkdir tmp; mount -t msdos /dev/sdc tmp` (as root) and `cp /home/user/Downloads/ts100.hex tmp/TS100.HEX; sync`. I'm not sure which part is the key to making it work really, possibly the msdos FS type. Automounting can be re-enabled once you see 1.08 on the TS-100 display.
Note: The destination file name must be all caps.
## However ## However
User doegox has commented on Issue #11 that they could not get the unit's DFU updated to work under Linux. So that this point it is unknown if there is a reliable method that works under Linux. User doegox has commented on Issue #11 that they could not get the unit's DFU updated to work under Linux. So that this point it is unknown if there is a reliable method that works under Linux.