Hi there
I've used the standard flex-builder workflow to generate a QSPI integrated image. Now in addition, I'm trying to redirect just the root disk to SATA.
I've tried changing Uboot's defconfig for the bootargs to be the following:
CONFIG_BOOTARGS="console=ttyS2,115200 root=/dev/sda2 rw rootwait"
That's all good and indeed those boot args do end up in the Linux kernel visible through /proc/cmdline but observing the 'mount' command, /dev/sda2 isn't being used for '/' - its still using the ram disk.
What am I missing?