Log in to QuecPi Alpha single-board computer
Before logging in, ensure that the serial port tools are installed on your PC. If you have not installed any serial port tool, refer to: Drivers and Tool Installation
Connect QuecPi Alpha to a PC
During development, communication with QuecPi Alpha is typically done via UART. First, locate the debug UART connector labeled "DBG_UART" on the QuecPi Alpha. Second, connect the USB-to-serial converter Dupont cables to the debug UART (pin order from left to right: TX/GND/RX) of QuecPi Alpha. Third, connect the other end of the cables to a USB port on your PC (or USB Hub).
Note: The current board uses a 1.8V level. Please connect it to 1.8V. After the next version is released, the hardware of the official version will be updated to 3.3V.
PCB UART Wiring:
- The black wire connects to the GND pin of the USB-to-serial converter module.
- The red wire connects to the RX pin of the USB-to-serial converter module.
- The yellow wire connects to the TX pin of the USB-to-serial converter module.
- Place the jumper cap on the 3.3V power rail, as shown below:
After powering on, the serial port will output the following data:
Log in
The login account defaults to root when QuecPi Alpha is powered on, with no password required. Press Enter to log in directly. To modify the password or add new users later, use the passwd command.