Re: root= kernel cmdline parameter

2018-08-06 Thread Uwe Kleine-König
Hello, On Mon, Aug 06, 2018 at 09:30:30PM +0200, Giorgio Dal Molin wrote: > On 08/06/2018 08:15 PM, Uwe Kleine-König wrote: > > On Tue, Jul 31, 2018 at 01:20:12PM +0200, Giorgio Dal Molin wrote: > >> Hi all, > >> > >> I'm trying to find out the best method to define the root= > >> parameter when b

Re: root= kernel cmdline parameter

2018-08-06 Thread Giorgio Dal Molin
On 08/06/2018 08:15 PM, Uwe Kleine-König wrote: > On Tue, Jul 31, 2018 at 01:20:12PM +0200, Giorgio Dal Molin wrote: >> Hi all, >> >> I'm trying to find out the best method to define the root= >> parameter when booting the linux kernel from barebox. >> >> My system boots from an sd card partitioned

[PATCH] of_node: clearify help text and do stricter commandline parsing

2018-08-06 Thread Uwe Kleine-König
To create an oftree node /path/node I tried after reading the help text of of_node: of_node -c /path node similar to the syntax of of_property. This didnt result in any output but still failed to do what I meant. So clearify the help text to not suggest there are two parameters and retur

Re: PATCH added tftp port to fsoptions

2018-08-06 Thread Uwe Kleine-König
On Fri, Aug 03, 2018 at 12:10:34PM +, Toews, Dietrich wrote: > 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

Re: Help requested with Barebox on Globalscale Mirabox

2018-08-06 Thread Uwe Kleine-König
Hello Leigh, On Tue, Jul 31, 2018 at 02:21:04PM +0100, Leigh Brown wrote: > Have I missed any steps? Any help would be greatly appreciated. Looks good. Which revision are you on (i.e. git rev-parse @ in your barebox copy)? What is currently running on the device? Do you get an U when applying

Re: root= kernel cmdline parameter

2018-08-06 Thread Uwe Kleine-König
On Tue, Jul 31, 2018 at 01:20:12PM +0200, Giorgio Dal Molin wrote: > Hi all, > > I'm trying to find out the best method to define the root= > parameter when booting the linux kernel from barebox. > > My system boots from an sd card partitioned with a GPT. > The sd card has two independent set of

Re: [PATCH] Documentation: imx8mq-evk: Fix typo

2018-08-06 Thread Sascha Hauer
On Thu, Jul 19, 2018 at 09:57:25AM -0300, Fabio Estevam wrote: > Correct form is "obtain them". > > Signed-off-by: Fabio Estevam > --- Applied, thanks Sascha > Documentation/boards/imx/nxp-imx8mq-evk.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentati

Re: [PATCH 1/1] imx_thermal: Fixed missing dependency for the IMX_THERMAL config

2018-08-06 Thread Sascha Hauer
On Tue, Jul 17, 2018 at 09:37:09AM +0200, Eugen Wiens wrote: > The temperature sensor driver for Freescale i.MX SoCs use internaly the OCOTP > character device. If the config IMX_THERMAL is selected the OCOTP config was > not selected and comes up with an error during booting. > > Signed-off-by:

[PATCH] aiodev: Fix whitespaces in Kconfig

2018-08-06 Thread Sascha Hauer
Replace whitespaces with tabs. Signed-off-by: Sascha Hauer --- drivers/aiodev/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig index 8bad946920..9f4fe60577 100644 --- a/drivers/aiodev/Kconfig +++ b/drivers/aiodev/

Re: MFGTools support in barebox

2018-08-06 Thread Oleksij Rempel
Hi Am 06.08.2018 um 10:15 schrieb Mihaita Ivascu: > Hello, >     Yes, thanks. Setting otg mode manually in barebox helped. >      I have on device side: > /barebox@Phytec phyCORE-i.MX6 Ultra Lite SOM:/ usbgadget -A /fit(fit)c > udc0: registering UDC driver [g_multi] > multi_bind: creating Fastboo