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?

More than 3 years have passed since last update.

Lichee RVでPythonを使ってみる

Posted at

Lichee RV Tina環境用のopkg

Lichee RV Tina環境用のopkgを公開してもらっているので、試してみた

customfeeds.confでリポジトリのURLを指定する。distfeeds.confは削除するかリネームして見ないようにする。

cd /etc/opkg
mv distfeeds.conf distfeeds.conf.bak
vi customfeeds.conf

customfeeds.confの最後に以下の行を追加する

src/gz snapshots http://opkg.gloomyghost.com/snapshots

以下のコマンドでpythonをインストール

opkg update
opkg install python3-lite

バージョンを表示してみる

python3 --version

ついでにnanoもインストール

opkg install nano

問題

Tina Linuxの環境は電源を入れ直すと初期化されてしまう。overlayfsでrootfsを更新できるようになっているが、永続化されない模様。WiFiのドライバーも同様。何とかせねば。

参考

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?