rockchip-linux / u-boot

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

Can't get U-Boot working on a custom built RK3288 #24

Open weiqj opened 6 years ago

weiqj commented 6 years ago

It has 8GB MMC. Android boots OK. However I can't get u-boot to work with Linux.
I am using mini-loader rk3288_ubootloader_v1.01.06.bin

Then packed the u-boot with loaderimage --pack --uboot u-boot.bin uboot.img

Always get following errors!

storage init OK! Using default environment

GetParam W: Invalid Parameter's tag (0x00000000)! Invalid parameter No pmic detect. SecureBootEn = 0, SecureBootLock = 0

Boot ver: 0000-00-00#0.00

empty serial no. normal boot. checkKey vbus = 1 no fuel gauge found no fuel gauge found read logo on state from dts [0] no fuel gauge found misc partition not found! Hit any key to stop autoboot: 0 'boot' does not seem to be a partition nor an address Unable to boot:boot try to start recovery 'recovery' does not seem to be a partition nor an address Unable to boot:recovery try to start backup 'backup' does not seem to be a partition nor an address Unable to boot:backup try to start rockusb

RikomagicCloudsto commented 6 years ago

did you solve this yet?