View Single Post
Old 09-12-2019, 08:04 PM   #5
schuhumi
Member
schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.schuhumi ought to be getting tired of karma fortunes by now.
 
Posts: 17
Karma: 222284
Join Date: Jul 2018
Device: PW3
I just tried it and got a u-boot.bin:
Code:
┬─[simon@yogal390:~/D/g/uboot_2009.08]─[01:58:49]
╰─>$ ls 
api/                           doc/           lib_i386/        MAKEALL*      tools/
board/                         drivers/       lib_m68k/        Makefile      u-boot*
CHANGELOG                      examples/      lib_microblaze/  mkconfig*     u-boot.bin*
CHANGELOG-before-U-Boot-1.1.5  fs/            lib_mips/        nand_spl/     u-boot.lds
common/                        include/       lib_nios/        net/          u-boot.map
config.mk                      lib_arm/       lib_nios2/       onenand_ipl/  u-boot.srec*
COPYING                        lib_avr32/     lib_ppc/         post/
cpu/                           lib_blackfin/  lib_sh/          README
CREDITS                        libfdt/        lib_sparc/       rules.mk
disk/                          lib_generic/   MAINTAINERS      System.map
┬─[simon@yogal390:~/D/g/uboot_2009.08]─[01:59:01]
commands used:

Code:
cp ../linux-3.0.35/include/boardid.h ./include/
cp ../linux-3.0.35/include/boardid_base.h ./include/
cp ../linux-3.0.35/include/max77696_registers.h ./include/
cp ../linux-3.0.35/include/linux/frontlight.h  ./include/linux/
env TYPE=prod make CROSS_COMPILE=/usr/bin/arm-none-eabi- imx60_wario_config
env TYPE=prod make CROSS_COMPILE=/usr/bin/arm-none-eabi- -j8
The toolchain I used is arm-none-eabi-gcc49-linaro (from ArchLinux' AUR)

Last edited by schuhumi; 09-12-2019 at 08:11 PM.
schuhumi is offline   Reply With Quote