Hello,
I'm trying to boot the MX6SLLEVK board with SPL, but the SPL build seems to not be included by default in the uboot-imx repo for this processor. Can SPL be used on this processor?
What board should I use as a reference for my build (I am currently using the mx6slevk_spl_defconfig but without success) and what changes do I need to make (OCRAM loading address...)
For now I'm just trying to have a the debug LED setup or a printf in the UART console, so my mx6sllevk_spl.c file is very simple and contains these functions in board_init_f():
- arch_cpu_init()
- ccgr_init()
- setup_debug_led() //muxing and setup of EPDC_VCOM1=HIGH
- setup_iomux_uart() //muxing of UART1 pads
- preloader_console_init()
- printf()
Let me know if you need any more info.
Best,
Vincent