RE: unable to upload new file to tftp server

2018-09-10 Thread Toews, Dietrich
Hi, Sascha, I did not see the changes in master. So I made the same patch and it works. Thank you! Dietrich -Original Message- From: Sascha Hauer [mailto:s.ha...@pengutronix.de] Sent: Monday, September 10, 2018 2:45 PM To: Toews, Dietrich RD-P6.3.4; g...@pengutronix.de Cc:

Re: unable to upload new file to tftp server

2018-09-10 Thread Sascha Hauer
Hi Dietrich, On Mon, Sep 10, 2018 at 10:08:52AM +, Toews, Dietrich wrote: > Hi, > > when I try to upload a new file from barebox to an tftp server I always get > the error: "Function not implemented". > > When the file is existing on the server, there is no problem. > > Prerequisites: > -

unable to upload new file to tftp server

2018-09-10 Thread Toews, Dietrich
Hi, when I try to upload a new file from barebox to an tftp server I always get the error: "Function not implemented". When the file is existing on the server, there is no problem. Prerequisites: - mounted directory to an tftp-server - test: cp local.file /mnt/tftp-dir/remote.file Progress: -

Re: Re: [PATCH 09/10] ARM: rpi: add raspberry pi 3 support

2018-09-10 Thread Lucas Stach
Am Montag, den 10.09.2018, 10:23 +0200 schrieb Roland Hieber: > On Thu, Sep 06, 2018 at 09:31:48PM +0200, Martin Ortbauer wrote: > > Dear Lucas > > > > I'm a bit confused about the barebox support for the rapsberrypi 3 series. > > > > I found the patch [1] and also the documentation [2] suggests

Re: Re: [PATCH 09/10] ARM: rpi: add raspberry pi 3 support

2018-09-10 Thread Roland Hieber
On Thu, Sep 06, 2018 at 09:31:48PM +0200, Martin Ortbauer wrote: > Dear Lucas > > I'm a bit confused about the barebox support for the rapsberrypi 3 series. > > I found the patch [1] and also the documentation [2] suggests support for > raspberrry 3, however it only creates an image for the pi1

[PATCH v2] ARM: phytec-phycard-imx27: Add debug UART support

2018-09-10 Thread Florian Bäuerle
Signed-off-by: Florian Bäuerle --- arch/arm/boards/phytec-phycard-imx27/lowlevel.c | 16 arch/arm/mach-imx/include/mach/debug_ll.h | 13 + include/serial/imx-uart.h | 5 + 3 files changed, 34 insertions(+) diff --git