Hi All, new here so apologies if I’m posting incorrectly, I’ve searched for RP2040 and found nothing…
I’m having trouble with cloning FreeRTOS-SMP-Demos, I’m looking to use FreeRTOS on an RP2040. I’m working on a Raspberry Pi 4. I tried adding links to explain but that’s not allowed. Basically I followed the instruction on Git to clone (removed chars that make this a link)
git clone http s github com FreeRTOS FreeRTOS-SMP-Demos git --recurse-submodules
and I get errors:
…
Cloning into ’ home pi FreeRTOS-SMP-Demos FreeRTOS Source’…
git@github com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
…
and a few more lines
If I leave off the " --recurse-submodules " there’s fewer lines displayed and no errors, but when I then " git submodule update --init --recursive" I get the error:
“fatal: not a git repository (or any of the parent directories): git”
I also tried the SSH link using Putty, no joy.
Any clues or pointers to where I’m going wrong would be most welcome,
Thanks
Ric