All of lore.kernel.org
 help / color / mirror / Atom feed
* stm32f769-disco possibly broken ?
@ 2021-11-17  9:27 Xogium
  0 siblings, 0 replies; only message in thread
From: Xogium @ 2021-11-17  9:27 UTC (permalink / raw)
  To: u-boot

Hi,
I am trying to boot u-boot on stm32f769 discovery kit and having quite a lot of problems...

I am using the stm32f769-disco_defconfig without any sort of modification, building then copying u-boot.bin onto the internal flash of the board via st-link. I have triec both with openocd and with a simple cp, but none of them work.

The board remains completely silent over serial, and doesn't seem to be reactive at all.. I've tried some basic debug with openocd and gdb, but I don't get much if at all:

(gdb) target extended-remote :3333
Remote debugging using :3333
0x00003ffe in ?? ()
(gdb) print $pc
$1 = (void (*)()) 0x3ffe
(gdb) x $pc
0x3ffe: 0x00000000
Gdb thinks the stack is corrupted and only prints ? for each line when I try and do bt command, except the second line where it says signal handler call.

I have tried u-boot 2021.01, and u-boot from git master as of yesterday, commit 9272805139a104c83dff8230e03e9626dd9bc195.

Did anyone else experience this ? Alternatively, what else can I try to debug further ?

Thanks.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-17 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  9:27 stm32f769-disco possibly broken ? Xogium

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.