I cant stop u-boot from loading Ubuntu, entering keys on the debug uart wont do anything. Thus I downloaded u-boot sources, compiled and configured it.
I used the following commands:
git clone git://git.denx.de/u-boot.git
cd u-boot
make rk3288_config
CROSS_COMPILE=/opt/toolchain/bin/arm-none-eabi- make
I could`nt update the loader (u-boot) because the instructions are wrong (the only tool working seems to be Linux_Upgrade_Tool_v1.21), and it would`nt enter command prompt unless I would set the bootmode to Android.
Now the hacking can commence.Author: busybee Time: 12/22/2015 14:23
The U-Boot source code of Firefly-RK3288 is included in the SDK.
AFAIK, git://git.denx.de/u-boot.git has the rough RK3288 mainline support.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)