Skip to content

スクリプトによるRaspberry Pi設定の自動化 #88

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

Merged
merged 22 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
df3aec5
/boot/firmware/confit.txtにdtoverlayとdtparamを追記するスクリプトを作成
KuraZuzu Sep 5, 2024
4625ff3
カーネルのバージョンに応じてdtoverlayの設定を挿入するかの分岐条件を追加
KuraZuzu Sep 5, 2024
b561e60
spiとi2cをonにする処理を追加
KuraZuzu Sep 5, 2024
d5aa88a
OSが32bit版であれば"arm_64bit=0"を追記するように変更
KuraZuzu Sep 5, 2024
83c5af9
Raspberry Pi Mouse V3の設定である旨のコメントを追記する処理追加
KuraZuzu Sep 5, 2024
af8636b
Merge branch 'master' into feature/setting-configs
KuraZuzu Sep 9, 2024
de06624
READMEを整備し、設定スクリプトをshからbashに変更
KuraZuzu Sep 9, 2024
8035705
config.txtに追記する手順の説明方法を以前からあるものに統一した
KuraZuzu Sep 9, 2024
2b08247
arm_64bit=0追記時のメッセージ標準出力で最初に無駄なスペースが入る点を修正
KuraZuzu Sep 11, 2024
6125959
"dtparam=i2c_arm=on"と"dtparam=spi=on"の戦闘に#が付いてコメント担っていた場合は解除するように修正
KuraZuzu Sep 11, 2024
cce3fcc
動作しているOSのbit数を判定するコマンドを修正(uname -mだとRaspberry Pi OSの32bitでも64bitと同じ結果…
KuraZuzu Sep 12, 2024
0cbb89e
64bitOSなのにarm_64bit=0が合った場合に削除するよう変更
KuraZuzu Sep 12, 2024
524c6e9
カーネルバージョンの比較が正しく行われていなかったため、整数に変換して比較するように変更
KuraZuzu Sep 12, 2024
cd239dc
Merge branch 'master' into feature/setting-configs
KuraZuzu Sep 13, 2024
92e12c2
UbuntuとRaspberry Pi OSでカーネルヘッダーの手順が違うのでREADMEを修正
KuraZuzu Sep 13, 2024
bae52c3
CI結果のバッチを修正
KuraZuzu Sep 17, 2024
374da7c
README.mdの文中の無駄な空白を削除
KuraZuzu Sep 17, 2024
90cd60d
リポジトリのcloneとRaspberry Piの設定を行う項目の説明を修正
KuraZuzu Sep 17, 2024
f1b74a0
"/dev/null"へのリダイレクトを">"に統一
KuraZuzu Sep 17, 2024
606e958
カーネルバージョンを扱う箇所を変更
KuraZuzu Sep 17, 2024
5d1935f
カーネルバージョン比較のときに整数にしている理由とマイナーバージョンのゼロ埋めについてコメントを追記
KuraZuzu Sep 17, 2024
a17dc19
設定に関していくつか変更を加えました。
KuraZuzu Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
arm_64bit=0追記時のメッセージ標準出力で最初に無駄なスペースが入る点を修正
  • Loading branch information
KuraZuzu committed Sep 11, 2024
commit 2b082473dfb6eb1ca6216b1dcd9ee23dca31ad82
2 changes: 1 addition & 1 deletion utils/set_configs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
if [[ "$ARCHITECTURE" == "armv7l" ]]; then
if ! grep -qxF "arm_64bit=0" "$CONFIG_FILE"; then
echo "arm_64bit=0" | sudo tee -a "$CONFIG_FILE"
echo " Add \"arm_64bit=0\" > $CONFIG_FILE"
echo "Add \"arm_64bit=0\" > $CONFIG_FILE"
fi
fi

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy