diff --git a/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img b/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img new file mode 100644 index 00000000..e730e9d4 Binary files /dev/null and b/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img differ diff --git a/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img.xz b/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img.xz deleted file mode 100644 index f6d166d6..00000000 Binary files a/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img.xz and /dev/null differ diff --git a/common/config/system_config.txt b/common/config/system_config.txt index 8353c2c3..451b2316 100644 --- a/common/config/system_config.txt +++ b/common/config/system_config.txt @@ -10,6 +10,5 @@ Testlab assistance: Unknown Total_number_of_network_controllers= 0 # Uncomment the following line to enable network boot testing and replace the URL as required -#HTTPS_BOOT_IMAGE_URL= - +#HTTPS_BOOT_IMAGE_URL= https://raw.githubusercontent.com/ARM-software/arm-systemready/main/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img diff --git a/docs/network_boot_guide.md b/docs/network_boot_guide.md index 752e6e11..4cf65d45 100644 --- a/docs/network_boot_guide.md +++ b/docs/network_boot_guide.md @@ -105,14 +105,14 @@ flowchart TD ## ACS Network Boot Image -You can use the ACS image provided for HTTPS/HTTP network-boot testing. +You can use the ACS image provided for HTTPS/HTTP network-boot testing by uncommenting `HTTPS_BOOT_IMAGE_URL` in [`system_config.txt`](../common/config/system_config.txt). -**Network Boot Image:** [`acs-network-boot-image.img.xz`](../SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img.xz) +**Network Boot Image:** [`acs-network-boot-image.img`](../SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img) -To use the pre-built image: +To host the pre-built image locally: -- Download and extract the image: - `xz -d ` +- Download the image through github or using wget: + `wget https://raw.githubusercontent.com/ARM-software/arm-systemready/main/SystemReady-devicetree-band/prebuilt_images/network_boot_image/acs-network-boot-image.img` - Host the image on a local HTTP server (example): `python3 -m http.server 8000`