Skip to content

Commit

Permalink
Update FPGA to v4.19.0 and bootloader to v2.0.0
Browse files Browse the repository at this point in the history
This introduces a new splitted bootloader.
From now on Saluki MPFS boards will have the First Stage BootLoader (FSBL) and the Second Stage BootLoader (SSBL).

Signed-off-by: Jani Paalijarvi <[email protected]>
  • Loading branch information
jpaali committed Dec 20, 2024
1 parent 512fb8e commit 2270c62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ permissions:

env:
saluki_fpga_repo: "ghcr.io/tiiuae/saluki-fpga"
saluki_pi_fpga_version: "4.16.0"
saluki_v2_fpga_version: "4.16.0"
saluki_v3_fpga_version: "4.16.0"
saluki_fmu2_fpga_version: "4.16.0"
saluki_pi_fpga_version: "4.19.0"
saluki_v2_fpga_version: "4.19.0"
saluki_v3_fpga_version: "4.19.0"
saluki_fmu2_fpga_version: "4.19.0"

jobs:
fc_matrix:
Expand Down

0 comments on commit 2270c62

Please sign in to comment.