A unified imx6 kernel config, old WANDBOARD-* configs going away
Ian Lepore
ian at FreeBSD.org
Sun Mar 2 03:50:01 UTC 2014
On Sat, 2014-03-01 at 20:44 -0700, Tom Everett wrote:
> I've got an image that loads the dtb from the FAT partition. However, it
> was mentioned that the dtb could be loaded from the UFS partition. Given
> that u-boot doesn't have UFS support, how would this work?
>
Ubldr does it, not u-boot.
I modified ubldr a couple days ago. It first looks for a file arleady
loaded by u-boot. If u-boot didn't load one, it next looks for a u-boot
environment variable named fdt_file and loads that file from the ufs
file system if it can find it in /boot/kernel or /boot/modules.
So basically just stop loading the file in u-boot and put a copy of the
file in /boot/modules and ubldr will load it.
I noticed in the boot log you posted that you didn't enable SMP and it's
only running one core, is that what you intended? I didn't turn on SMP
by default yet, but I probably will in a few days because it seems
fairly stable so far.
-- Ian
More information about the freebsd-arm
mailing list