CCPC7 CF Setup

Requirements

CF Setup Steps

Assumed that CF card is recognized as /dev/sdd on linux box (check dmesg).

WARNING! Next commands will overwrite /dev/sdd contents.

  1. insert CF card, system may attempt to mount it. umount with command:
  2. umount /dev/sdd1

  3. dd if=ccpc71.img of=/dev/sdd bs=1M

  4. sync

  5. remove and insert CF card
  6. mke2fs -j /dev/sdd2 -L '/data'

  7. sync

  8. CF ready

CCPC7FlashSetup (last edited 2012-10-01 14:22:47 by slepnev)