Skip to content

Commit

Permalink
Update links (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Dec 6, 2024
1 parent 23deb47 commit 96b7ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-->
# IREE Bare-Metal Arm Sample

[![Build and Test](https://github.com/iml130/iree-bare-metal-arm/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/iml130/iree-bare-metal-arm/actions/workflows/build-and-test.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/iml130/iree-bare-metal-arm)](https://api.reuse.software/info/github.com/iml130/iree-bare-metal-arm)
[![Build and Test](https://github.com/iree-org/iree-bare-metal-arm/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/iree-org/iree-bare-metal-arm/actions/workflows/build-and-test.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/iree-org/iree-bare-metal-arm)](https://api.reuse.software/info/github.com/iree-org/iree-bare-metal-arm)

**DISCLAIMER**:
This project is not intended for everyday use and made available without any support.
Expand Down
8 changes: 4 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You need CMake and the [Arm GNU Toolchain](https://developer.arm.com/tools-and-s
#### Clone

```shell
git clone https://github.com/iml130/iree-bare-metal-arm.git
git clone https://github.com/iree-org/iree-bare-metal-arm.git
cd iree-bare-metal-arm
git submodule update --init
./build_tools/update_iree_submodules.sh
Expand All @@ -23,7 +23,7 @@ git submodule update --init
> Note:<br>
> &nbsp;&nbsp;&nbsp;&nbsp;It may happen that IREE submodules need to be updated.<br>
> &nbsp;&nbsp;&nbsp;&nbsp;Thus it might not be sufficient to only pull the latest main branch.<br>
> &nbsp;&nbsp;&nbsp;&nbsp;You can (re)run [`build_tools/update_iree_submodules.sh`](https://github.com/iml130/iree-bare-metal-arm/blob/main/build_tools/update_iree_submodules.sh) to update IREE's submodules.
> &nbsp;&nbsp;&nbsp;&nbsp;You can (re)run [`build_tools/update_iree_submodules.sh`](https://github.com/iree-org/iree-bare-metal-arm/blob/main/build_tools/update_iree_submodules.sh) to update IREE's submodules.
#### Host Build

Expand All @@ -34,7 +34,7 @@ Another option is to build everything on your host machine.
##### Install a Snapshot

> TL;DR:<br>
> &nbsp;&nbsp;&nbsp;&nbsp;You can use [`build_tools/install_iree_host_tools.sh`](https://github.com/iml130/iree-bare-metal-arm/blob/main/build_tools/install_iree_host_tools.sh) to install the host build. Make sure you active the virtual environment afterwards.
> &nbsp;&nbsp;&nbsp;&nbsp;You can use [`build_tools/install_iree_host_tools.sh`](https://github.com/iree-org/iree-bare-metal-arm/blob/main/build_tools/install_iree_host_tools.sh) to install the host build. Make sure you active the virtual environment afterwards.

###### Fetch and unpack the iree-dist tarball
Expand Down Expand Up @@ -225,7 +225,7 @@ cmake -GNinja \
cmake --build . --target sample_vmvx_sync
```
> Note:<br>
> &nbsp;&nbsp;&nbsp;&nbsp;You can use the [`build_tools/configure_build.sh`](https://github.com/iml130/iree-bare-metal-arm/blob/main/build_tools/configure_build.sh) shell script to configure the build.
> &nbsp;&nbsp;&nbsp;&nbsp;You can use the [`build_tools/configure_build.sh`](https://github.com/iree-org/iree-bare-metal-arm/blob/main/build_tools/configure_build.sh) shell script to configure the build.
### Test with Renode

Expand Down

0 comments on commit 96b7ca5

Please sign in to comment.