Andre Przywara
Andre Przywara
Hi, this is simply because no one in possession of an A50 device (and there are not that many!) has ever bothered to send any patches. Since device support is...
Hi Valentino, thanks for coming back on this. I heard of those A50 tablets, which might also explain the lack of community support, as tablets are harder to enable and...
Thanks for dumping the information, I will have a look in the next days (am busy with T113s enablement atm). So normally we don't need to flash *anything* for Linux...
To create the hello-world binary, just use: `make uart0-helloworld-sdboot.sunxi`. That should do the right thing, if not, chase down what goes wrong in each of the steps and try to...
1. sunxi-fel is mostly about *booting* a device, it only supports "flashing" to SPI NOR flash, not to SD card or eMMC. Its "uboot" command allows to upload both the...
Please test https://github.com/linux-sunxi/sunxi-tools/pull/220, but please note that the BSP based firmware (U-Boot) will be not usable with sunxi-fel, as we rely on mainline U-Boot's ability to return to FEL after...
Hi, I am afraid this is not how it works. The SPI NOR flash on most devices is max. 16 MB in size, that's typically not enough for a kernel...
Please squash this into one patch, and add some commit message, briefly explaining what this SoC is about and how you came to the values. Also this looks like a...
The manual suggests that the SPI controller in the A523/A527/T527 (all the same chip) is compatible to the previous one, however it doesn't work. Poking around in the BSP reveals...
@ddean-blip please try the latest git version of the tool, A523 support was merged in February. This wouldn't give you SPI support, but at least you can use the ```spl```...