Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-lxatac-bsp: barebox: backport fastboot improvements from master #183

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented Sep 19, 2024

This fixes #129 (The TAC gets stuck in bootloader when connected via USB to some PCs) by not stopping the boot process on fastboot getvar requests.

The issue was that fwupd automatically sends getvar requests to fastboot devices, most likely to check for updates on modems.

The patches are backported from the master branch and will most likely be included in the next release (presumably 2024.10).

TODO before merging:

This fixes linux-automation#129 (The TAC gets stuck in bootloader when connected via USB
to some PCs) by not stopping the boot process on fastboot getvar requests.

The issue was that fwupd automatically sends getvar requests to fastboot
devices, most likely to check for updates on modems.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@hnez hnez merged commit e4f958e into linux-automation:scarthgap Oct 2, 2024
4 checks passed
@hnez hnez deleted the barebox-fastboot branch October 2, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The TAC gets stuck in bootloader when connected via USB to some PCs
2 participants