From 040d5732c75b9e339b55f2ccb9fdb1a670b32c67 Mon Sep 17 00:00:00 2001 From: "stefan.raus" Date: Fri, 3 Dec 2021 09:12:30 +0000 Subject: [PATCH] README.md: Add link to boot partition files download link Add in README.md how to use and from where to get already built boot files. Signed-off-by: stefan.raus --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7178f4672..a578fc33d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,14 @@ more information. * If you want to use the most stable code base, always use the [latest release branch](https://github.com/analogdevicesinc/hdl/releases). - * If you want to use the greatest and latest, check out the master branch. + * If you want to use the greatest and latest, check out the [master branch](https://github.com/analogdevicesinc/hdl/tree/master). + +## Use already built files + +You can download already built files and use them as they are. They are available on [this link]( https://swdownloads.analog.com/cse/hdl_builds/master/latest_boot_partition.tar.gz). +The files are built from [master branch](https://github.com/analogdevicesinc/hdl/tree/master) whenever there are new commits in HDL or Linux repositories. + +> :warning: Pay attention when using already built files, since they are not tested in HW! ## License