Changes between Version 39 and Version 40 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
02/02/12 13:40:48 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v39 v40  
    281281build# mdconfig -u $MD
    282282
     283Tip: During the copy (dd) process you can press CTRL+T to view the current process count.
     284Have a look at the 64k blocks/records to be copied:
     285build# expr `stat -f "%z" embedded.img` \/ 64000
     286
    283287Hack to reload the usb card reader to reread partition tables:
    284288build# usbconfig -d `usbconfig | awk -F : '/Mass/ {print $1}'` reset
     
    288292> Feb  2 12:55:12 brahm kernel: da1: 7629MB (15625216 512 byte sectors: 255H 63S/T 972C)
    289293
    290 Tip: During this process you can press CTRL+T to send SIGINFO, this will tell you the current state of the code.
    291294Important: The following action will DESTROY all the existing content on the configured device. USE AT OWN RISK.
    292295