Changes between Version 39 and Version 40 of FreeBSDOnEmbeddedDevice
- Timestamp:
- Feb 2, 2012, 1:40:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDOnEmbeddedDevice
v39 v40 281 281 build# mdconfig -u $MD 282 282 283 Tip: During the copy (dd) process you can press CTRL+T to view the current process count. 284 Have a look at the 64k blocks/records to be copied: 285 build# expr `stat -f "%z" embedded.img` \/ 64000 286 283 287 Hack to reload the usb card reader to reread partition tables: 284 288 build# usbconfig -d `usbconfig | awk -F : '/Mass/ {print $1}'` reset … … 288 292 > Feb 2 12:55:12 brahm kernel: da1: 7629MB (15625216 512 byte sectors: 255H 63S/T 972C) 289 293 290 Tip: During this process you can press CTRL+T to send SIGINFO, this will tell you the current state of the code.291 294 Important: The following action will DESTROY all the existing content on the configured device. USE AT OWN RISK. 292 295