From 963599510db59eeb31fb37034b42271fec1fbe70 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Wed, 8 Nov 2023 14:20:22 -0800 Subject: [PATCH] licheerv_st7789v: add note about removing console Signed-off-by: Christian Stewart --- configs/allwinner/licheerv_st7789v/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/allwinner/licheerv_st7789v/README.md b/configs/allwinner/licheerv_st7789v/README.md index 42a2d1675..297e71705 100644 --- a/configs/allwinner/licheerv_st7789v/README.md +++ b/configs/allwinner/licheerv_st7789v/README.md @@ -7,8 +7,6 @@ Read the main [LicheeRV docs](../licheerv) for more information. ## Example -![Demo](https://i.imgur.com/rymQqgH.jpg) - ``` export SKIFF_CONFIG=allwinner/licheerv_st7789v,util/rootlogin make configure compile @@ -31,3 +29,7 @@ fbv sample.jpg ``` The sample.jpg image is available at resources/images/sample-500x500.jpg. + +![Demo](https://i.imgur.com/rymQqgH.jpg) + +Removing console=tty1 in the [boot.txt](../licheerv/resources/boot-scripts/boot.txt) will suppress the boot console.