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
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"