IRC log of #cubox of Fri 07 Apr 2017. All times are in CEST < Back to index

07:09 jnettlet mhilt, just switch to the bash shell.
09:57 topi` bash ftw :)
09:57 topi` anyone with the v1.5 SOM? do you write the SPL+uboot to /dev/mmcblk2 or /dev/mmcblk2boot0
09:58 topi` the latter is a so-called "hardware boot partition" that the eMMC chip itself exports. Not all linux kernels support it. Don't know which one is the one the imx6 BootROM code actually uses to boot
10:11 topi` oh, one another thing. I said earlier that I couldn't get the wl18xx driver to work with the 3.14.79 kernel. That was my mistake: I mistakenly symlinked the vanilla hb2.dtb to -som-v15.dtb
10:11 topi` it works when I copy the "correct" version to /boot
10:11 topi` btw do I need "wl18xx-conf.bin"? it says "falling back to default config"
14:33 topi` about the UBOOT... do we need to customise the UBOOT boot variables if we boot from emmc?
14:33 topi` I just basically copied an uboot that works from a SD card, to eMMC
14:33 topi` since it's the same bin for both SDcards and eMMCs