-
Notifications
You must be signed in to change notification settings - Fork 0
Configuração inicial
Luciano Ramalho edited this page Jun 2, 2013
·
3 revisions
No primeiro boot o Raspbian inicia automaticamente o programa raspi-config
que permite alterar configurações através de um menu. Depois do primeiro boot, a ferramenta pode ser acionada digitando:
$ sudo raspi-config
- expand_rootfs
- expandir a partição de root para ocupar todo o espaço do cartão SD
- configure_keyboard
configurar teclado; veja '''Configuração do teclado''' a seguir
- ssh`: ligar servidor SSH para acesso remoto ao Raspberry Pi
Estas configurações funcionaram para mim...
- Raspi-config: configure_keyboard (esta opção leva 13 segundos para abrir o próximo menu)
- Keyboard model: Generic 105-key (Intl) PC
- Keyboard layout: Other
- Country of origin for the keyboard: Portuguese (Brazil)
- Keyboard layout: Portuguese (Brazil)
- Key to function as AltGr: Right Alt (AltGr)
- Compose key: No compose key
- Use Control-Alt-Backspace to terminate the X server:
- Compose key: No compose key
- Key to function as AltGr: Right Alt (AltGr)
- Keyboard layout: Portuguese (Brazil)
- Country of origin for the keyboard: Portuguese (Brazil)
- Keyboard layout: Other
- Keyboard model: Generic 105-key (Intl) PC
Baixar repositório de exemplos:
$ git clone https://github.com/oturing/rpi.git