Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5032

General • Cannot build DebugProbe firmware

$
0
0
Fully updated Pi 3B (non-plus), Buster 32-bit with Desktop, following the instructions which had previously worked -

https://github.com/raspberrypi/debugprobe/tree/debugprobe-v2.0

Code:

pi@Pi3B:~/pico $ git clone https://github.com/raspberrypi/debugprobeCloning into 'debugprobe'...remote: Enumerating objects: 514, done.remote: Counting objects: 100% (514/514), done.remote: Compressing objects: 100% (256/256), done.remote: Total 514 (delta 373), reused 306 (delta 253), pack-reused 0Receiving objects: 100% (514/514), 115.79 KiB | 2.57 MiB/s, done.Resolving deltas: 100% (373/373), done.pi@Pi3B:~/pico $ cd debugprobe

Code:

pi@Pi3B:~/pico/debugprobe $ git submodule update --initSubmodule 'CMSIS_5' (https://github.com/ARM-software/CMSIS_5) registered for path 'CMSIS_5'Submodule 'freertos' (https://github.com/FreeRTOS/FreeRTOS-Kernel) registered for path 'freertos'Cloning into '/home/pi/pico/debugprobe/CMSIS_5'...error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.fatal: the remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failedfatal: clone of 'https://github.com/ARM-software/CMSIS_5' into submodule path '/home/pi/pico/debugprobe/CMSIS_5' failedFailed to clone 'CMSIS_5'. Retry scheduled
And failed to clone 'freertos' with the same error. And so on.

If I recall right 'TLS' is something to do with certificates and handshakes but I haven't encountered similar errors before and the 'git clone https://' was just fine.

Any ideas ?

Statistics: Posted by hippy — Mon Apr 08, 2024 5:18 pm



Viewing all articles
Browse latest Browse all 5032

Trending Articles