-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2021-08 リリース作業 #109
Comments
@kou029w 64bit 版をセットアップシェルを試している時に判明しました。 |
@kou029w |
@gurezo そういえばフォントのインストールは行っていますがブラウザーのデフォルトのフォントとしての設定やデスクトップのデフォルトのフォントの設定は行われていないのでしょうかね…? もしかしたらやったほうがよいのかな。 |
chirimen/gc/top/examples/index.html Line 1075 in f935a56
<a href="https://www.amazon.co.jp/dp/B07CHDBW38/">マトリクス</a> リンク切れ
|
VSCodeのインストールは下記でOK sudo apt install code 参考文献: https://qiita.com/hikaru__m/items/09ac6b38a42e53074bbf |
Arduino IDEも下記で済むのではないだろうか sudo apt install arduino |
Node.js は npm パッケージ n を使うより APT リポジトリ NodeSource を使うほうが管理の単純さの点でメリットがあると考える curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs https://github.com/nodesource/distributions#installation-instructions ここではLTS (2021-08-05 現在 v14)のインストール方法を示したがgpioパッケージとの互換性に問題があるらしいのでこれはあとで確認してみる |
マトリックス https://www.amazon.co.jp/dp/B074Z221XV |
手動でやる必要がありそうな事項:
|
済む。 (2021-05-07 Raspberry Pi OS with desktop Kernel 5.10) |
再現した。 Line 485 in aa74b01
ここのportnumにnumberを許容しないようになった。 Line 508 in aa74b01
ここのvalueにいかなる値も許容しないようになった。number以外を与えるとgpioによってnumberに変換されエラーが発報する。 |
https://github.com/kou029w/chirimen-os/tree/full をローカル環境で実行しビルド中…。 git clone https://github.com/kou029w/chirimen-os.git
cd chirimen-os
git switch full
./build-docker.sh |
これはいくつかのコマンドの実行に失敗したため断念した。 pi-genを使用したローカル環境でのセットアップで失敗したもの:
|
https://github.com/chirimen-oh/chirimen/releases/tag/20210812 にてpre-release完了。
|
私の手元にあるデバイスを試した範囲では問題無さそうに思う。 |
関連: #104, #63, #45
リリース作業を実施する
The text was updated successfully, but these errors were encountered: