>
> *This works like a charm though I am not sure I understand why dd does not
> work and what the script does to make it work. Any idea?*
>

Because you were not doing it right. Your out file ( of= ) was to a raw
block device, instead of a file onto a file system. A block device that
does not exist on a stock Beaglebone black I might add. Secondly, you
specified a block count for the second copy( device to be cloned I assume )
which gains you nothing, as the image is still 3.9G in size. Which would
not be a problem if you cloned to a file, onto a file system.

So if you did all that to potentially save you some time, you'd be better
off cloning using tar on the rootfs, and then dd on the MBR to get your
first and second stage boot loaders.

On Thu, May 26, 2016 at 11:38 AM, Antoine Rennuit <antoine.renn...@gmail.com
> wrote:

> This works like a charm though I am not sure I understand why dd does not
> work and what the script does to make it work. Any idea?
>
> Thanks!
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/227db2b2-e3ed-411d-8a66-96aaa622e057%40googlegroups.com
> <https://groups.google.com/d/msgid/beagleboard/227db2b2-e3ed-411d-8a66-96aaa622e057%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORq-P44y4OteyJ6iEgLbaZJrEqfjWf1qT7-VV%3DyuOeXv-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to