|
Updating u-boot
Posted at 10/2/2015 05:09:02
View:3106
|
Replies:2
Print
Only Author
[Copy Link]
1#
Hello,
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
Copy the code
This got me u-boot.bin, u-boot.img, u-boot-dtb.bin and u-boot-dtb.img. Not the RK3288Loader_uboot_Vx.xx.xx.bin file thats mentioned there: http://wiki.t-firefly.com/index.php/Firefly-RK3288/Uboot/en
Do I need anther repositore/branch or should I use u-boot.img ? If the u-boot is damaged can I still fix it with the tools?
|
|