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

(理系フリマ(5))シンセ先輩からもらったCore 2 duoでArduino UNO3をLチカ(5)(最終章

Last updated at Posted at 2024-12-15

参考

o_coq690.jpg

目的
砂場の起動がセキュリティ関連で失敗するのでなんとかする

いろいろ
もうすこし、かかると思ったがなんとなくできた
(ちからつきた)
これからは、君たち時代だ!!!
(なげた)

結果 成功

o_coq689.jpg

手順

ディレクトリーの移動


cd /etc/apparmor.d

セキュリティーファイルの作成
(ほらほらviだよ 徹底的に子指をいじめるんだ)


sudo vi arduino

セキュリティーファイルの内容


abi <abi/4.0>,
include <tunables/global>
profile arduino /home/user1/arduino/arduino-ide_2.3.4_Linux_64bit.AppImage flags=(unconfined) {
  userns,
  include if exists <local/arduino>
}

セキュリティーサービスの再稼働


sudo service apparmor reload

Arduino IDEの起動


cd


cd arduino


./arduino-ide_2.3.4_Linux_64bit.AppImage

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