Andre Przywara

Results 20 comments of Andre Przywara

I see what you mean: I can read the partition table and list directories just fine, but when loading more than 6 sectors I get the error as well: =>...

@jmsvigno yes, this is the same problem as described above: at the moment reading more than a few blocks from eMMC on an H616 system in U-Boot does not work....

Yes, dumping the registers would be a start, from a quick check at the driver it's probably (at the U-Boot prompt): `=> md.l 0x047FA000 0x141` `=> md.l 0x047FB000 0xca` `=>...

Sorry, just saw your comment. Thanks for the report, indeed there are H6 devices without an AXP chip. Ideally the I2C scan should come back without a result, but apparently...

So it worked as expected on my Eachlink H6 Mini: U-Boot SPL 2020.01-00626-g0edb2b9852 (Jan 19 2020 - 00:12:34 +0000) DRAM: 4096 MiB Trying to boot from MMC1 NOTICE: BL31: v2.2(debug):v2.2-353-g38aac6d40...

I am still somewhat puzzled by that "IN" output, because it hints that the next output would have been an INFO line, which does not make much sense unless there...

First of all, please have a look at the new image files I pushed, do they solve your problems? I added the ATF and U-Boot branch names in case you...

Thanks for trying this! > I tried the new image, but it didn't fix anything that I was experiencing. Can you please post exactly what you did and what went...

Sorry, but taking the DTB from the vendor firmware won't work: Allwinner's DTs are not compliant to the mainline bindings, and Allwinner has a very different understanding of how this...

Thanks for the info, I will have a closer look later. In general you cannot use the vendor DTB directly to solve any problem with mainline based code, as those...