pxt-calliope/docs/uploader.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2016-06-03 09:47:06 -07:00
# Uploader
2016-11-01 17:44:37 -07:00
### @description A Windows application that automatically deploys .hex files to connected @boardname@ boards
2016-08-17 09:44:15 -07:00
2016-06-03 09:47:06 -07:00
### ~avatar avatar
2016-11-01 17:44:37 -07:00
The Uploader **automatically** deploys .hex files to all @boardname@s connected to your computer.
2016-06-03 09:47:06 -07:00
2016-06-03 10:16:22 -07:00
## [DOWNLOAD](https://www.pxt.io/microbit-uploader.zip)
2016-06-03 09:47:06 -07:00
### ~
### ~column
2016-06-03 10:16:22 -07:00
### Works with any browser!
2016-06-03 09:47:06 -07:00
2016-06-13 14:40:58 -04:00
The uploader monitors your Downloads folder looking for any .hex file that has been downloaded (saved from the browser).
When it detects a new .hex file, the uploader tries to copy it to all MICROBIT drives.
2016-06-03 09:47:06 -07:00
That's it!
2016-06-03 10:16:22 -07:00
![](/static/uploader/tooltip.png)
2016-06-03 09:47:06 -07:00
### ~
### ~column
2016-06-03 10:16:22 -07:00
### System Requirements
2016-06-03 09:47:06 -07:00
* Windows XP or later
* .NET runtime 2.0 or higher
2016-11-01 17:44:37 -07:00
* Browser: this application will work for any web browser that is supported by the @boardname@
2016-06-03 09:47:06 -07:00
2016-06-03 10:16:22 -07:00
![](/static/uploader/screenshot.png)
2016-06-03 09:47:06 -07:00
### ~
### ~column
2016-06-03 10:16:22 -07:00
### Installation Instructions
2016-06-03 09:47:06 -07:00
2016-12-08 12:33:31 -08:00
* Download the [Microsoft.Uploader.Microbit.zip](https://www.touchdevelop.com/microbituploader.zip) file to your local computer.
2016-06-03 09:47:06 -07:00
* Unzip the .zip file to your desktop.
2016-11-01 17:44:37 -07:00
* Launch the Microsoft.Uploader.exe file before working on your @boardname@.
2016-06-03 09:47:06 -07:00
### ~