From 2d87d6281869d4023e0ff888b99cdd5bdf2a0326 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 4 Jan 2023 01:21:13 +0100 Subject: [PATCH] board/asus/tinker: add a note to readme.txt for power supply Signed-off-by: Giulio Benetti Signed-off-by: Thomas Petazzoni --- board/asus/tinker/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/board/asus/tinker/readme.txt b/board/asus/tinker/readme.txt index 7372d29520..110e2168c9 100644 --- a/board/asus/tinker/readme.txt +++ b/board/asus/tinker/readme.txt @@ -35,3 +35,9 @@ You can write this image directly to an SD card device (i.e. /dev/xxx): $ sudo sync Finally, you can insert the SD card to the Tinker RK3288 board and boot it. + +NOTE: +USB power supply requires more than the standard 500mA USB current, so +this board must be supplied from a capable port or from an external +AC/DC adapter. Otherwise it will hang forever while loading the kernel +image.