#author("2024-04-08T14:36:03+09:00","default:Group2","Group2") [[Linux Tips]] #author("2024-04-08T14:40:26+09:00","default:Group2","Group2") [[Linux Programming Tips]] #contents *Kernel build [#k3a42d25] 下記を参考にビルドする。 ローカル(ラズベリーパイ内)とクロスコンパイラでは若干ビルドが異なるので注意 https://www.raspberrypi.com/documentation/computers/linux_kernel.html *HID Ovwe I2Cで動作 [#c943e3fd] 下記を参考にDevicetree Overlay Notesファイルを作成する。 "reg"には割り込みアドレス、"hid-descr-addr"は対象コントローラボードのHID Descriptorアドレスを入力する事。 https://github.com/NordicPlayground/nrf52-i2c-hid-demo/blob/master/Raspbian/Raspbian_HID-Over-I2C_README.md