Hello everybody.
I have a problem with the Allwinner T113-S3-based hardware design.
I have designed my own board with T113-S3, and when I play audio using the aplay command with internal codec, the SoC Temperature increases to critical temperature, and the SoC restarts. The problem persists even when I disconnected HPFB, HPL, and HPR from the board using a cutter.
I have tested the Software(Linux, User applications) with the Mango Pi MQ-DUAL T113-S3, and it is working fine. I think the problem is with the hardware design.
```
# aplay -D hw:2 cap2.wav
Playing WAVE 'cap2.wav' : [ 88.229901] [SNDCODEC][sunxi_card_hw_params][620]:stream_flag: 0
Signed 16 bit Little Endian, Rate 44100 Hz, Mono
[ 89.029197] thermal thermal_zone0: critical temperature reached (111 C), shutting down
The system is going down NOW!
Aborted by signal Terminated...
Sent SIGTERM to all processes
Sent SIGK[ 91.670143] reboot_callback(): empty arg
[ 91.679240] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[ 91.691928] [ohci1-controller]: ohci shutdown start
[ 91.697445] [ohci1-controller]: ohci shutdown end
[ 91.702842] [ehci1-controller]: ehci shutdown start
[ 91.708344] [ehci1-controller]: ehci shutdown end
[ 91.714161] sunxi_ohci_hcd_shutdown, ohci0-controller is disable, need not shutdown
[ 91.722858] sunxi_ehci_hcd_shutdown, ehci0-controller is disable, need not shutdown
[ 92.509393] reboot: System halted
```
离线