On 05.10.20 14:53, Ralf Ramsauer wrote:
>
>
> On 05/10/2020 07:39, Jan Kiszka wrote:
>> The primary functional enhancement of this series is support for the
>> newer Ultra96 v2.
>>
>> In addition, the series refactors the Trusted Firmware A integration,
>> using a soon to-be-upstreamed Isar patch. The refactoring also bumps the
>> version of TF-A and U-Boot on affected boards, namely Ultra96, RPi4,
>> Pine64+, MACCHIATObin. For the last two, I'd need some test feedback as
>> I do not have them in reach.
>
> For the MACCHIATObin, please find the log attached. Early stage
> bootloaders seem to run, while u-boot gets some abt while trying to load
> the device tree.
>
> Test on jailhouse-images/next, 6d797f1f59d.
Grr... Will be hard to debug remotely.
Could you try generating a card with the old U-Boot revision?
diff --git a/recipes-bsp/u-boot/u-boot-macchiatobin_2020.07.bb
b/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10.bb
similarity index 52%
rename from recipes-bsp/u-boot/u-boot-macchiatobin_2020.07.bb
rename to recipes-bsp/u-boot/u-boot-macchiatobin_2019.10.bb
index 2bab197..088188e 100644
--- a/recipes-bsp/u-boot/u-boot-macchiatobin_2020.07.bb
+++ b/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10.bb
@@ -9,7 +9,12 @@
# SPDX-License-Identifier: MIT
#
-require u-boot-${PV}.inc
+require recipes-bsp/u-boot/u-boot-custom.inc
+
+SRC_URI += "https://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
+SRC_URI[sha256sum] =
"8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014"
+
+S = "${WORKDIR}/u-boot-${PV}"
U_BOOT_CONFIG = "mvebu_mcbin-88f8040_defconfig"
U_BOOT_BIN = "u-boot.bin"
TIA,
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/1a0cc554-a3ce-1698-4d7c-392498d73fc2%40siemens.com.