On 11/03/15 10:00, Fathi Boudra wrote:
On 11 March 2015 at 11:35, David Rusling david.rusling@linaro.org wrote:
I followed the instructions in the wiki, together with the pre-built binaries and I get:
debug EMMC boot: print init OK debug EMMC boot: send RST_N . debug EMMC boot: start eMMC boot...... load fastboot1!
Switch to aarch64 mode. CPU0 executes at 0xf9801000! NOTICE: Booting Trusted Firmware NOTICE: BL1: v1.1(release):9a97502 NOTICE: BL1: Built : 08:13:36, Mar 10 2015 NOTICE: succeed to init lpddr3 rank0 dram phy INFO: lpddr3_freq_init, set ddrc 533mhz INFO: init ddr3 rank0 in 533MHz INFO: ddr3 rank1 init pass in 533MHz INFO: Elpida DDR ERROR: Failed to load BL2 firmware. PANIC at PC : 0x00000000f9805780
OK, so where's the BL2 firmware? Also, the image file BL33_AP_UEFI.fd is in the downloads, but not referenced in the wiki.
bl2/bl33 are shipped within the fip.bin (firmware package).
OK, looking at the build script, that wasn't obvious, but my next step is to build it all anyhow.
most likely, you haven't flashed properly the binaries. retry the section "Flash binaries to eMMC".
I retried and that fixed my problem. Many thanks...
David