u-boot 2022-07 on STM32F746G-DISCO

Waldemar Brodkorb wbx at openadk.org
Mon Sep 19 23:03:00 CEST 2022


Hi Patrice,
Patrice CHOTARD wrote,

> Waldemar,
> 
> You can applied the following series on current U-Boot master 
> branch (a0759684e015bd7252be3af508c0fcfdbb8ec5dc):
> 
> https://patchwork.ozlabs.org/project/uboot/list/?series=318991
> 

I applied the patches on top of u-boot master and the non-SPL
build still works fine. It seems only 2022.07 is broken, master is fine.

The SPL build compiles, but I get no output via serial console after 
flashing. I changed the openocd command to use 0x8009000 for u-boot.

/home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/openocd \
        -f interface/stlink.cfg -f board/stm32f7discovery.cfg \
        -c "init" \
        -c "reset init" \
        -c "flash probe 0" \
        -c "flash info 0" \
        -c "flash write_image erase spl/u-boot-spl.bin 0x08000000" \
        -c "flash write_image erase u-boot-dtb.bin 0x08009000" \
        -c "reset run" \
        -c "shutdown"

Is this change correct or do I misread your patches?

BTW: Do you have a working Linux configuration file you can share
with me? Which Linux version do you use on the device?

best regards
 Waldemar


More information about the U-Boot mailing list