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
-
5
1
The Micro Python project (HydraBus port Beta)
6
2
==============================================
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 )
10
4
11
5
This is the Micro Python project, which aims to put an implementation
12
6
of Python 3.x on a microcontroller.
@@ -25,6 +19,8 @@ Python 3.4 functionality implemented for the data types and modules.
25
19
See the repository www.github.com/micropython/pyboard for the Micro
26
20
Python board, the officially supported reference electronic circuit board.
27
21
22
+ For HydraBus version see HydraBus website: http://hydrabus.com
23
+
28
24
Major components in this repository:
29
25
- py/ -- the core Python implementation, including compiler and runtime.
30
26
- unix/ -- a version of Micro Python that runs on Unix.
@@ -81,15 +77,15 @@ To build:
81
77
$ make
82
78
83
79
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.
85
81
86
82
Then to flash the code via USB DFU to your device:
87
83
88
84
$ make deploy
89
85
90
- or
86
+ or for windows:
91
87
92
- for windows by double clicking on update_fw_usb_dfu_hydrabus.bat
88
+ by double clicking on update_fw_usb_dfu_hydrabus.bat
93
89
94
90
You will need the dfu-util program, on Arch Linux it's dfu-util-git in the
95
91
AUR. If the above does not work it may be because you don't have the
0 commit comments