Andre Przywara

Results 20 comments of Andre Przywara

I wouldn't know that the T113 is supported already by sunxi-fel. What does `$ sunxi-fel ver` give you? Surely it complains about now knowing the SoC? In that case you...

@thevirtualdj: so T113 support has been merged today, although without SPI flash support (yet). It would seem my MangoPi has a SPI flash foot print, but I haven't soldered anything...

What SPL are you using? Latest mainline U-Boot supports 64-bit SPLs for FEL booting now, so no extra SPL needed. `sunxi-fel u-boot u-boot-sunxi-with-spl.bin` even works now. One other problem I...

You would need to install the headers and runtime library files (.so/.dll) for libfdt. I don't know from the top of my head how that works exactly in mingw, but...

So I managed to (cross-)compile a sunxi-fel.exe, from Slackware Linux. I don't know if there is something easier to install libraries, but I manually cross-compiled all required libraries, and then...

Hi, thanks for the report! So just a quick check, to avoid talking about the wrong thing: did you add bl31.bin, so a Trusted Firmware-A binary, when compiling U-Boot? Since...

Does that happen if you power up, then just wait and issue the first `sunxi-fel ver` after >5 seconds, or is it actually the second sunxi-fel invocation that kills the...

So the proper BootROM FEL mode is "eternal", it just stays there until the board resets(!) or some commands are send. So it could be that something is flaky, and...

I didn't go through the whole log yet, just to check one thing: Did you apply the patch I send the other day? https://lists.denx.de/pipermail/u-boot/2021-April/448093.html And does access to the eMMC...

So looking through the log it doesn't look too bad, does it? It reads one sector at 0x70, which is right behind the SPL. And it detects a FIT image...