From 735da0e0f361f02edc2fed5519fbf9eea5e0e3a5 Mon Sep 17 00:00:00 2001 From: Judit Martinez <47318300+juditmv@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:21:05 +0100 Subject: [PATCH] Update YunUBootReflash.md --- .../yun-rev2/tutorials/YunUBootReflash/YunUBootReflash.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/YunUBootReflash/YunUBootReflash.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/YunUBootReflash/YunUBootReflash.md index 4af9111ba1..29fd7499fe 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/YunUBootReflash/YunUBootReflash.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/YunUBootReflash/YunUBootReflash.md @@ -10,7 +10,7 @@ There are situations in which the recommended [upgrade procedure](https://www.ar This procedure uses U-Boot, something similar to the BIOS on a PC. U-Boot is a very small program executed right after you power on a Yún. With U-Boot you can restore a Yún to its factory settings. To reflash the Yún from the U-Boot prompt, you will download 3 different image files and write their contents on the flash memory of the Yún, erasing all previously stored information. It's a bit like formatting a computer's hard drive. This should be considered an advanced topic, pay heed to the warnings throughout. These notes are for reference only. You should read and understand this document before trying anything mentioned below. -If you are in doubt about any of these steps, **DO NOT** follow this guide and send an email to support@arduino.cc +If you are in doubt about any of these steps, **DO NOT** follow this guide and contact us [here](https://www.arduino.cc/en/contact-us/). ***Warning: Following this guide will VOID the WARRANTY of your Yún*** @@ -203,4 +203,4 @@ bootm 0x9fea0000 ``` -OpenWrt-Yun will now start its boot process. Wait a couple of minutes (first boot is always slightly slower) and enjoy your freshly reflashed Yún. \ No newline at end of file +OpenWrt-Yun will now start its boot process. Wait a couple of minutes (first boot is always slightly slower) and enjoy your freshly reflashed Yún.