linux-sunxi / sunxi-tools

A collection of command line tools for ARM devices with Allwinner SoCs.
http://linux-sunxi.org/
GNU General Public License v2.0
563 stars 417 forks source link

Error: unknown or unhandled Soc: 0x1667 on Allwinner A33 device #175

Open inkstray opened 2 years ago

inkstray commented 2 years ago

The device i have isn't using the fex format. (i think) (somehow) I keep getting this error for some reason and I am wondering why. I really need this to work as theres no UART and FEL button only initializes boot0 and boot1 never gets initialized even with SD image

if theres any info you need from me to figure this out please let me know

ssvb commented 2 years ago

Which version of sunxi-tools are you using? The 0x1667 SoC id seems to be supported by the code in git: https://github.com/linux-sunxi/sunxi-tools/blob/master/soc_info.c#L232-L241

What exactly are you trying to do with boot0 and boot1? The sunxi-tools software is primarily designed to work with the mainline U-Boot instead of the Allwinner's boot0 and boot1 code.