From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffh3p-0000HN-Mw for barebox@lists.infradead.org; Wed, 18 Jul 2018 07:39:47 +0000 Received: by mail-oi0-x22e.google.com with SMTP id i12-v6so7019647oik.2 for ; Wed, 18 Jul 2018 00:39:35 -0700 (PDT) MIME-Version: 1.0 From: Mihaita Ivascu Date: Wed, 18 Jul 2018 09:39:23 +0200 Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: MFGTools support in barebox To: barebox@lists.infradead.org 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. So I think I have two options: 1) porting barebox_update command to Linux which I do not find it so easy. I am already working on it 2) adding UTP support in barebox so I could just load the barebox image in RAM using MFGtools, there a utp device node would be created and then I could push barebox specific commands directly from MFGtools. I have added UTP support in linux USB gadget code but I see barebox USB gadget code is quite different and not all functionality are in place so I also struggle a bit of porint gUTP patches from Linux to barebox. Does anybody have any experience with this topic or coud advise me on how to procee? Thanks, Mihaita _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox