diff --git a/README.md b/README.md index 3fe0a85..816ab79 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ git clone git@github.com:qualcomm-linux/kernel.git #### Fetch Ramdisk (For arm64) ``` mkdir artifacts -wget -O artifacts/ramdisk.gz http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230703.0/arm64/rootfs.cpio.gz +wget -O artifacts/ramdisk.gz https://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/1379/initramfs-test-image-qemuarm64-20230321073831-1379.rootfs.cpio.gz ``` #### Fetch systemd boot binaries diff --git a/README_ubuntu.md b/README_ubuntu.md index 61e9d5e..bb48f29 100644 --- a/README_ubuntu.md +++ b/README_ubuntu.md @@ -1,6 +1,6 @@ # How to install kernel deb packages on Ubuntu -For building kernel deb packages, refer to [Build Kernel deb packages](./README.md#10-or-build-ubuntu-kernel-deb-packages) +For building kernel deb packages, refer to [Build Kernel deb packages](./README.md#12-or-build-ubuntu-kernel-deb-packages) The **linux-image-_arm64.deb** contains kernel image and modules. Copy the deb package to the device and install the deb package on device diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 0d67fbf..e08d007 --- a/setup.sh +++ b/setup.sh @@ -45,7 +45,7 @@ show_help() { KERNEL_REPO=https://github.com/qualcomm-linux/kernel.git KERNEL_BRANCH=qcom-next KERNEL_PATH="../kernel" -RAMDISK_PATH="http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230703.0/arm64/rootfs.cpio.gz" +RAMDISK_PATH="https://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/1379/initramfs-test-image-qemuarm64-20230321073831-1379.rootfs.cpio.gz" # Parse long options eval set -- "$(getopt -n "$0" -o "" \