Skip to content

Commit 65a97e8

Browse files
committed
Merge branch 'master' of https://github.com/bvernoux/micropython
2 parents 586f02a + a5892a1 commit 65a97e8

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
[![Build Status][travis-img]][travis-repo]
2-
[travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master
3-
[travis-repo]: https://travis-ci.org/micropython/micropython
4-
51
The Micro Python project (HydraBus port Beta)
62
==============================================
7-
<p align="center">
8-
<img src="https://raw2.github.com/micropython/micropython/master/logo/upython-with-micro.jpg" alt="MicroPython Logo"/>
9-
</p>
3+
![HydraBus board](https://github.com/bvernoux/hydrabus/blob/master/HydraBus_board.jpg)
104

115
This is the Micro Python project, which aims to put an implementation
126
of Python 3.x on a microcontroller.
@@ -25,6 +19,8 @@ Python 3.4 functionality implemented for the data types and modules.
2519
See the repository www.github.com/micropython/pyboard for the Micro
2620
Python board, the officially supported reference electronic circuit board.
2721

22+
For HydraBus version see HydraBus website: http://hydrabus.com
23+
2824
Major components in this repository:
2925
- py/ -- the core Python implementation, including compiler and runtime.
3026
- unix/ -- a version of Micro Python that runs on Unix.
@@ -81,15 +77,15 @@ To build:
8177
$ make
8278

8379
You then need to get your board into DFU mode. On the HydraBus, connect the
84-
3V3 pin to the BOOT1 pin with a wire.
80+
3V3 pin to the BOOT0 pin with a wire.
8581

8682
Then to flash the code via USB DFU to your device:
8783

8884
$ make deploy
8985

90-
or
86+
or for windows:
9187

92-
for windows by double clicking on update_fw_usb_dfu_hydrabus.bat
88+
by double clicking on update_fw_usb_dfu_hydrabus.bat
9389

9490
You will need the dfu-util program, on Arch Linux it's dfu-util-git in the
9591
AUR. If the above does not work it may be because you don't have the

0 commit comments

Comments
 (0)