Skip to content

Commit

Permalink
readme: add serial console information for RPI4
Browse files Browse the repository at this point in the history
  • Loading branch information
HidenoriMatsubayashi committed Feb 24, 2024
1 parent 7aa65e5 commit c18a8c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -83,6 +83,15 @@ Copy eVisor image file to the SD card:
cp build/kernel.bin <path_to_sdcard>/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
Expand Down

0 comments on commit c18a8c4

Please sign in to comment.