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
579 stars 421 forks source link

sunxi-meminfo Error: unknown or unhandled Soc: 0x1680 #153

Closed heldiho53 closed 2 years ago

heldiho53 commented 3 years ago

Have a mxq 4k pro 1gb/8gb allwinner h3 and this happens

apritzel commented 3 years ago

sunxi-meminfo only supports older SoCs, not the H3 or anything later. The DRAM controller in those newer SoCs is different (actually changed twice since then, already), so the tool would require a serious update or rewrite anyway. You can try register dumps from U-Boot (md.l 0x1c62000, and other addresses), but the register layout is different, so it requires more knowledge. What is the problem you are trying to solve? I think the mainline U-Boot DRAM driver for the H3 should work, at least I haven't heard of many problems with that.

apritzel commented 2 years ago

Closing as a WONTFIX. Nobody will realistically add support for newer SoCs to this tool (but patches are always welcome!).