Re: OpenBSD on SABRE Lite/BD-SL-i.MX6

2017-02-06 Thread Sebastian Benoit
Hi, i tried to follow your instructions, but cant get get things to work: i upgraded to the uboot in current ports. with that , i get this: baudrate=115200 bootcmd=for dtype in ${bootdevs}; do if itest.s "xusb" == "x${dtype}" ; then usb start ;fi; for disk in 0 1 ; do ${dtype} dev ${disk} ;loa

Re: OpenBSD on SABRE Lite/BD-SL-i.MX6

2017-02-06 Thread Jonathan Gray
On Mon, Feb 06, 2017 at 10:38:20PM +0100, Sebastian Benoit wrote: > > Hi, > > i tried to follow your instructions, but cant get get things to work: > > i upgraded to the uboot in current ports. with that , i get this: > > baudrate=115200 > bootcmd=for dtype in ${bootdevs}; do if itest.s "xusb"