U-boot not booting on H64 model B
#2
Solution: when compiling ATF, the PLAT must come after make.



Instead of:
CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_h6 make bl31

Use:
CROSS_COMPILE=aarch64-linux-gnu- make PLAT=sun50i_h6 bl31



And then this step:
cp ../arm-trusted-firmware/build/fvp/release/bl31.bin .

Will change to:
cp ../arm-trusted-firmware/build/sun50i_h6/release/bl31.bin .
  Reply


Messages In This Thread
U-boot not booting on H64 model B - by CGNZVV - 01-01-2022, 01:47 AM
RE: U-boot not booting on H64 model B - by CGNZVV - 02-19-2022, 11:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Correct setup for u-boot and fstab ? Device not booting as365n4 30 25,708 03-22-2021, 05:56 PM
Last Post: kuleszdl
  Unable to boot any armbian linux vicsanca 6 7,473 10-17-2019, 12:08 PM
Last Post: JGwinner
  Some test PINE H64 “Model B”-3GB, please! stslit 1 3,529 08-25-2019, 12:41 PM
Last Post: stslit

Forum Jump:


Users browsing this thread: 1 Guest(s)