From 21036628921e9f2ef24137d292fe4045fb707d93 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Thu, 21 Dec 2023 15:12:01 +0200 Subject: [PATCH] Update tinkerboard provisioning instructions ... to remove reference to Tinkerboard Wiki completely, because it isn't available anymore and we couldn't find any other alternatives. Change-type: patch Signed-off-by: Alexandru Costache --- contracts/hw.device-type/asus-tinker-board-s/contract.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/hw.device-type/asus-tinker-board-s/contract.json b/contracts/hw.device-type/asus-tinker-board-s/contract.json index f1eed30d..9a4495ef 100644 --- a/contracts/hw.device-type/asus-tinker-board-s/contract.json +++ b/contracts/hw.device-type/asus-tinker-board-s/contract.json @@ -30,12 +30,12 @@ }, "partials": { "bootDeviceExternal": [ - "Make sure that the jumper between the 5V power supply and the HDMI connect is in the MASKROM mode as illustrated on the Tinker Board Wiki.", + "Make sure that the jumper between the 5V power supply and the HDMI connect is in the MASKROM mode.", "Connect power to the {{name}}." ], "flashIndicator": ["all LEDs are off"], "bootDevice": [ - "Make sure that the jumper between the 5V power supply and the HDMI connect is in the parking (no function) mode as illustrated on the Tinker Board Wiki.", + "Make sure that the jumper between the 5V power supply and the HDMI connect is in the parking (no function) mode.", "Remove and re-connect power to the {{name}}." ] }