735cfe836b5b4499978a9067c9c5871dd0891f26
raspi/\343\203\217\343\203\274\343\203\211\343\202\246\343\202\247\343\202\242\343\202\267\343\203\252\343\202\242\343\203\253\343\201\257\346\234\211\345\212\271\345\214\226\343\201\227\343\201\244\343\201\244\357\274\214\343\202\263\343\203\263\343\202\275\343\203\274\343\203\253\343\201\257\347\204\241\345\212\271\345\214\226\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,15 @@ |
1 | + |
|
2 | + |
|
3 | +### 参考 |
|
4 | +[Raspberry Pi Documentation - Configuration](https://www.raspberrypi.com/documentation/computers/configuration.html#configuring-uarts) |
|
5 | + |
|
6 | +### 問題 |
|
7 | +- `sudo raspi-config`を実行することで,シリアルインターフェースの設定を変更できる. |
|
8 | + -以下の項目をそれぞれ変更できる. |
|
9 | + - シリアルをコンソールとして使うか |
|
10 | + - ハードウェアシリアルを有効化するか |
|
11 | +- 対して,raspi-configのノンインタラクティブモードでは`sudo raspi-config nonint do_serial 0`でシリアルを有効化できる |
|
12 | +- しかし,なぜかノンインタラクティブモードでは,コンソールとハードウェアシリアルを同時にしか有効化・無効化できない. |
|
13 | + |
|
14 | +### 手順 |
|
15 | +`/boot/config.txt`の`enable_uart=`を`1`へ変更する. |
|
... | ... | \ No newline at end of file |