We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CuGo V3iのラズパイPicoにプログラムを書き込めるように初期化しようとしています。 RPI_PICO-20241129-v1.24.1.uf2 を https://docs.sunfounder.com/projects/euler-kit/en/latest/cproject/arduino_start/install_pico.html から ダウンロードして d:ドライブのピコに書き込み後
Resetting COM21
Converting to uf2, output size: 675840, start address: 0x2000
Scanning for RP2040 devices
確認すべき点をお教えいただければと思います。
The text was updated successfully, but these errors were encountered:
RPI_PICO-20241129-v1.24.1.uf2 は書き込む必要はなかったです。 私の勘違いでした。 一番最初に書き込む時COMポートを選択でなく [ツール] [ポート] → [UF2 Board] を選択で解決しました。
Sorry, something went wrong.
No branches or pull requests
CuGo V3iのラズパイPicoにプログラムを書き込めるように初期化しようとしています。
RPI_PICO-20241129-v1.24.1.uf2
を
https://docs.sunfounder.com/projects/euler-kit/en/latest/cproject/arduino_start/install_pico.html
から
ダウンロードして
d:ドライブのピコに書き込み後
Auduino IDE 2.3.4の開発環境で
プログラムの書き込みをしようとしていますが
以下のようなエラーとなってしまいます。
Resetting COM21
Converting to uf2, output size: 675840, start address: 0x2000
Scanning for RP2040 devices
No drive to deploy.
またAuduinoの開発環境でボード情報を取得にしても以下の内容が表示されます。
BN: 不明なボード
VID: 2E8A
PID: 0005
SN: 取得するには任意のスケッチをアップロードしてください
確認すべき点をお教えいただければと思います。
The text was updated successfully, but these errors were encountered: