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

2016-12-21 Thread CARL DONG
All, Here are the fruits of my experimentation. I'd love to help with the patches and the documentation under INSTALL.armv7. Step 1: Compiled u-boot from ports without specifying any flavor on 6.0 for amd64. At the end of the compilation, there were a series of errors that didn't seem to affect

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

2016-12-21 Thread CARL DONG
Jonathan, Thanks :-) One problem that I experienced with the previous patches you sent after upgradeing u-boot was that ${dtype}, ${disk} won't be defined on boot, and after a environment reset, ${fdt_addr} won't be either. That's why I made the change to my script and would love if you could take

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

2016-12-21 Thread Jonathan Gray
dtype and disk are set as part of the default bootcmd on nitrogen from the u-boot 2016.11 nitrogen6q u-boot.imx: 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} ;load ${dtype} ${disk}:1 10008000 /6x_bootscript