Skip to content
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

setup.sh内のmake i2s_slaveで失敗する #3

Open
KeitaIto123 opened this issue Feb 13, 2023 · 2 comments
Open

setup.sh内のmake i2s_slaveで失敗する #3

KeitaIto123 opened this issue Feb 13, 2023 · 2 comments

Comments

@KeitaIto123
Copy link
Contributor

KeitaIto123 commented Feb 13, 2023

環境

  • OS : Raspberry Pi OS (bullseye 2022-09-22)
    • 32bit / 64bitのいずれでも発生

原因

  • 下記のコマンドを実行した際に、raspberrypi-kernelのversionと合わなくなる
    • sudo apt-get install -y raspberrypi-kernel-headers
    • 参考

考えられる対策

  • 事前に下記のコマンドを実行し、raspberrypi-kernelのversionを更新しておく
    • sudo apt install -y raspberrypi-kernel
@KeitaIto123
Copy link
Contributor Author

@YoshinobuObata
Copy link

YoshinobuObata commented Nov 13, 2023

debian bookwormになった影響か,最新イメージで似た症状が出ましたのでissueを開きます.

pi@raspberrypi:~/codama/codama-doc-r0/codama-rpi-setup $ ./setup.sh
Installing Raspberry Pi kernel headers
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
raspberrypi-kernel-headers はすでに最新バージョン (1:1.20230405-1) です。
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
libpisp0.0.1
これを削除するには 'sudo apt autoremove' を利用してください。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。
make -C /lib/modules/6.1.0-rpi6-rpi-v8/build M=/home/mshimizu/codama/codama-doc-r0/codama-rpi-setup/loader modules
make[1]: *** /lib/modules/6.1.0-rpi6-rpi-v8/build: そのようなファイルやディレクトリはありません. 中止.
make: *** [Makefile
i2s_slave] エラー 2
cp: '/home/mshimizu/codama/codama-doc-r0/codama-rpi-setup/loader/loader.ko' を stat できません: そのようなファイルやディレクトリはありません
depmod: WARNING: -e needs -E or -F
cp: 通常ファイル '/home/mshimizu/.config/lxpanel/LXDE-pi/panels/panel' を作成できません: そのようなファイルやディレクト リはありません
chmod: '/home/mshimizu/.asoundrc' にアクセスできません: そのようなファイルやディレクトリはありません
chmod: '/root/.asoundrc' にアクセスできません: そのようなファイルやディレクトリはありません
To enable I2S and I2C, this Raspberry Pi must be rebooted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants