version 1.118, 2018/12/23 17:11:30
|
version 1.119, 2019/05/19 10:23:52
|
Line 286 Tests should be run on all of `rpi[0123]
|
Line 286 Tests should be run on all of `rpi[0123]
|
See the anita section in the evbarm page. |
See the anita section in the evbarm page. |
|
|
It is not currently known how to emulate a RPI in qemu, and therefore anita does not yet have support for this. \todo Add a command-line example to run qemu emulating some RPI model. |
It is not currently known how to emulate a RPI in qemu, and therefore anita does not yet have support for this. \todo Add a command-line example to run qemu emulating some RPI model. |
|
|
|
|
|
# Misc notes |
|
Miscellaneous notes about Raspberry PI. |
|
|
|
## Power supply needed (or: why there is a little rainbow square in the top-right corner?) |
|
Raspberry Pi devices are powered by 5V micro USB and a 2.5A (2500mA) |
|
power supply is reccomended. For more information please read: |
|
|
|
<https://www.raspberrypi.org/documentation/faqs/#pi-power> |
|
|
|
Power glitches can also manifest in other ways, e.g. with an USB |
|
disk plugged: |
|
|
|
[[!template id=programlisting text=""" |
|
sd0(umass0:0:0:0): generic HBA error |
|
sd0: cache synchronization failed |
|
"""]] |
|
|
|
Using a reccomended power supply avoid such issues. |
|
|
|
## Xenon death flash (Raspberry Pi 2 is camera-shy) |
|
When using laser pointers or xenon flashes in cameras (or other |
|
flashes of high-intensity long-wave light) against a Raspberry Pi |
|
2 the Pi can power itself off. |
|
For more information please read: |
|
|
|
<https://www.raspberrypi.org/blog/xenon-death-flash-a-free-physics-lesson/> |