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 -- 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.
