diff --git a/README.md b/README.md index b06f40b..f635fcf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ## System requrements ```shell -$ sudo apt install cmake g++-aarch64-linux-gnu +sudo apt install cmake g++-aarch64-linux-gnu ``` ## How to build @@ -83,6 +83,15 @@ Copy eVisor image file to the SD card: cp build/kernel.bin /boot/kernel.bin ``` +#### Serial console / UART logs + +The serial console and output logs are assigned to UART0 (GPIO 14, GPIO 15), with a baud rate of 115200bps. + +``` +sudo minicom -D /dev/ttyUSB0 + +``` + ### QEMU + NuttX (Guest OS) #### Install QEMU