linux-sunxi / u-boot-sunxi

Allwinner A1x native u-boot support
https://github.com/linux-sunxi/u-boot-sunxi/wiki
315 stars 333 forks source link

Orangepi_pc2_defconfig:Spl can't load Uboot from SD card #103

Closed Jeepgoing closed 6 years ago

Jeepgoing commented 6 years ago

hi,all: i am now testing orangepi_pc2 develop board with new uboot,i have operated following /board/sunxi/README.sunxi64,but when i download u-boot-sunxi-with-spl.bin to SD card, the error messages print, as below:

`U-Boot SPL 2018.07-gd2faf46-dirty (Aug 01 2018 - 06:50:50 +0800) DRAM: 1024 MiB Trying to boot from MMC1 "Synchronous Abort" handler, esr 0x"Synchronous Abort" handler, esr 0x96000000 elr: 0000000000014150 lr : 0000000000013ec0 x 0: 00d000004fdffac0 x 1: 00000000ffffffd0 x 2: 000000000000000a x 3: ffffff80ffffffc8 x 4: 0000000080000000 x 5: 0000000000000061 x 6: 0000000000000001 x 7: 000000000000000a x 8: 0000000000000044 x 9: 8103cb0400000000 x10: 40150a0000000000 x11: 000000000000000c x12: 42ce83080007fffe x13: cba020035360f17c x14: 247110f8d171c6e0 x15: 00ca02c0d945d7a1 x16: 0dfc33d248211004 x17: 14e0a4494242d100 x18: 000000004fdffe80 x19: 00d000004fdffa88 x20: 00d00000ffffffc8 x21: 000000004fdff9c0 x22: 00000000000170eb x23: 00000000000170e8 x24: 000000004fdff980 x25: 00d000004fdffac0 x26: 000000004fdff981 x27: 0000000000000030 x28: 0000000000000008 x29: 001000004fdff900

Resetting CPU ...

resetting ... "Synchronous Abort" handler, esr 0x5e000000 elr: 0000000000011cf0 lr : 000000004fdff5a0 x 0: 0000000084000009 x 1: 000000004fdff5c0 x 2: 0000000000016834 x 3: 000000004fdff5e0 x 4: 0000000000013ec0 x 5: 000000004fdff7e0 x 6: 00000000ffffffc8 x 7: 000000000000000a x 8: 0000000000000044 x 9: 8103cb0400000000 x10: 40150a0000000000 x11: 000000000000000c x12: 42ce83080007fffe x13: cba020035360f17c x14: 247110f8d171c6e0 x15: 00ca02c0d945d7a1 x16: 0dfc33d248211004 x17: 14e0a4494242d100 x18: 000000004fdffe80 x19: 000000004fdff800 x20: 00d00000ffffffc8 x21: 000000004fdff9c0 x22: 00000000000170eb x23: 00000000000170e8 x24: 000000004fdff980 x25: 00d000004fdffac0 x26: 000000004fdff981 x27: 0000000000000030 x28: 0000000000000008 x29: 000000004fdff580`

so anyone else have met this issue, thanks.