Difference between revisions of "RaspberryPi"

From VeRLab Wiki
Jump to: navigation, search
(Gravando SD Card com imagem)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=== Comandos basicos do Linux ===
 +
https://www.raspberrypi.org/documentation/linux/usage/commands.md
 +
 +
=== Gravando SD Card com imagem ===
 +
https://learn.sparkfun.com/tutorials/sd-cards-and-writing-images/all
 +
 +
* Gravando SD Card com dcfldd (substituto mais confiável para o dd)
 +
**https://www.tiforense.com.br/dcfldd/
 +
**<code> # block size 1MB <br>sudo dcfldd status=on bs=1M if=/dev/sd<X> of=./arquivo.img </code>
 +
 +
=== Usando GPIO ===
 +
https://learn.sparkfun.com/tutorials/raspberry-gpio
  
 
=== Forçando HDMI como saída padrão ===
 
=== Forçando HDMI como saída padrão ===
 
https://howtoraspberrypi.com/raspberry-pi-hdmi-not-working/
 
https://howtoraspberrypi.com/raspberry-pi-hdmi-not-working/
 +
 +
=== Opções para definir resolução, formato de tela e etc no arquivo config.txt ===
 +
 +
https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
 +
 +
https://www.raspberrypi.org/forums/viewtopic.php?t=5851
  
 
=== Instalar servidor VNC ===
 
=== Instalar servidor VNC ===
Line 11: Line 29:
  
 
https://stackoverflow.com/questions/29890634/stop-screenly-raspberry-pi-from-turning-off-screen
 
https://stackoverflow.com/questions/29890634/stop-screenly-raspberry-pi-from-turning-off-screen
 +
 +
 +
=== Raspbian Lite with RPD/LXDE/XFCE/MATE/i3/Openbox/X11 GUI ===
 +
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=133691
 +
 +
 +
 +
=== Colocando em Modo Quiosque ===
 +
 +
https://clebitos.wordpress.com/2017/08/10/raspberry-pi-modo-quiosque-xdotool/
 +
 +
https://github.com/MobilityLab/TransitScreen/wiki/Raspberry-Pi
 +
 +
 +
=== Cross-Compiling ===
 +
 +
https://www.embarcados.com.br/cross-compiling-com-a-raspberry-pi/
 +
 +
https://www.dobitaobyte.com.br/cross-compiling-para-raspberry/
 +
 +
https://medium.com/@au42/the-useful-raspberrypi-cross-compile-guide-ea56054de187
 +
 +
https://www.dobitaobyte.com.br/cross-compiling-para-a-omega/
 +
 +
 +
=== Emulando Arm no QEmu ===
 +
 +
https://www.dobitaobyte.com.br/emulacao-de-arm-com-qemu-e-debian/

Latest revision as of 10:30, 31 January 2020

Comandos basicos do Linux

https://www.raspberrypi.org/documentation/linux/usage/commands.md

Gravando SD Card com imagem

https://learn.sparkfun.com/tutorials/sd-cards-and-writing-images/all

  • Gravando SD Card com dcfldd (substituto mais confiável para o dd)

Usando GPIO

https://learn.sparkfun.com/tutorials/raspberry-gpio

Forçando HDMI como saída padrão

https://howtoraspberrypi.com/raspberry-pi-hdmi-not-working/

Opções para definir resolução, formato de tela e etc no arquivo config.txt

https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

https://www.raspberrypi.org/forums/viewtopic.php?t=5851

Instalar servidor VNC

https://www.raspberrypi.org/documentation/remote-access/vnc/


Prevent turning off screen or blank the screen

https://raspberrypi.stackexchange.com/questions/752/how-do-i-prevent-the-screen-from-going-blank

https://stackoverflow.com/questions/29890634/stop-screenly-raspberry-pi-from-turning-off-screen


Raspbian Lite with RPD/LXDE/XFCE/MATE/i3/Openbox/X11 GUI

https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=133691


Colocando em Modo Quiosque

https://clebitos.wordpress.com/2017/08/10/raspberry-pi-modo-quiosque-xdotool/

https://github.com/MobilityLab/TransitScreen/wiki/Raspberry-Pi


Cross-Compiling

https://www.embarcados.com.br/cross-compiling-com-a-raspberry-pi/

https://www.dobitaobyte.com.br/cross-compiling-para-raspberry/

https://medium.com/@au42/the-useful-raspberrypi-cross-compile-guide-ea56054de187

https://www.dobitaobyte.com.br/cross-compiling-para-a-omega/


Emulando Arm no QEmu

https://www.dobitaobyte.com.br/emulacao-de-arm-com-qemu-e-debian/