1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【令和最新版】MbedStudio on Ubuntu24.04LTS

Posted at

はじめに

こんにちは。kazuです。
今回はMbedStudioをUbuntu24.04LTSに入れたのですが、すこし沼ったので書き残しておきます。

ダウンロード&インストール

  1. 公式ページからLinuxを選択し、shをダウンロードします
  2. sudo chmod +x MbedStudio-....shで実行権限を付与します
  3. ./MbedStudio-....shでそれを実行してみましょう
  4. なにか聞かれたらyesやy、エンターしましょう
  5. インストールが終わったらudevの追加を求められるので、sudoのパスワードを入れましょう
  6. sudo add-apt-repository universe&&sudo apt install libfuse2で依存関係を入れましょう
  7. 最後にsudo reboot で再起動しましょう

沼ったところ

インストールが終わったので早速mbed-studioで起動しようとしたら以下エラーが出ました。

The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. 

mbed-studio --appimage-extractでアプリを展開?します
それが終わったらmbed-studio --no-sandboxでノーサンドボックスモードで起動します。
うまく行けばGUIがでてくるとおもいます

さいごに

Mbed サ終するらしいですね...
弊部ではMbed OSベースのものが多いので意地でも維持するためにMbed OSをUSBやHDDなどに保存してます。
Mbedのように低レイヤーの低いところ(レジスタとかいろいろ)をあまり意識せずGPIOとかが楽に使えるものがあれば教えてほしいです
え?Arduino?知らない子ですね(過激思想)

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?