Skip to content
Merged
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
18 changes: 13 additions & 5 deletions SystemReady-devicetree-band/prebuilt_images/v26.03_3.1.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,27 @@ This README describes where to find the **main release** and **Release Candidate


## Main Release Image
The **DeviceTree Band v3.1.2** release is WIP
**DeviceTree Band v3.1.2** pre-built release image is available at [systemready-dt_acs_live_image.wic.xz](https://github.com/ARM-software/arm-systemready/releases/download/v26.03_DT_3.1.2/systemready-dt_acs_live_image.wic.xz)

##### Decompressing the Image for use
Follow the steps below to decompress the pre-built image:

```bash
xz -d systemready-dt_acs_live_image.wic.xz
```
After decompression, you will get the .wic file, which can be used directly with your target environment.

---

## Release Candidate Images
### Release Candidate Images

### **RC0** [`./RC0/`](./RC0/)
#### **RC0** [`./RC0/`](./RC0/)
Contains image, changes and known issues.

### **RC-Final** [`./RC-Final/`](./RC-Final/)
#### **RC-Final** [`./RC-Final/`](./RC-Final/)
Contains image, changes and known issues.

#### Concat and decompress the Image for use
##### Concat and decompress the Image for use

If an image is split (e.g., `…wic.xzaa`, `…wic.xzab`, …), concatenate then decompress:

Expand Down
Loading