2022年12月28日17時17分
Armadillo-IoT ゲートウェイ G3, G3L, Armadilo-X1 のアップデートを行いました。
このリリースはダウンロードページからダウンロード可能です。
共通
ソフトウェア
Linux カーネル (4.9-x1-at27)
- WLAN+BTコンボモージュール WPEB-265AXI(BT) [B33] 対応
- 不要なエラー表示をワーニングに変更
- カントリーコードをJPに変更
- 「Armadillo-X1 評価用拡張ボードセット01」のPWMによるバックライト制御ができない不具合を修正
- 4.9-x1-at19にてPWM polarity(反転)に対応した事の影響で動作しない状態となっていました
Debian GNU/Linux 8 (jessie) 用
ソフトウェア
Linux カーネル (3.14-x1-at25)
- WLAN+BTコンボモージュール WPEB-265AXI(BT) [B33] 対応
- 不要なエラー表示をワーニングに変更
- カントリーコードをJPに変更
x1-debian-builder (v1.2.1)
- Debian jessieアップストリームの公式サポート終了に伴い、apt パッケージのsources.listをarchiveに変更
- v1.2.1よりも古いバージョンではビルドができない状況になっております
構築済みのDebian jessieユーザーランドにて、パッケージのインストール・アップデートを行う場合
Debian jessieをインストール済みのArmadilloでパッケージのインストールができない場合、次のようにご対応ください。
「/etc/apt/sources.list」を次のように修正します。
以下削除 deb http://ftp.jp.debian.org/debian/ jessie main non-free contrib deb-src http://ftp.jp.debian.org/debian/ jessie main non-free contrib deb http://security.debian.org/ jessie/updates main non-free contrib deb-src http://security.debian.org/ jessie/updates main non-free contrib 以下追加 deb [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie main non-free contrib deb-src [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie main non-free contrib deb [trusted=yes check-valid-until=no] http://security.debian.org/jessie/updates main non-free contrib deb-src [trusted=yes check-valid-until=no] http://security.debian.org/jessie/updates main non-free contrib
次のコマンドを実行します。
[armadillo ~]# sudo apt update [armadillo ~]# sudo apt install [インスト―ル・アップデートするパッケージ]
ATDE
ATDE6 (jessie) (20221228)
- Debian jessieアップストリームの公式サポート終了に伴い、apt パッケージのsources.listをarchiveに変更
v20221228より前のATDE6にて、パッケージのインストール・アップデートを行う場合
ATDE6でパッケージのインストールができない場合、次のようにご対応ください。
「/etc/apt/sources.list」を次のように修正します。
atmark@atde6:~$ cat /etc/apt/sources.list deb [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie main non-free contrib deb-src [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie main non-free contrib deb [trusted=yes check-valid-until=no] http://security.debian.org/ jessie/updates main non-free contrib deb-src [trusted=yes check-valid-until=no] http://security.debian.org/ jessie/updates main non-free contrib # jessie-updates, previously known as 'volatile' deb [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie-updates main contrib non-free deb-src [trusted=yes check-valid-until=no] http://archive.debian.org/debian/ jessie-updates main contrib non-free
次のコマンドを実行します。
[console ~]# sudo apt update [console ~]# sudo apt install [インスト―ル・アップデートするパッケージ]