I have an Apalis SOM and Apalis Evaluation Board.
I made an update sdcard from Apalis-iMX6_LXDE-Image_2.8.6.
$ sudo mount /dev/sdb1 /mnt/
$ sudo ./update.sh -o /mnt/
$ sudo umount /mnt
And I updated the board using u-boot scrpit.
Apalis iMX6 # run setupdate
Apalis iMX6 # run update
I think this is normal boot, not spl boot.
Next, What should I do for SPL?
--- The boot logs are shown below.
U-Boot 2016.11-2.8.6+g83a53c1c0c (Apr 01 2019 - 14:09:00 +0000)
CPU: Freescale i.MX6Q rev1.5 at 792 MHz
Reset cause: POR
I2C: ready
DRAM: 1 GiB
PMIC: device id: 0x10, revision id: 0x21, programmed
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
auto-detected panel vga-rgb
Display: vga-rgb (640x480)
In: serial
Out: serial
Err: serial
Model: Toradex Apalis iMX6 Quad 1GB V1.1B, Serial# 05198549
Net: using PHY at 7
FEC [PRIME]
Hit any key to stop autoboot: 0
Booting from MMC/SD card in 8-bit slot...
reading imx6q-apalis-eval.dtb
50217 bytes read in 19 ms (2.5 MiB/s)
reading zImage
4832152 bytes read in 245 ms (18.8 MiB/s)
## Flattened Device Tree blob at 12100000
Booting using the fdt blob at 0x12100000
Loading Device Tree to 2fff0000, end 2ffff428 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.41 (blee@tm-server) (gcc version 6.4.0 (Buildroot 2017.11.2-00024-g0edec09) ) #1 SMP Tue Jul 30 09:25:11 KST 2019
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
: