Allwinner H3 - OrangePi Plus Status

Mattia Rossi mattia.rossi.mailinglists at gmail.com
Wed Aug 10 09:07:09 UTC 2016


> ubldr will load the file described by the "fdtfile" u-boot variable (ubldr import the needed uboot variables).
> The uboot variable is hardcoded in the uboot port patch (https://svnweb.freebsd.org/ports/head/sysutils/u-boot-olimex-a20-som-evb/files/patch-include_configs_sunxi-common.h?revision=418446&view=markup#l44).
> Alternativelly you can do from ubldr prompt :
> load -t dtb filename
> It will search for the file in /boot/dtb (or you can use the fullpath if it's elsewhere)
>
It's weird that such a thing is hardcoded.. Although it seems that it's 
set through CONFIG_DEFAULT_DEVICE_TREE, so I guess it can be controlled 
through a config file (Makefile?)

As written in the previous mail, it's coded to orangepi-plus-pc.dtb for 
now, so I'm not going to search for another solution.

Thanks for the loader hint, i couldn't figure out the correct command

load -t dtb "filename"

on the ubldr loader> prompt

I'll keep that in mind for emergencies :-)

Thanks,

Mat


More information about the freebsd-arm mailing list