「milk-V Duo First impression」
https://qiita.com/nanbuwks/items/2e704af9ea7d64480321
で使った balenaEtcher. 記事では AppImage 版を使いましたが、その他の版を試してみました。
環境
- Ubuntu 24.04
- balenaEtcher 2.1.0
zip パッケージ
$ unzip balenaEtcher-linux-x64-2.1.0.zip
$ cd balenaEtcher-linux-x64
$ ./balena-etcher
[5079:0326/162809.048511:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/nanbuwks/Downloads/balenaEtcher-linux-x64/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (コアダンプ)
これを回避するための方法はいろいろあるのですが、とりあえず以下のようにしたら動きました。
$ ./balena-etcher --no-sandbox