Re: MFGTools support in barebox

2018-08-03 Thread Mihaita Ivascu
Hello, On the topic of enabling fastboot in barebox 2018.04, I have enabled USB gadget support: USB_GADGET_DRIVER_ARC=y USB_GADGET_AUTOSTART=y USB_GADGET=y USB_GADGET_FASTBOOT=y USB_GADGET_FASTBOOT_SPARSE=y I am using board and BSP from Phytec for imx6ul evk. I have reviews

Re: MFGTools support in barebox

2018-08-03 Thread Oleksij Rempel
Hi Am 03.08.2018 um 10:21 schrieb Mihaita Ivascu: > Hello, > > On the topic of enabling fastboot in barebox 2018.04, I have > enabled USB gadget support: > USB_GADGET_DRIVER_ARC=y > USB_GADGET_AUTOSTART=y > USB_GADGET=y > USB_GADGET_FASTBOOT=y > USB_GADGET_FASTBOOT_SPARSE=y > >

Re: Cannot set GPIOs in barebox

2018-08-03 Thread Mihaita Ivascu
Ok, thanks for the clarification. On Mon, Jul 30, 2018 at 10:40 PM Andrey Smirnov wrote: > > On Mon, Jul 30, 2018 at 12:28 PM Aleksander Morgado > wrote: > > > > Hey, > > > > > > > > This topic could be ignored. GPIO set/get value functions from > > > barebox are working fine BUT gpioinfo

PATCH added tftp port to fsoptions

2018-08-03 Thread Toews, Dietrich
Hi all, we are using barebox for a while now, but we need different tftp-server with different ports. Here a proposition for a patch, if someone else needs it also. Usage: tftp -o port=1234 Sincirely Dietrich >From 062a4c8148c2d31c7ce1d405632051b297b64ce0 Mon Sep 17 00:00:00 2001 From:

Re: PATCH added tftp port to fsoptions

2018-08-03 Thread Oleksij Rempel
Hi, Am 03.08.2018 um 13:07 schrieb Toews, Dietrich: > Hi all, > > we are using barebox for a while now, but we need different tftp-server with > different ports. > Here a proposition for a patch, if someone else needs it also. > > Usage: tftp -o port=1234 Good point. I assume, barebox

RE: PATCH added tftp port to fsoptions

2018-08-03 Thread Toews, Dietrich
Hi, that can be a way, but then it is not possible to connect to different servers, when they have different ports. e.g. one server for large files, one (intelligent) server for script-files Why different ports? - For testing it is very nice to have all the servers on one machine. Dietrich

Re: MFGTools support in barebox

2018-08-03 Thread Oleksij Rempel
Am 03.08.2018 um 18:37 schrieb Mihaita Ivascu: > Hi, > > I have usb controller configured for OTG both in .config and > device tree sources. But still usbgadget complains about not finding try: otg.mode=peripheral usbgadget (your options) > > Thanks, >Mihaita > On Fri, Aug 3, 2018

Re: MFGTools support in barebox

2018-08-03 Thread Mihaita Ivascu
Hi, I have usb controller configured for OTG both in .config and device tree sources. But still usbgadget complains about not finding UDC Thanks, Mihaita On Fri, Aug 3, 2018 at 10:38 AM Oleksij Rempel wrote: > > Hi > > Am 03.08.2018 um 10:21 schrieb Mihaita Ivascu: > > Hello, > > > >