Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #350

Merged
merged 1 commit into from
Dec 6, 2024
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
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