MacOS USB to TTL
- Connect the USB to TTL converter cable to your computer's USB port and to the serial port on the BMC.
- Open the terminal window and use the
ls /dev/cu.*command to determine the name of the serial port that the USB to TTL converter cable is connected to. It should be something like/dev/cu.usbserialor/dev/cu.usbmodem - Use the
screencommand to open a session on the serial port. For example:screen /dev/cu.usbserial 115200orscreen /dev/cu.usbmodem 115200 - If prompted, press enter to agree to the device's baud rate, which is 115200.
- You should now be able to view the system's boot process, kernel messages, and other debug information in the terminal window.
- To access BMC's command line interface, you will need to enter the appropriate login credentials when prompted.
- Once you are logged in, you can run commands and make configuration changes as necessary.
On macOS, you may also use serial terminal software such as CoolTerm, Serial, or ZTerm.