On 27/06/2019 08:15, Ravindra Kumar Meena wrote:


On Thu, Jun 27, 2019 at 10:53 AM Sebastian Huber <sebastian.hu...@embedded-brains.de <mailto:sebastian.hu...@embedded-brains.de>> wrote:

    On 26/06/2019 17:58, Ravindra Kumar Meena wrote:
     > 26th June Work Summary:
     >
     > Updated the file generation code in rtems-tools with required
    changes.
     > Improved the metadata for the same. I have squashed the commits.
     >
    
https://github.com/rmeena840/rtems-tools/commit/c0035feab6d99b4aeecdd0d76b049f3e2c7aa9ef
     >
    
https://github.com/rmeena840/rtems-tools/commit/f68b5031f4e6f847239effe677701635316b12fb
     >
     > Attended the weekly meeting on Freenode.

    Could you please start a new thread for each daily summary. Please also
    don't squash the commits in your development branch. The squashing
    makes
    it difficult to track your work. We can do a big squash before we
    integrate the stuff into the upstream rtems-tools.

    How is the progress with this task:

    https://lists.rtems.org/pipermail/devel/2019-June/026306.html

    My time estimate for this is about one day for you. An experienced C
    developer can do this in less than 30 minutes.

Is there a way to set the file size for which nc should output? I can get around minimum 500KB of file.
I am following this
https://linux.die.net/man/1/nc

You can use dd to reduce the file size, e.g.

dd if=input-file of=output-file count=131072

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to