Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
- Fixed documentation in boards\atsamv71_xult to refer to probe-rs instead of cargo-embed

## [v0.4.6] 2025-03-31

Expand Down
7 changes: 6 additions & 1 deletion boards/atsamv71_xult/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The examples are written in [RTIC](https://rtic.rs).

## Prerequisites
* Install the cross-compilation toolchain: `rustup target add thumbv7em-none-eabihf`.
* Install [cargo-embed](https://github.com/probe-rs/cargo-embed): `cargo install cargo-embed`.
* Install [probe-rs](https://probe.rs/) (formerly cargo-embed):

On Windows `irm https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.ps1 | iex`

On Linux `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh`


## Flashing an example
First, the General-Purpose Non-Volatile-Memory (GPNVM) boot bit must be set in order to map the flashed firmware to address `0x0`;
Expand Down