download over https, not http
authorprogrammerjake <programmerjake@web>
Tue, 1 Mar 2022 08:05:11 +0000 (08:05 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 1 Mar 2022 08:05:11 +0000 (08:05 +0000)
HDL_workflow/microwatt.mdwn

index 0d3f1da7f6c515b315bd7eaf82f7e68536c6717b..226fcd2ab96ea9684c6921fb77c6eb5c64ce1607 100644 (file)
@@ -43,7 +43,7 @@ you can omit CROSS_COMPILE and ARCH in this case
        cd microwatt
        wget https://ftp.libre-soc.org/microwatt-linux-5.7.patch
        patch -p1 < microwatt-linux-5.7.patch
-       wget http://ftp.libre-soc.org/rootfs.cpio
+       wget https://ftp.libre-soc.org/rootfs.cpio
        CROSS_COMPILE="ccache powerpc64le-linux-gnu-" ARCH=powerpc make -j8 O=microwatt microwatt_defconfig
        CROSS_COMPILE="ccache powerpc64le-linux-gnu-" ARCH=powerpc make -j8 O=microwatt