diff options
author | bvernoux <bvernoux@gmail.com> | 2014-06-02 21:43:02 +0200 |
---|---|---|
committer | bvernoux <bvernoux@gmail.com> | 2014-06-02 21:43:02 +0200 |
commit | 569aa90137614e6b54c12fa4aaec32cfdddbdbcd (patch) | |
tree | e5119ae8100d69241e180d85e87ffd512cfabc3b /README.md | |
parent | 8bf8404c155f9ee9a2afd7f85c5f0a8aed1d2e2d (diff) | |
download | micropython-569aa90137614e6b54c12fa4aaec32cfdddbdbcd.tar.gz micropython-569aa90137614e6b54c12fa4aaec32cfdddbdbcd.zip |
micropython port for HydraBus
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -2,8 +2,8 @@ [travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master [travis-repo]: https://travis-ci.org/micropython/micropython -The Micro Python project -======================== +The Micro Python project (HydraBus port Beta) +============================================== <p align="center"> <img src="https://raw2.github.com/micropython/micropython/master/logo/upython-with-micro.jpg" alt="MicroPython Logo"/> </p> @@ -80,16 +80,19 @@ To build: $ cd stmhal $ make -You then need to get your board into DFU mode. On the pyboard, connect the -3V3 pin to the P1/DFU pin with a wire (on PYBv1.0 they are next to each other -on the bottom left of the board, second row from the bottom). +You then need to get your board into DFU mode. On the HydraBus, connect the +3V3 pin to the BOOT1 pin with a wire. Then to flash the code via USB DFU to your device: $ make deploy +or + + for windows by double clicking on update_fw_usb_dfu_hydrabus.bat + You will need the dfu-util program, on Arch Linux it's dfu-util-git in the AUR. If the above does not work it may be because you don't have the correct permissions. Try then: - $ sudo dfu-util -a 0 -D build-PYBV10/firmware.dfu + $ sudo dfu-util -a 0 -D build-HYDRABUS/firmware.dfu |