Page 1 of 1

[Uboot] fastboot tool flash u-boot source branch is FAILED

Posted: Thu Aug 16, 2018 4:11 pm
by huyle
Hi,
I folow the step by step: http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T3#Compile_U-Boot_2

Code: Select all

git clone https://github.com/friendlyarm/u-boot.git 
cd u-boot
git checkout nanopi2-v2016.01
make make s5p6818_nanopi3_defconfig
make CROSS_COMPILE=aarch64-linux-

Using fastboot tool to flash u-boot.bin faled.
Seeing the log error:

Code: Select all

$ ~/nanopc/u-boot
└> sudo fastboot flash bootloader u-boot.bin
sending 'bootloader' (462 KB)...
OKAY [  0.327s]
writing 'bootloader'...
FAILED (remote:  partition does not exist)
finished. total time: 0.338s


NOtes: --Also to try the source from: [url]git clone https://github.com/friendlyarm/uboot_nanopi2.git[/url] compile to flash is success. What is the change?

Re: [Uboot] fastboot tool flash u-boot source branch is FAILED

Posted: Tue May 14, 2019 2:50 am
by v8dave
Did you ever get this to work?

I have the same issue about the size of the file. It is 462K

I am going to try that alternative u-boot repository you mentioned and see what size the file is when built.

Re: [Uboot] fastboot tool flash u-boot source branch is FAILED

Posted: Tue May 14, 2019 3:40 am
by v8dave
I have it working now. You need to use the uboot source at the link you mention.

The other one requires a 64 bit build and suspect this is for ubuntu booting.

The 32 bit verson installs with fastboot and now I can start to get the code to detect the LCD working.