Reading logs via the Dev Board
The Developer Board allows you to read Flipper Zero logs via UART. Unlike reading logs via the command-line interface (CLI), the Developer Board enables you to collect logs from the device directly to a serial console independently from the operating system of Flipper Zero. It allows you to see the device's logs when it's loading, updating, or crashing. It's useful for debugging and troubleshooting during software development.
Depending on your needs, you can set the log level by going to Main Menu -> Settings -> Log Level. To learn more about logging levels, visit Settings.

Depending on your operating system, you need to install an additional application on your computer to read logs via the Developer Board:
On MacOS, you need to install the minicom communication program by doing the following:
Install Homebrew by running in the Terminal the following command:
After installation of Homebrew, run the following command to install minicom:
After installation of minicom on your macOS computer, you can connect to the Developer Board to read Flipper Zero logs by doing the following:
Cold-plug the Developer Board into your Flipper Zero by turning off the Flipper Zero, connecting the developer board, and then turning it back on.
On your computer, open the Terminal and run the following command:
Note the list of devices.
Connect the developer board to your computer using a USB Type-C cable.

Rerun the command. Two new devices have to appear: this is the Developer Board.
Your Developer Board might have different names.
Run the following command:
Where <port> is the name of your device with a bigger number.
Example:
View logs of your Flipper Zero in the Terminal.
To quit, close the minicom window or quit via the minicom menu.