public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: TooMeeK Admin <maps@toomeek.waw.pl>
To: u-boot@lists.denx.de
Subject: [U-Boot] U-boot for Banana Pi
Date: Sat, 23 Aug 2014 02:25:19 +0200	[thread overview]
Message-ID: <53F7DF6F.1020701@toomeek.waw.pl> (raw)
In-Reply-To: <1408653110.7363.12.camel@hellion.org.uk>


W dniu 2014-08-21 22:31, Ian Campbell pisze:
> Support for BananaPi is currently available in the u-boot-arm.git 
> tree. Ian. 

Thank You.
I've downloaded u-boot-arm.git tree yesterday.

Started config menu as for usual kernel:
root at freebsd:/usr/src/u-boot-arm # gmake -j4 ARCH=arm 
CROSS_COMPILE=arm-eabi- HOSTCC=cc USE_PRIVATE_LIBGCC=yes menuconfig

Then selected:
- ARM architecture
- Target select: support sun7i
Not selected:
- SPL (due compilation errors, see below)

Compilation:
root at freebsd:/usr/src/u-boot-arm # gmake -j4 ARCH=arm 
CROSS_COMPILE=arm-eabi- HOSTCC=cc USE_PRIVATE_LIBGCC=yes

ERRORS:
1. with SPL enabled:
   HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf --silentoldconfig Kconfig
scripts/kconfig/conf --silentoldconfig Kconfig
***
*** Configuration file "spl/.config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
gmake[2]: *** [silentoldconfig] Error 1
'gmake -f /usr/src/u-boot-arm/scripts/Makefile.build obj=scripts/kconfig 
silentoldconfig SRCARCH=.. KCONFIG_OBJDIR=spl 
KCONFIG_CONFIG=spl/.config' Failed
gmake[1]: *** [silentoldconfig] Error 1
gmake: *** No rule to make target `include/config/auto.conf', needed by 
`include/config/uboot.release'.  Stop.


2. without SPL:
scripts/kconfig/conf --silentoldconfig Kconfig
   CHK     include/config.h
   GEN     include/autoconf.mk
   GEN     include/autoconf.mk.dep
   CHK     include/config/uboot.release
   CHK     include/generated/timestamp_autogenerated.h
   UPD     include/generated/timestamp_autogenerated.h
   CHK     include/generated/version_autogenerated.h
   CC      lib/asm-offsets.s
   CC      arch/arm/lib/asm-offsets.s
   GEN     include/generated/generic-asm-offsets.h
   GEN     include/generated/asm-offsets.h
   LDS     u-boot.lds
   HOSTCC  tools/dumpimage.o
   HOSTCC  tools/image-host.o
   HOSTCC  tools/mkenvimage.o
   HOSTCC  tools/mkimage.o
   HOSTLD  tools/mkenvimage
   HOSTLD  tools/dumpimage
   HOSTLD  tools/mkimage
scripts/Makefile.build:55: /usr/src/u-boot-arm/board/amd/sunxi/Makefile: 
No such file or directory
gmake[1]: *** No rule to make target 
`/usr/src/u-boot-arm/board/amd/sunxi/Makefile'.  Stop.
gmake: *** [board/amd/sunxi] Error 2
gmake: *** Waiting for unfinished jobs....
   CC      arch/arm/cpu/armv7/cache_v7.o
   CC      arch/arm/cpu/armv7/cpu.o
   CC      arch/arm/cpu/armv7/sunxi/timer.o
   AS      arch/arm/lib/crt0.o
   CC      arch/arm/cpu/armv7/syslib.o
   CC      arch/arm/lib/bootm-fdt.o
   CC      arch/arm/cpu/armv7/sunxi/board.o
   AS      arch/arm/cpu/armv7/lowlevel_init.o
   AS      arch/arm/cpu/armv7/nonsec_virt.o
   CC      arch/arm/lib/bootm.o
   CC      arch/arm/cpu/armv7/virt-v7.o
   CC      arch/arm/cpu/armv7/virt-dt.o
   CC      arch/arm/cpu/armv7/sunxi/clock.o
   AS      arch/arm/cpu/armv7/psci.o
   CC      arch/arm/cpu/armv7/sunxi/pinmux.o
   AS      arch/arm/cpu/armv7/start.o
   LD      arch/arm/cpu/armv7/built-in.o
   CC      arch/arm/lib/interrupts.o
   CC      arch/arm/cpu/armv7/sunxi/clock_sun4i.o
   CC      arch/arm/cpu/armv7/sunxi/cpu_info.o
   AS      arch/arm/cpu/armv7/sunxi/psci.o
   CC      arch/arm/lib/reset.o
   LD      arch/arm/cpu/armv7/sunxi/built-in.o
   CC      arch/arm/lib/cache.o
   CC      arch/arm/lib/cache-cp15.o
   CC      arch/arm/lib/eabi_compat.o
   LD      arch/arm/lib/built-in.o

Maybe not this way??

Cheers,
TooMeeK

  reply	other threads:[~2014-08-23  0:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <53F27EB9.3090805@toomeek.waw.pl>
2014-08-20 19:19 ` [U-Boot] U-boot for Banana Pi TooMeeK Admin
2014-08-21  8:48   ` Michal Suchanek
2014-08-21 20:31     ` Ian Campbell
2014-08-23  0:25       ` TooMeeK Admin [this message]
2014-08-23  0:39         ` TooMeeK Admin
2014-08-25 21:07       ` TooMeeK Admin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53F7DF6F.1020701@toomeek.waw.pl \
    --to=maps@toomeek.waw.pl \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox