I added the new board definitions for the Pi Pico, but on compiling the Blink sketch I get these errors:
Arduino:1.8.13 (Mac OS X), Board:"Raspberry Pi Pico, 2MB (no FS), 125 MHz, Disabled, None"
dyld: lazy symbol binding failed: Symbol not found: _getentropy
Referenced from: /Users/user1/Library/Arduino15/packages/rp2040/tools/pqt-python3/1.0.1-base-3a57aed/python3
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _getentropy
Referenced from: /Users/user1/Library/Arduino15/packages/rp2040/tools/pqt-python3/1.0.1-base-3a57aed/python3
Expected in: /usr/lib/libSystem.B.dylib
signal: trace/BPT trap
/Applications/Arduino 1.8.13.app/Contents/Java/arduino-builder antwoordde 255
Fout bij het compileren voor board Raspberry Pi Pico
Dit rapport zou meer informatie bevatten met
"Uitgebreide uitvoer weergeven tijden compilatie"
optie aan in Bestand -> Voorkeuren.
The board files I used are these:
Does anybody have an idea what goes wrong?