Skip to content

Commit

Permalink
v5.3.7+rev2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 19, 2024
1 parent a931dc7 commit 6e36fed
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Fix missing wifi and BT when balena bootloader is used
hash: 7e4cfb998d66ccfce97d99ed355b065026918296
body: |
The Pi4 devices (Pi4, CM4, Pi400) use an internal 8-pin GPIO header
to control some firmware features including wifi and bluetooth.
Initially these are set up by the broadcom bootloader, but after kexec
(which the balena bootloader uses), they are all reset to zeroes.
This means wifi and bluetooth "disappear" after kexec.

This patch adds an initrd scripts that reads the GPIO pin values before
kexec and appends them as an extra kernel argument. After kexec,
it reads the kernel argument and restores the pin values to what they
originally were.
footer:
Changelog-entry: Fix missing wifi and BT when balena bootloader is used
changelog-entry: Fix missing wifi and BT when balena bootloader is used
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: 5.3.7+rev2
title: ""
date: 2024-06-19T14:17:31.854Z
- commits:
- subject: Fix race condition between signing and generating boot partition
hash: 6a5a8eca98bbead52004f54811b1d2a91f22d9a4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v5.3.7+rev2
## (2024-06-19)

* Fix missing wifi and BT when balena bootloader is used [Michal Toman]

# v5.3.7+rev1
## (2024-06-16)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.7+rev1
5.3.7+rev2

0 comments on commit 6e36fed

Please sign in to comment.