Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions common/config/system_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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= <http/https 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

10 changes: 5 additions & 5 deletions docs/network_boot_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <acs-network-boot-image.img.xz>`
- 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`
Expand Down