linux-sunxi / u-boot-sunxi

Allwinner A1x native u-boot support
https://github.com/linux-sunxi/u-boot-sunxi/wiki
316 stars 333 forks source link

wiki instructions out of date? #64

Closed tisdall closed 10 years ago

tisdall commented 10 years ago

link: https://github.com/linux-sunxi/u-boot-sunxi/wiki

I found that to compile for the cubieboard I had to do the following:

make Cubieboard_config
make CROSS_COMPILE=arm-linux-gnueabihf-

If I tried the commands in the wiki I get:

~/u-boot-sunxi$ make cubieboard CROSS_COMPILE=arm-linux-gnueabihf-
  GEN     include/autoconf.mk.dep
  GEN     include/autoconf.mk
make: *** No rule to make target `cubieboard'.  Stop.
tisdall commented 10 years ago

wiki seems to now be updated...