From 71e512b19555c9e3e4c477cab4650e817741a5b0 Mon Sep 17 00:00:00 2001 From: Josefine Hansson Date: Thu, 16 Jun 2022 09:42:36 +0200 Subject: [PATCH 1/6] added download instructions to yun --- .../tutorials/yun-download-os/content.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md new file mode 100644 index 0000000000..bcbe24b4c3 --- /dev/null +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md @@ -0,0 +1,33 @@ +--- +title: 'Download GNU/Linux OS to your Arduino Yún' +description: 'Instructions for downloading the GNU/Linux OS to your board.' +tags: + - tutorial +author: 'Arduino' +hardware: + - hardware/03.hero/boards/yun-rev2 +software: + - ide-v1 + - ide-v2 + - web-editor + - iot-cloud +--- + +Here you can find the necessary download links to GNU/Linux OS to use with your Arduino Yún Rev2 board. + +## OpenWRT - Yún 1.5.3 Upgrade Image + +Download the latest stable GNU/Linux OS for your Yún. It makes your Yún more stable and feature rich. + +### Easy Installation Procedure (recommended) + +Follow the steps in the [Yún Sys Upgrade tutorial](./yun-sys-upgrade). + +### Advanced Installation Procedure + +This procedure is only recommended to advanced users who wish to completely re-flash the Yún including its U-Boot bootloader. [These instructions](./yun-u-boot-reflash) on reflashing the base images are for reference only. Following them will void your Yún's warranty. + + + +[Packages list for Yún](//downloads.arduino.cc/openwrtyun/1/packages/index.html) +[List of changes](https://github.com/arduino/openwrt-yun/blob/master/ChangeLog) \ No newline at end of file From ce9a01a24e19e0db5b09f202d35b89ab5ec7c372 Mon Sep 17 00:00:00 2001 From: Josefine Hansson Date: Thu, 16 Jun 2022 09:45:35 +0200 Subject: [PATCH 2/6] updated title case --- .../boards/yun-rev2/tutorials/yun-download-os/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md index bcbe24b4c3..0200e6ca01 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md @@ -1,5 +1,5 @@ --- -title: 'Download GNU/Linux OS to your Arduino Yún' +title: 'Download GNU/Linux OS to Your Arduino Yún' description: 'Instructions for downloading the GNU/Linux OS to your board.' tags: - tutorial @@ -19,7 +19,7 @@ Here you can find the necessary download links to GNU/Linux OS to use with your Download the latest stable GNU/Linux OS for your Yún. It makes your Yún more stable and feature rich. -### Easy Installation Procedure (recommended) +### Easy Installation Procedure (Recommended) Follow the steps in the [Yún Sys Upgrade tutorial](./yun-sys-upgrade). From ee798b127a3cce6255e122ad709c3c046798ae06 Mon Sep 17 00:00:00 2001 From: Josefine Hansson Date: Fri, 17 Jun 2022 09:08:06 +0200 Subject: [PATCH 3/6] updated name of folder to be placed first --- .../tutorials/{yun-download-os => 01.yun-download-os}/content.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/hardware/02.hero/boards/yun-rev2/tutorials/{yun-download-os => 01.yun-download-os}/content.md (100%) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md similarity index 100% rename from content/hardware/02.hero/boards/yun-rev2/tutorials/yun-download-os/content.md rename to content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md From 1b001a3b98e78c6bcf4b5d550f1139565f86f304 Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:55:06 +0200 Subject: [PATCH 4/6] Update content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com> --- .../boards/yun-rev2/tutorials/01.yun-download-os/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md index 0200e6ca01..7adcd19dd5 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md @@ -29,5 +29,6 @@ This procedure is only recommended to advanced users who wish to completely re-f -[Packages list for Yún](//downloads.arduino.cc/openwrtyun/1/packages/index.html) +- [Packages list for Yún](//downloads.arduino.cc/openwrtyun/1/packages/index.html) + [List of changes](https://github.com/arduino/openwrt-yun/blob/master/ChangeLog) \ No newline at end of file From b5908d603e6ca86e9d677f239dc811b00ddd980f Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:55:25 +0200 Subject: [PATCH 5/6] Update content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com> --- .../boards/yun-rev2/tutorials/01.yun-download-os/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md index 7adcd19dd5..fee99668ef 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md @@ -31,4 +31,4 @@ This procedure is only recommended to advanced users who wish to completely re-f - [Packages list for Yún](//downloads.arduino.cc/openwrtyun/1/packages/index.html) -[List of changes](https://github.com/arduino/openwrt-yun/blob/master/ChangeLog) \ No newline at end of file +- [List of changes](https://github.com/arduino/openwrt-yun/blob/master/ChangeLog) \ No newline at end of file From cdc17d27a2f4b783d4bc2edae951283403512beb Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:46:48 +0200 Subject: [PATCH 6/6] Update content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com> --- .../boards/yun-rev2/tutorials/01.yun-download-os/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md index fee99668ef..0ee13a381b 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/01.yun-download-os/content.md @@ -27,7 +27,7 @@ Follow the steps in the [Yún Sys Upgrade tutorial](./yun-sys-upgrade). This procedure is only recommended to advanced users who wish to completely re-flash the Yún including its U-Boot bootloader. [These instructions](./yun-u-boot-reflash) on reflashing the base images are for reference only. Following them will void your Yún's warranty. - +- [Download](https://downloads.arduino.cc/openwrtyun/1/YunSysupgradeImage_v1.5.3.zip) - [Packages list for Yún](//downloads.arduino.cc/openwrtyun/1/packages/index.html)