Alan C. Assis
Alan C. Assis
Thank you @xiaoxiang781216 ! I will change it.
CAN app fixed!
@davids5 is the CI broken?
ping @mrpollo
I found the solution here: https://forums.raspberrypi.com/viewtopic.php?t=358951 ``` cd ~/pico sudo apt install libusb-1.0-0-dev git clone https://github.com/raspberrypi/picotool.git cd picotool mkdir build cd build cmake .. make sudo ln -s ~/pico/picotool/build/picotool /usr/local/bin/picotool...
Thank you @linguini1 !!! Actually, compiling/installing the picotool and using version 2.0.0 works fine, but we need to check if WiFi still working for this version as well.
@lupyuen I think you listed all the steps correctly. Maybe we can use these topics you listed together with the documentation from @jerpelea to create an official documentation. What do...
@fdcavalcanti I think we can keep it opened, as it it an issue that needs to be fixed.
@Cynerd please let me know: does this PR hides the Downloading and Patching lines? I think it is important to users know that the files are downloaded during the building...