RaspberryPiMouse
RaspberryPiMouse copied to clipboard
Raspberry Pi Mouse Device Driver
# What does this implement/fix? #74 の内容を現状のメインのブランチに合わせて修正したものです。 # Does this close any currently open issues? いいえ # How has this been tested? 未テスト # Any other comments? https://github.com/rt-net/RaspberryPiMouse/tree/patch-1 と中身は同じですが、権限の関係でforkしたブランチからPR送っています #...
# What does this implement/fix? CIの`step0.sh`で、クロスコンパイラのダウンロードと展開に失敗していたので修正します。 ```sh 162000K .......... .......... .......... .......... ..... 100% 258M=4.7s 2024-07-18 02:42:00 (33.7 MB/s) - ‘cross-gcc-8.3.0-pi_3+.tar.gz?viasf=1’ saved [165934944/165934944] tar: cross-gcc-8.3.0-pi_3+.tar.gz: Cannot open: No such file...
# 不具合の概要 Ubuntu24.04 Server の環境でデバイスドライバのビルドをすると失敗する。 # 実行環境 - ハード: Raspberry Pi4 Model B - OS: Ubuntu 24.04 Server (kernel: 6.8.0-1006-raspi) - デバイスドライバ: 2024年7月8日のmasterの最新(commit: 4f0ebea) # 再現方法 [RT Corporation Software Tutorials...
# What does this implement/fix? デバイスドライバをビルドする前に必要な設定([ソースファイルのダウンロードとインストール](https://rt-net.github.io/tutorials/raspimouse/driver/install.html#driver-installation))を自動で行うスクリプトを追加します。 従来の`/boot/firmware/config.txt`を手動で修正していた手順を、本PRで追加する[スクリプト](https://github.com/rt-net/RaspberryPiMouse/blob/feature/setting-configs/utils/set_configs.bash)で行うため、カーネルヘッダーのインストール以外は`Raspberry Pi OS`と`Ubuntu Server`の両方で手順が統一されます。 # Does this close any currently open issues? しません。 # How has this been tested? ## 環境 Raspberry Pi 3Bと4Bに対してそれぞれ以下の環境全てを用意しテストし、サンプルプログラム全ての動作を確認しました。...
# Is your feature request related to a problem? Please describe. # Describe the solution you'd like # Describe alternatives you've considered # Additional context