f7bdfb4375302ea6cc85353e2e76318f8ae7f6ab
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
... | ... | @@ -1,11 +1,10 @@ |
1 | 1 | |
2 | - |
|
3 | 2 | ### 参考 |
4 | 3 | [Raspberry Pi Documentation - Configuration](https://www.raspberrypi.com/documentation/computers/configuration.html#configuring-uarts) |
5 | 4 | |
6 | 5 | ### 問題 |
7 | 6 | - `sudo raspi-config`を実行することで,シリアルインターフェースの設定を変更できる. |
8 | - -以下の項目をそれぞれ変更できる. |
|
7 | + - 以下の項目をそれぞれ変更できる. |
|
9 | 8 | - シリアルをコンソールとして使うか |
10 | 9 | - ハードウェアシリアルを有効化するか |
11 | 10 | - 対して,raspi-configのノンインタラクティブモードでは`sudo raspi-config nonint do_serial 0`でシリアルを有効化できる |