AFI Electronics
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • FirstPage
  • ADC
  • TDC
  • Logical
  • Interfaces
  • Systems
  • Documentation
  • Contacts
  • PrivatePage
  • RecentChanges
PCI Digitizer, VME TDC, PCI VME Master, Data Acquisition System

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • CCPC7FlashSetup

CCPC7 CF Setup

Requirements

  • Compact Flash card size 8GB and larger
  • Linux machine with root access
  • ccpc71.img (7GB disk image)
  • USB card reader supporting Compact Flash

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