2015-11-21から1日間の記事一覧

Raspi2のGPIOレジスタのアドレス

http://qiita.com/typo-kun/items/b2b61dd533044ee49b71GPIO Function Selectレジスタのベースアドレスを Raspi B+ : 0x20000000 Raspi 2 : 0x3F000000に変更すればいい(追記)違ってた!!! http://qiita.com/moutend/items/534d597cf5c867273319 Raspi 2…

Raspi 2で自作デバイスドライバが読み込めない

root@raspberrypi:/home/pi/device-driver# insmod ssegled.ko Error: could not insert module ssegled.ko: Device or resource busy root@raspberrypi:/home/pi/device-driver# dmesg | tail [ 162.673488] ssegled loading... [ 162.673520] request_mem_…

Raspiカーネルのクロスコンパイル

ここを参考に https://www.raspberrypi.org/documentation/linux/kernel/building.md

Raspiのカーネルを特定のものにアップデートする

http://tech.enekochan.com/en/2014/03/08/upgradedowngrade-to-a-specific-firmware-kernel-version-with-rpi-update-in-raspbian/ 特定のコミットを指定してrpi-updateをかける sudo rpi-update 2ef601a50b68eebeeb4dc3c6c525855961891be6 コミットはrpi-f…