First of all, as far as the sdcard is concerned. sync has nothing to do
with it, UNLESS, you are trying to remount the same exact sdcard.

sync is not infallible, and as such will not always do what you think it
may do. sync can take a considerable amount of time to achieve what you
think it should achieve.

 What does a UI(Unity ) have to do with DD ? An application that has been
around for YEARS longer than Unity ?

All you can do is:

write data
remove media.
sync.

If the OS you're using screws this up, then it does not deserve to be used.
Otherwise, it is user error.

On Tue, Nov 18, 2014 at 2:08 PM, Jason Lange <j.b.la...@gmail.com> wrote:

>
>
> On Mon, Nov 17, 2014 at 1:47 PM, Joe Spanier <prcdsln...@gmail.com>
>
>> I am properly ejecting the card from my laptop after completing dd. Is
>> that what you mean by sync?
>>
>
>
>>
>> > Here are the steps Im using:
>>>> > 1. Wget the image
>>>> > 2. md5sum check
>>>> > 3. xzcat BBB-eMMC-Flasher... ...img.xz | sudo dd bs=4096 of=/dev/sdc
>>>>
>>>
> change step 3 to:
>
> . xzcat BBB-eMMC-Flasher... ...img.xz | sudo dd bs=4096 of=/dev/sdc; sync
>
> sync ensures that whatever is in the buffers actually gets written to the
> disk.  The sdcard shouldn't even be mounted on the desktop while you dd
> it.  At least with unity it will still dd properly but the desktop is not
> aware and shows it mounted in it's previous state.  A desktop unmount at
> this point is potentially harmful.
>
> I wish there was a simple way to verify the image after you've flashed it
> to the card -- does anyone know how to do this?
>
> Cheers.
>
>  --
> 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.
> 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to