Skip to content

Commit 59ce8e4

Browse files
committed
update readme
1 parent 44d65b1 commit 59ce8e4

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

-33
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ Then:
2020
pip3 install . --user
2121
```
2222

23-
Build
24-
-----
25-
26-
```
27-
./build.sh
28-
```
29-
3023
Documentation
3124
-------------
3225

@@ -80,29 +73,3 @@ motor.stop()
8073

8174
pause()
8275
```
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-
```

0 commit comments

Comments
 (0)