rockchip-linux / u-boot

U-Boot tree for pending commits
113 stars 79 forks source link

rk3128 upstream uboot hangs on unaligned access #60

Closed ssekar15 closed 3 years ago

ssekar15 commented 3 years ago

I'm trying upstream uboot on firefly fireprime rk3128 eval board, mmcinfo or i2c list hangs without any debug on console. Figured out byte level access to memory (could be unaligned access) has same result hangs with lost of key control without error or reset.

=> base 0x20072000 Base Address: 0x20072000 => md 1 20072001:

ssekar15 commented 3 years ago

Problem was with the loader, should use rk3128_loader_v2.12.256.bin instead of rk3128_ddr_300MHz_v2.12.bin and rk3128_ddr_300MHz_v2.12.bin. thanks to @keveryang