Hello.
I would like to ask for a details of how you create your panda board image ?
Especially how the kernel image uImage is created ?
My problem starts with new Panada board A6, for which standard flashing procedure does not work.
I use official release of Android with few corrections.
I tried to load your panda board image on SD card and it failed too at the bootloader.
After getting some advice from U-boot team I managed to enable automatic SDRAM clock
and build modified version of it. After coping those new u-boot to SD card, system works.
My issue is now how to load my standard Android system.
I tried to load Android code from your website: https://wiki.linaro.org/Platform/Android/GetSource,
but I was stopped by the error:
mb56@mb56ubuntu:~/oper/data/android$ ./repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME} -g ${REPO_GROUPS}
./repo: line 1: syntax error near unexpected token `newline'
./repo: line 1: `<!DOCTYPE html>'
Reagrads, Mariusz.