Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Juergen Borleis
Hi Jan, On Wednesday 15 June 2016 16:57:14 Jan Remmet wrote: > On Wed, Jun 15, 2016 at 03:26:31PM +0200, Juergen Borleis wrote: > > On Wednesday 15 June 2016 14:57:45 Guillermo Rodriguez Garcia wrote: > > > I need to write an UBI image (generated by ubinize) directly to flash > > > from barebox. D

Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Jan Remmet
On Wed, Jun 15, 2016 at 03:26:31PM +0200, Juergen Borleis wrote: > Hi, > > On Wednesday 15 June 2016 14:57:45 Guillermo Rodriguez Garcia wrote: > > I need to write an UBI image (generated by ubinize) directly to flash > > from barebox. Does barebox provide any equivalent to U-boot's > > write.trim

Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Guillermo Rodriguez Garcia
Hi Jürgen, 2016-06-15 15:26 GMT+02:00 Juergen Borleis : > Hi, > > On Wednesday 15 June 2016 14:57:45 Guillermo Rodriguez Garcia wrote: >> I need to write an UBI image (generated by ubinize) directly to flash >> from barebox. Does barebox provide any equivalent to U-boot's >> write.trimffs command

Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Jan Remmet
On Wed, Jun 15, 2016 at 02:57:45PM +0200, Guillermo Rodriguez Garcia wrote: > Hi all, > > I need to write an UBI image (generated by ubinize) directly to flash > from barebox. Does barebox provide any equivalent to U-boot's > write.trimffs command for this? You can use ubiformat MTDEVICE -f FILE t

Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Juergen Borleis
Hi, On Wednesday 15 June 2016 14:57:45 Guillermo Rodriguez Garcia wrote: > I need to write an UBI image (generated by ubinize) directly to flash > from barebox. Does barebox provide any equivalent to U-boot's > write.trimffs command for this? ubiformat /dev/ -y -f /mnt/tftp/ Cheers Jürgen -- P

Re: Writing UBI image directly to flash from barebox

2016-06-15 Thread Alexander Richter
On 15.06.2016 14:57, Guillermo Rodriguez Garcia wrote: Hi all, I need to write an UBI image (generated by ubinize) directly to flash from barebox. Does barebox provide any equivalent to U-boot's write.trimffs command for this? If you have a mounted ubi volume, you can use "cp" for this. (I kn

Writing UBI image directly to flash from barebox

2016-06-15 Thread Guillermo Rodriguez Garcia
Hi all, I need to write an UBI image (generated by ubinize) directly to flash from barebox. Does barebox provide any equivalent to U-boot's write.trimffs command for this? (I know that it is possible to write a ubifs image to flash using the procedure described in the documentation [1]. What I am

Re: [PATCH] Fix genphy_restart_aneg() for Micrel's ksz9031.

2016-06-15 Thread Guillermo Rodriguez Garcia
2016-06-15 7:49 GMT+02:00 Sascha Hauer : > On Tue, Jun 14, 2016 at 09:39:23AM +0200, Guillermo Rodriguez Garcia wrote: >> Hi Sascha, >> >> 2016-06-14 8:39 GMT+02:00 Sascha Hauer : >> > Hi Guillermo, >> > >> > On Mon, Jun 13, 2016 at 07:29:15PM +0200, Guillermo Rodriguez Garcia wrote: >> >> From: gr