Message ID | 20241122225049.1617774-9-pierrick.bouvier@linaro.org |
---|---|
State | New |
Headers | show |
Series | Minor fixes for Arm documentation | expand |
On 11/22/24 14:50, Pierrick Bouvier wrote: > Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> > --- > docs/system/arm/orangepi.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst > index 9afa54213b0..db87e81fec4 100644 > --- a/docs/system/arm/orangepi.rst > +++ b/docs/system/arm/orangepi.rst > @@ -119,7 +119,7 @@ Orange Pi PC images > Note that the mainline kernel does not have a root filesystem. You may provide it > with an official Orange Pi PC image from the official website: > > - http://www.orangepi.org/downloadresources/ > + http://www.orangepi.org/html/serviceAndSupport/index.html > > Another possibility is to run an Armbian image for Orange Pi PC which > can be downloaded from: > @@ -213,7 +213,7 @@ including the Orange Pi PC. NetBSD 9.0 is known to work best for the Orange Pi P > board and provides a fully working system with serial console, networking and storage. > For the Orange Pi PC machine, get the 'evbarm-earmv7hf' based image from: > > - https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz > + https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz > > The image requires manually installing U-Boot in the image. Build U-Boot with > the orangepi_pc_defconfig configuration as described in the previous section. Regarding our conversation on IRC with Peter, is seems that google reference www.orangepi.org only through http, and not https. As the host is currently down, I'm not sure if https really works or not. So maybe it's better to stick with http for now.
Hello Pierrick, Thanks for including orangepi documentation in your updates. On Tue, Nov 26, 2024 at 8:00 PM Pierrick Bouvier < pierrick.bouvier@linaro.org> wrote: > On 11/22/24 14:50, Pierrick Bouvier wrote: > > Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> > > --- > > docs/system/arm/orangepi.rst | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst > > index 9afa54213b0..db87e81fec4 100644 > > --- a/docs/system/arm/orangepi.rst > > +++ b/docs/system/arm/orangepi.rst > > @@ -119,7 +119,7 @@ Orange Pi PC images > > Note that the mainline kernel does not have a root filesystem. You may > provide it > > with an official Orange Pi PC image from the official website: > > > > - http://www.orangepi.org/downloadresources/ > > + http://www.orangepi.org/html/serviceAndSupport/index.html > > > > Another possibility is to run an Armbian image for Orange Pi PC which > > can be downloaded from: > > @@ -213,7 +213,7 @@ including the Orange Pi PC. NetBSD 9.0 is known to > work best for the Orange Pi P > > board and provides a fully working system with serial console, > networking and storage. > > For the Orange Pi PC machine, get the 'evbarm-earmv7hf' based image > from: > > > > - > https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz > > + > https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz > > > > The image requires manually installing U-Boot in the image. Build > U-Boot with > > the orangepi_pc_defconfig configuration as described in the previous > section. > > Regarding our conversation on IRC with Peter, is seems that google > reference www.orangepi.org only through http, and not https. > As the host is currently down, I'm not sure if https really works or > not. So maybe it's better to stick with http for now. > Yes, I also just noted that the orangepi.org website is not responding. However earlier this week, I was able to load the new URL above to the official website. Perhaps it is only temporary down, but we can only be sure once it comes back up. The NetBSD image URL is OK, ive also verified that the hash is the same. So for me: Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Regards, Niek
diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst index 9afa54213b0..db87e81fec4 100644 --- a/docs/system/arm/orangepi.rst +++ b/docs/system/arm/orangepi.rst @@ -119,7 +119,7 @@ Orange Pi PC images Note that the mainline kernel does not have a root filesystem. You may provide it with an official Orange Pi PC image from the official website: - http://www.orangepi.org/downloadresources/ + http://www.orangepi.org/html/serviceAndSupport/index.html Another possibility is to run an Armbian image for Orange Pi PC which can be downloaded from: @@ -213,7 +213,7 @@ including the Orange Pi PC. NetBSD 9.0 is known to work best for the Orange Pi P board and provides a fully working system with serial console, networking and storage. For the Orange Pi PC machine, get the 'evbarm-earmv7hf' based image from: - https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz + https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz The image requires manually installing U-Boot in the image. Build U-Boot with the orangepi_pc_defconfig configuration as described in the previous section.
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> --- docs/system/arm/orangepi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)