Skip to content

Commit

Permalink
Updating system now has correct filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas committed Dec 10, 2024
1 parent a1b6727 commit 4db28a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guide/updating-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ To get started with your Sonata board, there are three levels of hardware/softwa
First, head to the [Sonata System Release Page](https://github.com/lowRISC/sonata-system/releases/) where you'll find the latest releases.
Each release includes an RP2040 firmware image and FPGA bitstream. Once you have downloaded these, proceed with the following tasks:

1. [Program the RP2040 With the latest](rp2040-update.md) firmware to get any bug fixes by entering bootloader mode & dragging the `rpi_rp2_v0.XX.uf2`.
2. [Get the latest FPGA image](fpga-update.md) that corresponds with the software you are building. This requires you to just drag the new `sonata_vXX.bit.slot1.uf2` file into the 'SONATA' drive that comes up when you plug in the board to your computer.
1. [Program the RP2040 With the latest](rp2040-update.md) firmware to get any bug fixes by entering bootloader mode & dragging the `rpi_rp2_vX.Y.uf2`.
2. [Get the latest FPGA image](fpga-update.md) that corresponds with the software you are building. This requires you to just drag the new `sonata-vX.Y.bit.slot1.uf2` file into the 'SONATA' drive that comes up when you plug in the board to your computer.
3. [Build the example code](building-examples.md) and download to the soft-core you loaded in step 1.

Follow along each of the following sections to complete these tasks.

0 comments on commit 4db28a0

Please sign in to comment.