Skip to content

Commit 4baa86e

Browse files
committed
Bump to 1.28.3-based Nerves systems (BBB fix)
This reverts the Linux 6.6 update for the BBB that had regressions with the Ethernet PHY and eMMC. See nerves-project/nerves_system_bbb#351.
1 parent 7a9ac96 commit 4baa86e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ defmodule CircuitsQuickstart.MixProject do
7070
{:nerves_system_rpi3a, "~> 1.27", runtime: false, targets: :rpi3a},
7171
{:nerves_system_rpi4, "~> 1.27", runtime: false, targets: :rpi4},
7272
{:nerves_system_rpi5, "~> 0.2", runtime: false, targets: :rpi5},
73-
{:nerves_system_bbb, "~> 2.22", runtime: false, targets: :bbb},
73+
{:nerves_system_bbb, "~> 2.24", runtime: false, targets: :bbb},
7474
{:nerves_system_osd32mp1, "~> 0.18", runtime: false, targets: :osd32mp1},
7575
{:nerves_system_x86_64, "~> 1.27", runtime: false, targets: :x86_64},
7676
{:nerves_system_npi_imx6ull, "~> 0.15", runtime: false, targets: :npi_imx6ull},

0 commit comments

Comments
 (0)