-
Notifications
You must be signed in to change notification settings - Fork 12
u-boot build issue #3
Comments
Hello, JohnnyOpcode: We have not yet finished the porting task of all TechNexion products on u-boot 2017.10. Moreover, there are two different types of PICO-IMX6UL SOM with 256MB and 512MB DRAM. Could you use TechNexion u-boot 2016.03 in this stage? I am sorry for the inconvenience to you. BR, Richard |
Okay. I will work with 2016.03 for now and watch as 2017.x evolves. Thank-you for the update. John |
@richard-hu hi, i'm booting a pico-imx6ul using the last version of u-boot, everything is fine, but i need to patch DCD definition to match 512mb memory size, can you provvide the DCD constant changes? board/technexion/pico-imx6ul/imximage.cfg :`/*
/* Enable all clocks */ DATA 4 0x020E04B4 0x000C0000 |
Hello, SleepyDeb: We change to initialize DDR in SPL for a long time. It should work well. :) BR, Richard |
it works fine thanks! |
HEAD is now at a44a45f... TechNexion: pico-imx6: add PICO-IMX6 board support
user@ubuntu:~/GitHub/u-boot-edm$ make pico-imx6ul_defconfig
configuration written to .config
user@ubuntu:~/GitHub/u-boot-edm$ make -j 4
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
UPD include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk.dep
In file included from ./include/common.h:21:0:
include/config.h:7:22: fatal error: configs/.h: No such file or directory
compilation terminated.
In file included from ./include/common.h:21:0:
include/config.h:7:22: fatal error: configs/.h: No such file or directory
compilation terminated.
make[1]: *** [include/autoconf.mk.dep] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [u-boot.cfg] Error 1
make: *** No rule to make target
include/config/auto.conf', needed by
include/config/uboot.release'. Stop.The text was updated successfully, but these errors were encountered: