You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I did not see this last month prior to the commit of #31 ,
Today, I tried a new, fresh clone of pico-setup, and got an error which wasn't previously occurring. It is within the debugprobe clone repo, apparently due to an error with a module reference to CMSIS_5.
Not the debugprobe -> CMSIS_5 reference; that appears to be OK.
Instead there appears to be a different reference in the chain debugprobe -> freertos -> CMSIS_5 (this is getting complicated).
Maybe this issue should be logged in the debugprobe repository, but I really won't be able to spend time on managing that issue (aside from maybe re-attempting a compile) as I am not at all familiar with that module; I merely wanted a minimal instance of the SDK and dependencies.
For now, I have removed 'debugprobe' from the script's "for REPO in debugprobe picotool" line in order to complete the install.
Here is the error output:
Cloning into 'debugprobe'...
remote: Enumerating objects: 526, done.
remote: Counting objects: 100% (526/526), done.
remote: Compressing objects: 100% (272/272), done.
remote: Total 526 (delta 385), reused 296 (delta 249), pack-reused 0 (from 0)
Receiving objects: 100% (526/526), 112.40 KiB | 1.46 MiB/s, done.
Resolving deltas: 100% (385/385), done.
Submodule 'CMSIS_5' (https://github.com/ARM-software/CMSIS_5) registered for path 'CMSIS_5'
Submodule 'freertos' (https://github.com/raspberrypi/FreeRTOS-Kernel) registered for path 'freertos'
Cloning into '/home/dshadoff/devel/pico/pico-setup/pico/debugprobe/CMSIS_5'...
Cloning into '/home/dshadoff/devel/pico/pico-setup/pico/debugprobe/freertos'...
git-lfs filter-process: 1: git-lfs: not found
fatal: the remote end hung up unexpectedly
fatal: Unable to checkout 'a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4' in submodule path 'CMSIS_5'
dshadoff@raspi5-4gb:~/devel/pico/pico-setup $
Note that this was attempted on a recent install of of the Raspberry Pi OS on a RPi5:
uname -a
Linux raspi5-4gb 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Note: I did not see this last month prior to the commit of #31 ,
Today, I tried a new, fresh clone of pico-setup, and got an error which wasn't previously occurring. It is within the debugprobe clone repo, apparently due to an error with a module reference to CMSIS_5.
Not the debugprobe -> CMSIS_5 reference; that appears to be OK.
Instead there appears to be a different reference in the chain debugprobe -> freertos -> CMSIS_5 (this is getting complicated).
Maybe this issue should be logged in the debugprobe repository, but I really won't be able to spend time on managing that issue (aside from maybe re-attempting a compile) as I am not at all familiar with that module; I merely wanted a minimal instance of the SDK and dependencies.
For now, I have removed 'debugprobe' from the script's "for REPO in debugprobe picotool" line in order to complete the install.
Here is the error output:
Note that this was attempted on a recent install of of the Raspberry Pi OS on a RPi5:
The text was updated successfully, but these errors were encountered: