Skip to content

Commit

Permalink
v6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 9, 2024
1 parent 91262b4 commit cd2ee87
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
54 changes: 54 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
- commits:
- subject: "modemmanager: Fix Quectel modems initialization bug"
hash: 2d53d2cb60a155ece0563fbb39629056e2c959d0
body: >
With the update to ModemManager version 1.22.0 we now have some Quectel
modems failing

to use QMI properly:


ModemManager[1178]: [modem0] power state updated: on

ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering
reprobe

ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering
reprobe

.

.

.

ModemManager[1178]: [modem0] failed waiting for final state: Too much
time waiting to get to a final state

ModemManager[1178]: [modem0] failed enabling modem: Operation was
cancelled

ModemManager[1178]: [modem1] couldn't start initialization: Transaction
timed out

ModemManager[1178]: [modem1] fatal error initializing: Fatal error:
modem is unusable


This has been fixed upstream with the 2 patches we backport here:


ModemManager[1139]: [modem0] power state updated: on

ModemManager[1139]: [modem0] (quectel) continuing without enabling
profile manager events
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <[email protected]>
signed-off-by: Florin Sarbu <[email protected]>
author: Florin Sarbu
nested: []
version: 6.0.7
title: ""
date: 2024-08-09T17:47:34.390Z
- commits:
- subject: "patch: Fix broken links in CDS Docs"
hash: 1a9cee2069b3381eddbea606a5aeaa4a436f5643
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
-----------

# v6.0.7
## (2024-08-09)

* modemmanager: Fix Quectel modems initialization bug [Florin Sarbu]

# v6.0.6
## (2024-07-25)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.6"
DISTRO_VERSION = "6.0.7"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit cd2ee87

Please sign in to comment.