・PrintPupper SDイメージのデフォルトでは、WiFi-AP : guestap1 / guestap1 に接続しIPアドレスを取得しようとするため、起動が遅くなっています。下記コマンドでネットワーク接続と不要なサービスを無効化すると高速化されます。または、各自で設定を最適化しましょう。ネットワークなしでもメイン基板のシリアルポートからコンソールログインできます。USB-Serialケーブルの導入を推奨します。ただし、Bluetoothコントローラは使用できなくなります。ペアリングが不要で即時使用できるUSBジョイスティックの導入を推奨します。
・By default, the PrintPupper SD image connects to the WiFi AP: guestap1 / guestap1 to obtain an IP address, which slows down startup. Disabling network connections and unnecessary services with the below command will speed things up. Alternatively, optimize your settings yourself. You can log in to the console from the serial port on the main board even without a network. We recommend using a USB-Serial cable. However, Bluetooth controllers will no longer be usable. We recommend using a USB joystick, which can be used immediately without pairing.
sudo systemctl disable rpi-eeprom-update.service
sudo systemctl disable raspi-config.service
sudo systemctl disable hciuart.service
sudo systemctl disable dhcpcd.service