| Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia |
| raspi:start [21/12/2017 04:39] – [minecraft] mate | raspi:start [06/06/2024 02:46] (actual) – [lan] mate |
|---|
| = raspberry pi | = raspberry pi |
| | == lan |
| | {{topic>raspi hardware mylan -inactive&nouser&nodate}} |
| | === inactives |
| | {{topic>raspi hardware mylan +inactive&nouser&nodate}} |
| == información | == información |
| * [[https://www.raspberrypi.org/documentation/]] | * [[https://www.raspberrypi.org/documentation/]] |
| | * [[https://www.raspberrypi.org/documentation/configuration/]] |
| * [[http://www.vichaunter.org/como-se-hace/como-conectar-montar-discos-duros-usb-la-raspberry-pi]] | * [[http://www.vichaunter.org/como-se-hace/como-conectar-montar-discos-duros-usb-la-raspberry-pi]] |
| | * <code bash>cat /proc/cpuinfo | grep Model |
| | cat /proc/device-tree/model |
| | sudo lshw -short</code> |
| |
| === tutoriales | === tutoriales |
| * firewall : [[https://opensource.com/life/16/3/firewall-your-home-network-raspberry-pi]] | * firewall : [[https://opensource.com/life/16/3/firewall-your-home-network-raspberry-pi]] |
| * supercomputer : [[http://www.instructables.com/id/How-to-Make-a-Raspberry-Pi-SuperComputer/]] | * supercomputer : [[http://www.instructables.com/id/How-to-Make-a-Raspberry-Pi-SuperComputer/]] |
| | * "bios": [[https://elinux.org/RPiconfig]] |
| | * /boot/cmdline.txt: [[https://elinux.org/RPi_cmdline.txt]] |
| | * ''ip=<static_IP>'' |
| | |
| == bash | == bash |
| * ''$ sudo raspi-config'' | * ''$ sudo raspi-config'' |
| * ''$ startx'' -> arranca entorno gráfico | * ''$ startx'' -> arranca entorno gráfico |
| * ''$ sudo reboot'' | * ''$ sudo reboot'' |
| | * ''$ sudo rpi-update'' : actualización firmware |
| * ''$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq'' | * ''$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq'' |
| * ''$ vim /etc/config.txt'' | * ''$ vim /etc/config.txt'' |
| * ''dpkg-reconfigure keyboard-configuration'' | * ''dpkg-reconfigure keyboard-configuration'' |
| * ''setupcon'' | * ''setupcon'' |
| | |
| | == Docker |
| | * [[https://download.docker.com/linux/debian/dists/buster/pool/stable/armhf/]] |
| |
| == NFS | == NFS |
| psk="wifi_password" | psk="wifi_password" |
| }</code> | }</code> |
| * debería automaticamente, al cabo de unos segundos, conectarse, pero: | * debería automáticamente, al cabo de unos segundos, conectarse, pero: |
| * ''reboot'' | * ''reboot'' |
| * ''sudo ifdown wlan0'' y ''sudo ifup wlan0'' | * ''sudo ifdown wlan0'' y ''sudo ifup wlan0'' |