0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WSL2:Raspberry Pi Pico向けTOPPERS/FMP3のビルド

Last updated at Posted at 2024-02-04

WSL2での構築

ホストOS:Windows10 22H2(19045.3930)

wsl.exe --install Ubuntu-20.04

※configure.rbにおいてruby2.7が必要だが、Ubuntu 22は、3.0なので不適。
rubyの入れ替えは手順が煩雑なので回避した。

・Ubuntuのパッケージを最新にアップデート。以下のパッケージを追加

sudo apt-get update
sudo apt-get install g++ openssh-server ruby unzip make gcc-multilib

ビルド

以下のページで「手順」の記述に従う。
VirtualBox:Raspberry Pi Pico向けTOPPERS/FMP3のビルド
https://qiita.com/2hobata/items/a7fee42304f1555fbca6

ビルド後の作業

Raspberry Pi Pico上でTOPPERS/FMP3をデバッグ
https://qiita.com/2hobata/items/351e8a8a75f544ba0807

「ドライバ欲しい」という俗人的なwant

下記の pdic/rp2040に流用できそうなコードがあるので、さくっとパクる。
TOPPERS BASE PLAFORM(ST/RV/RP)
https://www.toppers.jp/download.cgi/asp_baseplatformv1.4.5_012024.tar.gz

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?