diff options
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 |