Changes between Initial Version and Version 1 of TipAndDoc/Hardware/RaspberryPi


Ignore:
Timestamp:
Jul 23, 2018 10:13:34 PM (6 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Hardware/RaspberryPi

    v1 v1  
     1[[PageOutline]] 
     2 
     3 * [http://www.neko.ne.jp/~freewing/raspberry_pi/ FREE WINGの Androidと Windows、中国語の便利ソフト] Raspberry Pi 
     4 * [http://www.angelcurio.com/raspberrypi/?Raspberry%20Pi/%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2%E4%B9%B1%E6%95%B0%E7%99%BA%E7%94%9F%E5%99%A8 Raspberry Pi/ハードウェア乱数発生器 - Berry Pie Lab] 
     5 > (2016-07-05) モジュール bcm2708-rng のロードはもはや不要の模様(Raspbian Jessie あるいは Linuxカーネル4.4.13)。 
     6  * [root@alarmpi ~]# journalctl -k | grep rng 
     7{{{ 
     8Jun 14 13:19:57 alarmpi kernel: random: get_random_bytes called from start_kernel+0x84/0x418 with crng_init=0 
     9Jun 14 13:19:58 alarmpi kernel: bcm2835-rng 3f104000.rng: hwrng registered 
     10Jun 14 13:19:59 alarmpi kernel: random: crng init done 
     11}}} 
     12  * [root@alarmpi ~]# ls -l /dev/hwrng 
     13{{{ 
     14crw------- 1 root root 10, 183 Jun 14 13:19 /dev/hwrng 
     15}}} 
     16 
     17 = Arch Linux ARM = 
     18 * [https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 Raspberry Pi 3 | Arch Linux ARM] 
     19 > * ArchLinuxARM-rpi-3-latest.tar.gz 
     20 > This provides an installation using the mainline kernel and U-Boot. There is no support for the vendor-provided libraries, extensions, or related software. Some of the hardware on the board may not work, or it may perform poorly. 
     21  * [https://archlinuxarm.org/forum/viewtopic.php?f=65&t=11158 Arch Linux ARM • View topic - Can't Find Wireless Adapter on RPi3 (AARM64)] 
     22  > Raspberry Pi's have a blob. That blob is only 32 bit and maintained by Broadcom and the foundation. 
     23 
     24 * [https://informationsea.info/notes/raspberrypi/setup.html Raspberry Pi セットアップメモ : informationsea.info] 
     25  * [https://gist.github.com/informationsea/4148209#file-gistfile1-sh sensors_temp] 
     26 
     27 * [http://qiita.com/kouhe1/items/5f3f0e6fdb55e7164deb RaspberryPi(Raspbian)のCPUの温度をcatを使わないで取得してみた - Qiita] 
     28 
     29 * [http://www.electronicsfaq.com/2013/08/ds1621-with-raspberry-piarchlinuxarm.html Electronics FAQ: DS1621 with Raspberry Pi/ArchLinuxARM] 
     30 > Here is  how to get DS1621 I2C Temperature sensor working with Raspberry Pi running ArchLinuxARM 
     31 
     32 == vcgencmd == 
     33 * [http://elinux.org/RPI_vcgencmd_usage RPI vcgencmd usage - eLinux.org] 
     34 * [https://github.com/nezticle/RaspberryPi-BuildRoot/wiki/VideoCore-Tools VideoCore Tools · nezticle/RaspberryPi-BuildRoot Wiki] 
     35 * [http://l-w-i.net/t/raspbian/hard_001.txt [Raspbian] Raspberry Pi 3の動作状況とハードウェア設定を取得する(vcgencmd) - Life with IT] 
     36 
     37 === munin === 
     38 * [https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=18812 Raspberry Pi • View topic - Munin Temperature Monitoring] 
     39 * [https://blog.be-dama.com/2015/02/18/rapberry-pi-2-b-%E3%82%92munin%E3%81%A7%E7%9B%A3%E8%A6%96/ Rapberry PI 2 B をmuninで監視 | Raspberry Pi | マイノリティでいこう]