> i am not sure where is the issue but here are my tips how i built new 
> mainline u-boot few months ago...
> https://linux-sunxi.org/Mainline_U-Boot
> Install additional packages:
> $ apt-get install swig python-dev python3-dev
> Build HowTo:
> $ git clone git://git.denx.de/u-boot.git
> $ git checkout v2020.04                                                    
>                                       # or whatever is latest
> $ make CROSS_COMPILE=arm-linux-gnueabihf- A20-OLinuXino_MICRO-eMMC_defconfig

So far so good, this matches what I do (tho I'm building it on an armhf
box so I don't need to cross compile).

> $ make CROSS_COMPILE=arm-linux-gnueabihf- <board_name>_defconfig    # at
> this point i created new branch and create default configuration for my
> custom tcs-7Zoll device using the 'savedefconfig' method (this is only
> optional step).

Can you provide some more details about what you did at this step?

> # voilaaa u-boot-sunxi-with-splbin is here

Oh, duh!  Indeed it is built but on `v2020.04` (and earlier), it
appeared as:

      BINMAN  u-boot-sunxi-with-spl.bin

in `make`s output, whereas with `master` I instead see:

      BINMAN  all

and the lack of `u-boot-sunxi-with-spl.bin` in this output made me think
the file was not built.  Sorry 'bout the noise. and Thanks!

[ So now I'm back at the other problem of creating the right
  `sun5i-a10s-reko-smartbox.dts` and `A10s-reko-smartbox_defconfig` files
  (see the "Submitting new A10s board" thread).  ]


        Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/jwv1rkdyjah.fsf-monnier%2Bgmane.comp.hardware.netbook.arm.sunxi%40gnu.org.

Reply via email to