File tree 1 file changed +0
-33
lines changed
1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 20
20
pip3 install . --user
21
21
```
22
22
23
- Build
24
- -----
25
-
26
- ```
27
- ./build.sh
28
- ```
29
-
30
23
Documentation
31
24
-------------
32
25
@@ -80,29 +73,3 @@ motor.stop()
80
73
81
74
pause()
82
75
```
83
-
84
- Programming Bootloader
85
- ----------------------
86
-
87
- ```
88
- sudo apt install automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev
89
- git clone https://github.com/raspberrypi/openocd.git --recursive --branch rp2040 --depth=1
90
- cd openocd
91
- ./bootstrap
92
- ./configure --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio
93
- make -j4
94
- sudo make install
95
- ```
96
-
97
- * Use the following command to program the bootloader:
98
-
99
- ```
100
- openocd -s /usr/local/share/openocd/scripts -f interface/raspberrypi-swd.cfg -f target/rp2040.cfg -c "program bootloader.elf verify reset exit"
101
- ```
102
-
103
- Install
104
- -------
105
-
106
- ```
107
- pip3 install buildhat-*.whl
108
- ```
You can’t perform that action at this time.
0 commit comments