Hi,

On 14-05-16 16:36, [email protected] wrote:
On Saturday, May 14, 2016 at 1:39:47 PM UTC+1, Hans de Goede wrote:
Hi,

On 14-05-16 12:23, [email protected] wrote:
On Saturday, May 14, 2016 at 10:09:49 AM UTC+1, Hans de Goede wrote:
Hi,

On 14-05-16 00:01, markdamerell via linux-sunxi wrote:

I am trying to install sunxi on my tablet, using the
procedure in:

http://linux-sunxi.org/U-Boot#Compile_U-Boot

On my PC running L-Ubuntu 14.04:

make CROSS_COMPILE=arm-linux-gnueabihf- Ippo_q8h_config
make CROSS_COMPILE=arm-linux-gnueabihf-

No error was reported. This produces u-boot.img
but *not*  spl/sunxi-spl.bin

The only file in the spl subdirectory is   Makefile

I re-tried with a different build   bananapi
(chosen at random) and this time it built several
things in the  ..spl  subdirectory .

then   make clean   does  **not** delete these.
cd  spl ; make clean     produces some errors and
I dont think it deletes anything.

Please any advice? Thank you.

The Ippo_q8h config has been replaced by generic q8h
configs, use either:

q8_a13_tablet
q8_a23_tablet_800x480
q8_a33_tablet_800x480
q8_a33_tablet_1024x600

Appended with _defconfig, depending on which describes your tablet best.

Regards,

Hans

But none of the  q8h  configs that you mentioned is in the list
of available build targets. If I try one:

make CROSS_COMPILE=arm-linux-gnueabihf- q8_a23_tablet_800x480_config
make: *** No rule to make target `q8_a23_tablet_800x480_config'.  Stop.

BTW I think I cloned the GIT repository on May 11.

You need to use _defconfig, e.g.:

make CROSS_COMPILE=arm-linux-gnueabihf- q8_a23_tablet_800x480_defconfig

Regards,

Hans

I copied that line out of the message into a terminal and got the same error:

$ make CROSS_COMPILE=arm-linux-gnueabihf- q8_a23_tablet_800x480_defconfig
make: *** No rule to make target `q8_a23_tablet_800x480_defconfig'. Stop.

Works for me:

[hans@shalem u-boot]$ make CROSS_COMPILE=arm-linux-gnueabihf- 
q8_a23_tablet_800x480_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
[hans@shalem u-boot]$

Which u-boot git repo are you using, note that the linux-sunxi one is
hopelessly out of date. sunxi support has been in upstream u-boot for
quite a while now, so you should use the official git.denx.de u-boot
repo.

Regards,

Hans

--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to