SD card boot fails with android image

I tried installing android image given on the radxa downloads, but on the u-boot time mmc initialization fails.

After that I tried building the image & I used the given android SDK, image builds successfully but while running the image at u-boot time, I am facing the same issue.

What can be the problem, I am open to make manual changes in uboot and build it my self.

EDIT: I am using PhoenixCard to flash the image

```
U-Boot 2018.07-00005-g63500d6 (Oct 14 2024 - 08:46:00 +0000) Allwinner Technology

[08.029]CPU: Allwinner Family
[08.032]Model: sun55iw3
I2C: ready
[08.043]DRAM: 1 GiB
[08.047]Relocation Offset is: 35e8b000
[08.096]secure enable bit: 0
[08.099][I2C-ERROR]:twi_send_slave_addr() 204 [08.103]Status not is I2C_ADDRWRITE_ACK0
[08.108][I2C-ERROR]:sunxi_i2c_read() 516 [08.111]twi_read send slave addr error!
[08.115]axp519 pmic_bus_read fail
[08.118]EXT: EXT_probe
[08.120][I2C-ERROR]:twi_send_slave_addr() 204 [08.124]Status not is I2C_ADDRWRITE_ACK0
[08.129][I2C-ERROR]:sunxi_i2c_read() 516 [08.132]twi_read send slave addr error!
[08.136]bmu_eta6973_probe pmic_bus_read fail
[08.140]BMU_EXT: no found
[08.143]PMU: AXP2202
[08.145]PMU: pmu_axp2202 found
[10.350]battery probe reset :STATUS0:0x20
[10.354]BMU: AXP2202
[10.356]BMU: bmu_axp2202 found
[10.359][AXP2202] comm status : 0x0 = 0x20, 0x1 = 0x90
[10.364][AXP2202] onoff status: 0x20 = 0x4, 0x21 = 0x0
[10.369][AXP2202] reboot/charge status: 0xf0 = 0x0
[10.374]AXP2202_IIN_LIM:28
[10.377]AXP2202_IIN_LIM:28
[10.380]AXP2202_IIN_LIM:28
[10.382]
b12_mode: 0
[10.385]AXP2202_IIN_LIM:28
[10.387]gpio_bias, pc_bias: 1800, pc_supply: not set
[10.392]gpio_bias, pl_bias: -1, pl_supply: aldo3_vol
[10.397]bldo1_vol = 0, onoff=0
[10.401]bldo2_vol = 1800, onoff=1
[10.404]cldo4_vol = 0, onoff=0
bias_name:pc_bias bias_vol:1800
[10.410]bat not exist.
[10.413]PMU: AXP1530
[10.415]PMU_EXT: pmu_axp1530 found
[10.419]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=498Mhz
[10.425]gic: sec monitor mode
[10.427]sunxi flash type@1 not support fast burn key
sunxi flash map init
SPI ALL: ready
[10.436]init_clocks:finish
[10.438]flash init start
[10.440]workmode = 17,storage type = 1
try card 2
set card number 2
get card number 2
[10.448][mmc]: mmc driver ver uboot2018:2023-07-4 16:18:00
[10.455][mmc]: Is not Boot mode!
[10.458][mmc]: SUNXI SDMMC Controller Version:0x50500
[10.469][mmc]: Try SD card 2
[10.474][mmc]: mmc 2 cmd timeout 100 status 100
[10.478][mmc]: smc 2 err, cmd 8, RTO
[10.481][mmc]: mmc 2 close bus gating and reset
[10.486][mmc]: mmc 2 cmd timeout 100 status 100
[10.490][mmc]: smc 2 err, cmd 55, RTO
[10.493][mmc]: mmc 2 close bus gating and reset
[10.498][mmc]: Try MMC card 2
[10.506][mmc]: mmc 2 cmd timeout 100 status 100
[10.510][mmc]: smc 2 err, cmd 1, RTO
[10.514][mmc]: mmc 2 close bus gating and reset
[10.518][mmc]: Card did not respond to voltage select!
[10.523][mmc]: SD/MMC 2 init error!
[10.528][mmc]: mmc init product failed
MMC init failed
try emmc fail
```