Manual de instrucciones M-Systems Flash Disk Pioneers DiskOnChip

25 de páginas 0.21 mb
Descargar

Pasar a la página of 25

Summary
  • M-Systems Flash Disk Pioneers DiskOnChip - page 1

    Installation Manual IM - DOC - 021 Using the DiskOnChip ® with Linux OS DEC - 99 91 - SR - 005 - 10 - 7L REV . 2.0 ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 2

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 2 LIMITED WARRANTY (a) M - Systems warrants that the Licensed Software — prior to modification and adaptation by Licensee — will conform to the documentati on provided by M - Systems. M - Systems does not warrant that the Licensed Software will meet the needs of the Licensee or ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 3

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 3 Contents 1 Introduction ................................................................................................................................... 4 2 Hardware Requirements for the Disk OnChip .......................................................................... 4 3 ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 4

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 4 1 Introduction M - Systems’ DiskOnChip  is a family of flash disks. It contains built - in firmware that provides full hard disk emulation and allows the DiskOnChip to operate as a boot device. When used under Li nux, the DiskOnChip is managed by a device driver, based on M ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 5

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 5 DiskOnChip 1 2 3 29 28 4 25 23 26 27 5 6 A12 A11 A10 A9 A8 A7 A6 7 8 9 A5 A4 A3 10 11 12 A2 A1 A0 NC NC (A16) NC (A15) NC (A14) NC (A13) 13 14 15 17 D0 D1 D2 D3 18 19 20 21 D4 D5 D6 D7 24 31 22 16 GND 32 VCC SA11 SA10 SA9 SA8 SA7 SA6 SA5 SA4 SA3 SA2 SA1 SA0 SD0 SD1 SD2 SD3 SD4 SD ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 6

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 6 dformat DiskOnChip formatting utility dupdate Utility for updating DiskOnChip firmware docpmap Utility to retrieve information about the DiskOnChip doc121.ex b DiskOnChip firmware image. “121” is the firmware version, the actual diskette might contain higher versions of the f ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 7

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 7 4 Installing the DiskOnChip as an Addit ional Drive Before the DiskOnChip can be used as the boot disk for Linux (see Chapter 5), it first needs to be installed as an additional disk in the system (Linux is booted from a HDD). This chapter describes how to prepare the DiskOnChip ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 8

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 8 1. The floppy drive must be active. Verify this by typing: # mount If the /dev/fd0 doesn’t appear in the first column, type: # mount/dev/fd0 /mnt From this point, it is assumed that the diskette that c ontains the TrueFFS driver for Linux is mounted at /mnt . 2. The kernel sour ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 9

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 9 5. Configure the kernel as follows: # cd /usr/src/linux # make menuconfig or # make config if the last command doesn’t work. Define your system by marking the correct devices. If you aren’t sure what the purpose of the device is, then leave it as it is. Mak e sure that you ma ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 10

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 10 Make[1]:Leaving directory ‘/usr/src/ linux-2.0.32/arch/i386/boot’ If there are any compilation errors, refer to Chapter 6 “Troubleshooting”. 4 . 2 . 3 Booting the Compiled Kernel from HDD The new compiled kernel needs to be booted from the HDD. The following steps need t ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 11

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 11 7. When the Lilo prompt is displayed, press <Ctrl> or <Alt> or <Tab>. The screen will show : Lilo boot: 8. Load the recompiled kernel: Lilo boot:doc2000 4 . 2 . 4 Creating a Linux Partition on the DiskOnChip To create a Linux partition on the DiskOnChip, all th ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 12

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 12 7. Recheck the partition table: Command (m for help): p Disk /dev/fla: 16 heads, 9 sectors, 1002 Cylinder units = cylinders of 144 * 512 bytes Device boot begin Start End Blocks Id System /dev/fla1 * 1 1 1002 72139+ 83 Linux native 8. Save the new partition table (disregard any ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 13

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 13 5 Booting Linux from the DiskOnChip Being able to boot Linux from the DiskOnChip makes it possible to use the DiskOnChip as the only disk in the system, holding th e OS itself in addition to all other applications and files. In order to make a block device bootable on Linux, the ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 14

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 14 5 . 1 . 2 Overview A root file system must contain everything that is needed to support a full Linux system. To achieve this, the disk must include the mini mum requirements for a Linux system: • Basic file system structure • Minimum set of directories: /dev, /proc, /bin, /e ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 15

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 15 Press <ESC>, ‘:’, ‘w’, ‘q’ to save the file. It is possible to add more devices here (for more information, refer to the man pages). 6. For RedHat and Caldera it is also necessary to copy the configuration file for the pam library (responsible for making authen ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 16

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 16 # cp /tmp/doc-driver/boot.b /diskonchip/boot # cp /tmp/doc-driver/lilo.conf /diskonchip/etc # /diskonchip/sbin/plilo -C /diskonchip/etc/lilo.conf -i /diskonchip/boot/boot.b -m /diskonchip/boot/map 2. Verify that after the last command, the device doc2000 is listed on the screen. ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 17

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 17 VFS: Unable to mount -. Most likely, you forgot to do: # rdev /diskonchip/boot/doc2000 /dev/fla1 • If the DiskOnChip boots and the kernel is loading, b ut it gets stuck after: VFS: Mounted root (ext 2 filesystem) readonly. Most likely, the init program or some if its configura ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 18

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 18 7 Additional Information and Tools Additional information about the DiskOnChip, incl uding Application Notes, can be found at http://www.m - sys.com . Additional tools and documents are listed in the following table: Document/Tool Description AP - DOC - 10 Designing with the Dis ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 19

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 19 Appendix I: Making a Root File System To create your own root file system, perform the following steps: 1. Make the following directories: # cd /diskonchip # mkdir bin dev etc lib mnt proc sbin tmp usr var 2. Create devices in the /dev direc tory. You can either do this manually ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 20

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 20 not listed below are considered optional. Copy these programs to the directories /bin or /sbin as follows: # cp /bin/{program_name} /diskonchip/bin/{program_name} /bin directory: cat echo mount chmod hostname mv chown kill ps cp Ln rm cut logi n rmdir dd Ls sh df mkdir su dircol ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 21

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 21 For example: # ldd /sbin/mke2fs libext2fs.so.2 /lib/libext2fs.so.2 libcom_err.so.2 /lib/libcom_err.so.2 libuuid.so.1 lib/libuuid.so.1 libc.so.5 /lib/libc.so.5 This will show which libraries are needed for the program mke2fs . In this example, it is necessary to copy the followin ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 22

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 22 Appendix II: Booting from a HDD when the DiskOnChip Firmware is Active Since Lilo and the DiskOnChip firmware (i.e. doc121.exb) share the same area in RAM, the system will hang during boot when using an unpatched Lilo. Updating Lilo solves this problem. The existing boot loader ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 23

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 23 Appendix III: Applying a Patch Manually There are two ways to integrate the Tr ueFFS driver into the kernel: manually or with a patch utility. The TrueFFS driver for kernel versions 2.0.## contains patch files for kernel versions 2.0.29 - 2.0.35 ( /tmp/doc-driver/doc-patch-2.0.# ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 24

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 24 In the above example, the file /usr/src/linux/include/linux/major.h is patched. The two lines that start with the ‘+’ mark are added to the current source code, and the lines that start with the ‘ - ‘ mark are removed from the source code. Repeat this process for all fiv ...

  • M-Systems Flash Disk Pioneers DiskOnChip - page 25

    Using the DiskOnChip with Linux OS 91 - SR - 005 - 10 - 7L REV. 2.0 25 How to Contact Us Internet: http://www.m - sys.com E - mail: info@m - sys.com USA Office: M - Systems Inc. 8371 Central Ave, Suite A Newark CA 94560, U.S.A Phone: 1 - 510 - 494 - 2090 Fax: 1 - 510 - 494 - 5545 Taiwan Office: M - System Asia Ltd. 11 F - 2, No. 81,Sec.2, Chang Teh ...

Fabricante M-Systems Flash Disk Pioneers Categoría Computer Accessories

Los documentos del dispositivo M-Systems Flash Disk Pioneers DiskOnChip que obtenemos del fabricante se pueden dividir en varios grupos. Entre ellos están::
- dibujos técnicos M-Systems Flash Disk Pioneers
- manuales de instrucciones DiskOnChip
- hojas de producto M-Systems Flash Disk Pioneers
- folletos informativos
- o etiquetas energéticas M-Systems Flash Disk Pioneers DiskOnChip
Todos son importantes, pero lo más importante desde el punto de vista del usuario de un dispositivo lo encontraremos en el manual de instrucciones M-Systems Flash Disk Pioneers DiskOnChip.

Un conjunto de documentos determinado como manual de instrucciones se divide también en tipos más detallados, tales como: instrucciones de montaje M-Systems Flash Disk Pioneers DiskOnChip, instrucciones de servicio, instrucciones cortas o instrucciones de usuario M-Systems Flash Disk Pioneers DiskOnChip. Dependiendo de la situación debes buscar el documento que necesitas. En nuestra página puedes consultar el manual de instrucciones más popular del producto M-Systems Flash Disk Pioneers DiskOnChip.

El manual de instrucciones del dispositivo M-Systems Flash Disk Pioneers DiskOnChip, ¿cómo debería ser?
El manual de instrucciones, también determinado como el manual de usuario o simplemente instrucciones, es un documento técnico que tiene como objetivo ayudar a los usuarios a utilizar M-Systems Flash Disk Pioneers DiskOnChip. Las instrucciones normalmente las realiza un escritor técnico pero en un lenguaje comprensible para todos los usuarios de M-Systems Flash Disk Pioneers DiskOnChip.

El manual de instrucciones completo de M-Systems Flash Disk Pioneers debe contener unos elementos básicos. Una parte de ellos es menos importante, como por ejemplo: la portada / la página principal o las páginas de autor. Sin embargo, lo demás debe facilitarnos la información más importante desde el punto de vista del usuario.

1. Introducción y pistas sobre cómo orientarse con el manual M-Systems Flash Disk Pioneers DiskOnChip - Al principio de cada manual se deben encontrar las indicaciones acerca de la manera de usar un manual de instrucciones. Debe contener información sobre dónde encontrar el índice M-Systems Flash Disk Pioneers DiskOnChip, preguntas frecuentes o problemas más comunes – son los apartados más buscados por los usuarios de cada manual de instrucciones.
2. Índice - listados de todos los consejos acerca de M-Systems Flash Disk Pioneers DiskOnChip que encontraremos en el documento
3. Consejos de uso de las funciones básicas del dispositivo M-Systems Flash Disk Pioneers DiskOnChip - que deben facilitarnos los primeros pasos durante el uso de M-Systems Flash Disk Pioneers DiskOnChip
4. Troubleshooting - una secuencia sistematizada de acciones que nos ayudará a diagnosticar los problemas más importantes con M-Systems Flash Disk Pioneers DiskOnChip
5. FAQ - las preguntas frecuentes
6. Datos de contacto Información acerca de cómo encontrar los datos de contacto del fabricante / servicio de M-Systems Flash Disk Pioneers DiskOnChip en cada país si no somos capaces de solucionar el problema por nuestra cuenta.

¿Tienes una pregunta acerca de M-Systems Flash Disk Pioneers DiskOnChip?

Utiliza el formulario que se encuentra abajo

Si con la ayuda del manual de instrucciones encontrado no has podido solucionar tu problema con M-Systems Flash Disk Pioneers DiskOnChip, haz una pregunta utilizando el formulario que se encuentra abajo. Si alguno de los usuarios ha tenido un problema parecido con M-Systems Flash Disk Pioneers DiskOnChip probablemente compartirá una forma de solucionarlo.

Copia el texto de la imagen

Comentarios (0)