Re: MFGtools support in barebox

2018-07-18 Thread Oleksij Rempel
On 18.07.2018 19:56, Mihaita Ivascu wrote: > Ok, thanks. I will take a look. I think for that scenario I > do not need fastboot. Once I have barebox in RAM I can do > barebox_update to flash it in NAND, reboot and then run a script from > USB > that created partitions in NAND and

Re: qemu and barebox

2018-07-18 Thread Alessandro Rubini
> Not sure if I'd say it would be "complex", but time consuming for > sure. Yes. > but AFAIK, while ARM9 CPU emulation is availible, there's no AT91 SoC > specific IP blocks emulation that it supports. I think the fastest way to work out this setup is building barebox for versatile and using

Re: qemu and barebox

2018-07-18 Thread Andrey Smirnov
On Wed, Jul 18, 2018 at 11:51 AM Giuseppe Levi wrote: > > Ok tried with CROSS_COMPILE=arm-linux-gnueabi- this should be 32bit arm > then: qemu-system-arm -m 256M -machine virt -display none -serial > stdio -kernel barebox > > hangs. any idea ? Should I use a different machine ? > NOTE: All

Re: qemu and barebox

2018-07-18 Thread Giuseppe Levi
Ok tried with CROSS_COMPILE=arm-linux-gnueabi- this should be 32bit arm then: qemu-system-arm -m 256M -machine virt -display none -serial stdio -kernel barebox hangs. any idea ? Should I use a different machine ? It would be very complex to create a White Rabbit virtual machine ? (HW

Re: MFGtools support in barebox

2018-07-18 Thread Mihaita Ivascu
Ok, thanks. I will take a look. I think for that scenario I do not need fastboot. Once I have barebox in RAM I can do barebox_update to flash it in NAND, reboot and then run a script from USB that created partitions in NAND and copies FIT image(which contains kernel+rootfs) on NAND

Re: imx7d enable second core

2018-07-18 Thread Andrey Smirnov
On Wed, Jul 18, 2018 at 12:28 AM Giorgio Dal Molin wrote: > > Hi all, > > I'm currently working with the imx7d sabre board from NXP. > > I have now a running barebox bootloader and a booting kernel. > > My problem is now that, apparently, only one core is active: > > ... > commandline:

Re: MFGtools support in barebox

2018-07-18 Thread Oleksij Rempel
Am 18.07.2018 um 17:11 schrieb Mihaita Ivascu: > Hi, > > Thanks for answer. > I think I need it to do it from Windows as we have some boards > that need to be updated in the factory by people that do not necessary > have Linux skills or Linux workstation. > That is why we thought we

Re: MFGtools support in barebox

2018-07-18 Thread Mihaita Ivascu
Hi, Thanks for answer. I think I need it to do it from Windows as we have some boards that need to be updated in the factory by people that do not necessary have Linux skills or Linux workstation. That is why we thought we could use MFGtools app. My problem is that the board we

Re: MFGtools support in barebox

2018-07-18 Thread Jan Lübbe
On Wed, 2018-07-18 at 15:53 +0200, Bastian Stender wrote: > Hi, > > On 07/18/2018 03:01 PM, Oleksij Rempel wrote: > > you email is in the list. (well, different version of it are already > > in the list). Please wait if some one can respond here. > > > > I'm not an expert, but probably what you

Re: qemu and barebox

2018-07-18 Thread Alessandro Rubini
Hello. > emulate a spacial boot configuration of the CERN White Rabbit switch > (http://white-rabbit.web.cern.ch/). The White Rabbit switch is AT91SAM9G45 (I have one on my desk). Unless your own WR switch is a new design running on cortex-a57, you shoul cross-compile for arm32 and use a

Re: MFGtools support in barebox

2018-07-18 Thread Bastian Stender
Hi, On 07/18/2018 03:01 PM, Oleksij Rempel wrote: you email is in the list. (well, different version of it are already in the list). Please wait if some one can respond here. I'm not an expert, but probably what you need is https://github.com/rauc Have a look here:

Re: qemu and barebox

2018-07-18 Thread Roland Hieber
Hi Giuseppe, this was discussed recently; see https://www.mail-archive.com/barebox@lists.infradead.org/msg27074.html tldr: there are issues with QEMU and ARM64, and no solution yet. - Roland On Wed, Jul 18, 2018 at 03:02:48PM +0200, Giuseppe Levi wrote: > Hi all, > i'm trying to run barebox

qemu and barebox

2018-07-18 Thread Giuseppe Levi
Hi all, i'm trying to run barebox using qemu because I need to develop and emulate a spacial boot configuration of the CERN White Rabbit switch (http://white-rabbit.web.cern.ch/). I used the ARCH=arm and CROSS_COMPILE=aarch64-linux-gnu- Selected the qemu virt board in menuconfig. Compilation

Re: MFGtools support in barebox

2018-07-18 Thread Oleksij Rempel
Hi, you email is in the list. (well, different version of it are already in the list). Please wait if some one can respond here. I'm not an expert, but probably what you need is https://github.com/rauc Am 18.07.2018 um 14:05 schrieb Mihaita Ivascu: > Hi , > > > > I would like to flash a

Re: barebox community/forum

2018-07-18 Thread Mihaita Ivascu
Hi , I would like to flash a barebox image on NAND for a Phytec imx6ul evk board using MFGTools. I have added support for UTP protocol in kernel image so commands could be "pushed" using MFGtools app from Windows. But obviously I cannot push barebox_update command to Linux. So I

MFGtools support in barebox

2018-07-18 Thread Mihaita Ivascu
Hi , I would like to flash a barebox image on NAND for a Phytec imx6ul evk board using MFGTools. I have added support for UTP protocol in kernel image so commands could be "pushed" using MFGtools app from Windows. But obviously I cannot push barebox_update command to Linux. So I

Re: barebox community/forum

2018-07-18 Thread Mihaita Ivascu
Hi Oleksij, Ok, thanks. I have already sent a message to barebox@lists.infradead.org Best regards, Mihaita On Wed, Jul 18, 2018 at 9:48 AM Oleksij Rempel wrote: > > Hi Mihaita, > > Am 18.07.2018 um 09:24 schrieb Mihaita Ivascu: > > Hello, > > > > I would like to know where is

Re: imx7d enable second core

2018-07-18 Thread Oleksij Rempel
Am 18.07.2018 um 09:27 schrieb Giorgio Dal Molin: > Hi all, > > I'm currently working with the imx7d sabre board from NXP. > > I have now a running barebox bootloader and a booting kernel. > > My problem is now that, apparently, only one core is active: > > ... > commandline:

Re: barebox community/forum

2018-07-18 Thread Oleksij Rempel
Hi Mihaita, Am 18.07.2018 um 09:24 schrieb Mihaita Ivascu: > Hello, > > I would like to know where is the best place for me to post my > technical questions related to barebox or which is the best way to > proceed? > I could not find any forum or barebox community. Thanks. You are

MFGTools support in barebox

2018-07-18 Thread Mihaita Ivascu
Hello, I would like to flash a barebox image on NAND for a Phytec imx6ul evk board using MFGTools. I have added support for UTP protocol in kernel image so commands could be "pushed" using MFGtools app from Windows. But obviously I cannot push barebox_update command to Linux.

imx7d enable second core

2018-07-18 Thread Giorgio Dal Molin
Hi all, I'm currently working with the imx7d sabre board from NXP. I have now a running barebox bootloader and a booting kernel. My problem is now that, apparently, only one core is active: ... commandline: console=ttymxc0,115200n8 ip=11.0.0.4::11.0.0.2:255.0.0.0::eth0: root=/dev/mmcblk0p2

barebox community/forum

2018-07-18 Thread Mihaita Ivascu
Hello, I would like to know where is the best place for me to post my technical questions related to barebox or which is the best way to proceed? I could not find any forum or barebox community. Thanks. Best regards, Mihaita Ivascu