Skip to content
Snippets Groups Projects
Verified Commit bf8c2d0e authored by minute's avatar minute
Browse files

install-fw-deps: picotool is in apt now

parent eb449ef6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
sudo apt install build-essential pkg-config libusb-1.0-0-dev cmake gcc-arm-none-eabi tio
sudo apt install build-essential pkg-config libusb-1.0-0-dev cmake gcc-arm-none-eabi tio picotool
git clone --depth 1 https://github.com/raspberrypi/pico-sdk
cd pico-sdk
......@@ -10,11 +10,3 @@ cd ..
git clone --depth 1 https://github.com/raspberrypi/pico-extras
git clone --depth 1 https://github.com/hathach/tinyusb
export PICO_SDK_PATH="$(pwd)/pico-sdk"
git clone --depth 1 https://github.com/raspberrypi/picotool
cd picotool
mkdir build
cd build
cmake ..
make -j4
sudo make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment