Samuel Dionne-Riel

Results 561 comments of Samuel Dionne-Riel

Hi! :wave: A new face! And welcome. Looks good generally speaking. Are you going to look at SPI Flash for this PR? Other non-working features (e.g. HDMI) are more for...

Ooooof... In other words, how to make the SPI basically unusable :| - https://source.denx.de/u-boot/u-boot/-/blob/v2021.10/arch/arm/dts/sun50i-h6-pine-h64.dts#L301-317 AFAIUI Tow-Boot could be made to load from SPI, but that build wouldn't be able to...

I personally wouldn't mind another PR, but let's also see if @dwagenk has anything to say, just in case, maybe you can cooperate for bringing the changes in.

@ryanplusplus that would be the first time I've seen reports of the sort, outside of a user replacing the panel with a "compatible", but different panel from another vendor. I'm...

I'm planning to work on Tow-Boot this week (the one starting in less than two days). Have you tried other Allwinner A64 platforms? I still haven't tried with any of...

I would hazard a guess that the hang is unrelated to this particular issue. The way I assume the environmental pollution fails on @Thra11's particular board wouldn't happen intermittently. @SvenKiljan...

@Thra11 you were building against the tip of development, right? Tip that includes the following? - https://github.com/Tow-Boot/Tow-Boot/commit/5ec6abbe8c85758084d27d0a5c3179e08d52a978 Uh... I guess it must otherwise the Teres I isn't available... * *...

> I don't think it'll be printed if there is a valid environment to read. e.g. if you run env save (either with the default environment or after making modifications),...

Oh! that's an important distinction. This would happen after `run distro_bootcmd` ran. In my case, since it's running against EFI+GRUB, I can't run that *after*. So that will help reproducing...

Yes. Kind of... `^C` cancels the currently running command. The extlinux.conf compatible loading is just a U-Boot command. So it cancels it, since the boot fails, it continues running the...