For karo#8
Open
dwagener wants to merge 2 commits into
Open
Conversation
|
Hi KC! Besser spät, also nie... ;-) Wir hatten auf Kundenanfrage das mit dem uboot-fw fürs TXMP/QSMP aktiviert. Siehe der letzten drei commits hier: Zusätzlich fügt man einfach in Yocto ein:
ein und sollte somit alles bekommen was hier im PR erreicht werden soll. Das könnten wir auch so noch eben für das TX6 U-Boot einbauen. Wäre das so in Eurem Sinne? Grüße |
Author
|
Hallo!
On Thu, 01 Jul 2021 03:27:53 -0700 Markus Bauer ***@***.***> wrote:
Hi KC!
Besser spät, also nie... ;-)
Wir hatten auf Kundenanfrage das mit dem uboot-fw fürs TXMP/QSMP
aktiviert. Siehe der letzten drei commits hier:
https://github.com/karo-electronics/karo-tx-uboot/commits/karo-txmp
Zusätzlich fügt man einfach in Yocto ein:
`IMAGE_INSTALL_append = " libubootenv"`
ein und sollte somit alles bekommen was hier im PR erreicht werden
soll. Das könnten wir auch so noch eben für das TX6 U-Boot einbauen.
Wäre das so in Eurem Sinne?
Das sieht so aus, als müsste das funktionieren.
Ich habe noch leichte Bedenken, was passiert, wenn ein unbedarfter
Nutzer nur rauc in das Image reinzieht aber libubootenv nicht. Könnte es
für den Fall sinnvoll sein, PREFERRED_PROVIDER_u-boot-fw-utils in den
Maschinendefinitionen zu setzen?
Grüße
Danke!
…--
kernel concepts GmbH Daniel Wagener
Hauptstraße 16 ***@***.***
D-57074 Siegen Tel: +49 271 771091 18
http://www.kernelconcepts.de/ Fax: +49 271 338857 29
Geschäftsführer: Ole Reinhardt
HR Siegen, HR B 9613
|
|
Wenn ich Dich richtig verstehe, macht das nicht schon die Zeile hier im Poky? Grüße |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add u-boot-fw-utils based on u-boot-karo as a necessity for system updates via rauc
(and include config files for qsmp devices)
Also add u-boot-tools for the sake of completeness