pxt-calliope/docs/uploader.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2016-06-03 18:47:06 +02:00
# Uploader
2016-11-02 01:44:37 +01:00
### @description A Windows application that automatically deploys .hex files to connected @boardname@ boards
2016-08-17 18:44:15 +02:00
2016-06-03 18:47:06 +02:00
### ~avatar avatar
2016-11-02 01:44:37 +01:00
The Uploader **automatically** deploys .hex files to all @boardname@s connected to your computer.
2016-06-03 18:47:06 +02:00
2016-06-03 19:16:22 +02:00
## [DOWNLOAD](https://www.pxt.io/microbit-uploader.zip)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### Works with any browser!
2016-06-03 18:47:06 +02:00
2016-06-13 20:40:58 +02: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 18:47:06 +02:00
That's it!
2016-06-03 19:16:22 +02:00
![](/static/uploader/tooltip.png)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### System Requirements
2016-06-03 18:47:06 +02:00
* Windows XP or later
* .NET runtime 2.0 or higher
2016-11-02 01:44:37 +01:00
* Browser: this application will work for any web browser that is supported by the @boardname@
2016-06-03 18:47:06 +02:00
2016-06-03 19:16:22 +02:00
![](/static/uploader/screenshot.png)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### Installation Instructions
2016-06-03 18:47:06 +02:00
2016-10-23 08:04:08 +02:00
* Download the [Microsoft.Uploader.Microbit.zip](https://pxt.microbit.org/microbit-uploader.zip) file to your local computer.
2016-06-03 18:47:06 +02:00
* Unzip the .zip file to your desktop.
2016-11-02 01:44:37 +01:00
* Launch the Microsoft.Uploader.exe file before working on your @boardname@.
2016-06-03 18:47:06 +02:00
### ~