Manual de instrucciones de Intel I/O Processor

Manual de instrucciones del aparato Intel I/O Processor

Aparato: Intel I/O Processor
Categoría: Equipamiento para ordenador
Fabricante: Intel
Tamaño: 0.15 MB
Fecha de añadido: 12/22/2013
Número de páginas: 22
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Intel I/O Processor. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Intel I/O Processor.

Para tu comodidad

Si ver los manuales de instrucción de Intel I/O Processor directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Intel I/O Processor en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Intel I/O Processor a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Intel I/O Processor Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 22 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Intel I/O Processor, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Intel I/O Processor. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1

®
Intel I/O Processors
Linux - Debian Installation Guide
June 2005
Order Number: 306507001US
June 2005

Resumen del contenido incluido en la página 2

Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL® PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNES

Resumen del contenido incluido en la página 3

Contents—Linux - Debian Contents 1 Introduction......................................................................................................................................5 2 Host Setup.......................................................................................................................................6 2.1 Minicom Setup ......................................................................................................................8 2.2 Host Networking Setup ....

Resumen del contenido incluido en la página 4

Linux - Debian—Contents Revision History Date Revision Description June 2005 001 Initial Release. ® June 2005 Intel I/O Processors Installation Guide 4 Order Number: 306507001US

Resumen del contenido incluido en la página 5

Introduction—Linux - Debian Introduction 1 The following instructions were validated using an IA host system running Fedora Core 3. The target is an IQ80331 booted in a Cyclone Microsystems* PCI Backplane. These instructions are also useful to those using a different setup, however there may be slight changes to accommodate different hosts or targets. Updates will be made to these instructions as changes are reported. ® Linux-Debian Installation Guide Intel I/O Processors June 2005 Order Numb

Resumen del contenido incluido en la página 6

Linux - Debian—Host Setup Host Setup 2 After the base install of the Linux distribution, ensure that the following packages are installed. minicom: This is a terminal emulation package for viewing the serial port console output of the Linux target system. lrzsz: X, Y, and Z modem support. Native Development Tools:For building the cross tool chain, a native version of GCC must be installed as well as various utilities needed by the build of the cross tool chain. During the Fedora installation,

Resumen del contenido incluido en la página 7

Host Setup—Linux - Debian On my Fedora Core 3 system, I have the following packages installed to meet these requirements: • coreutils-5.2.1-31  dhcp-3.0.1-11  gawk-3.1.3-9  gcc-3.4.2-6.fc3  gcc-c++-3.4.2-6.fc3  grep-2.5.1-31.2  libgcc-3.4.2-6.fc3  lrzsz-0.12.20-19  make-3.80-5  minicom-2.00.0-19  openssh-3.9p1-7  openssh-clients-3.9p1-7  openssh-server-3.9p1-7  nfs-utils-1.0.6-44  sed-4.1.2-4  system-config-nfs-1.2.8-1  telnet-0.17-30  tftp-0.39-1  tftp-server-0.39-1 Note: When

Resumen del contenido incluido en la página 8

Linux - Debian—Host Setup 2.1 Minicom Setup Follow these steps to configure the minicom terminal emulator: 1. Log in as root 2. Start minicom setup (“minicom -s”) 3. Select [Serial port setup] a. Change Serial Device to the appropriate com port (/dev/ttyS0 is COM1, /dev/ttyS1 is COM2 etc.) b. Change Bps/Par/Bits to 115200 8N1, this is the default setting for all the Customer Reference Board Evaluation Platforms. c. Change all flow control settings to No/Off 4. Select [Modem and dialing paramet

Resumen del contenido incluido en la página 9

Host Setup—Linux - Debian 2.3 DHCPD Server Setup Create or edit the file /etc/dhcpd.conf. The actual dhcpd.conf file may be different than this depending on the needs, however, this is a reasonable starting point. deny unknown-clients; ddns-update-style ad-hoc; allow bootp; subnet 192.168.0.0 netmask 255.255.255.0 { } group { option broadcast-address 192.168.0.255; option domain-name "xscale-iop.net"; option routers 192.168.0.1; option subnet-mask 255.255.255.0; host myiop.xscale.net { # put yo

Resumen del contenido incluido en la página 10

Linux - Debian—Host Setup 2.4 NFS Server Setup ® When Intel XScale microarchitecture-Linux target is using NFS for its root file system, it is necessary to export the appropriate directory via the NFS Server. These instructions assume the NFS mounted root file system is located on the server as “/exports/fs.xscale”. Edit the file “/etc/exports” and add the following line: /exports/fs.xscale *(rw,no_root_squash,sync) Create the NFS shared directory: # mkdir /exports/fs.xscale Start NFS server

Resumen del contenido incluido en la página 11

Target Firmware Setup—Linux - Debian Target Firmware Setup 3 ® Connect the ethernet port of the Intel XScale microarchitecture CRB to the server secondary ethernet controller via a crossover cable or connect them both to a GbE hub. Connect the serial port of the CRB to the serial port of the server. Running “minicom” should allow viewing of the RedBoot console output from the board. Ensure that the latest RedBoot is installed on the CRB. Currently the 20050321 IOP RedBoot release is the late

Resumen del contenido incluido en la página 12

Linux - Debian—Target Firmware Setup When preferred, use the TFTP server to download the images. This is much faster that XModem. Copy the {board}-rom\install\bin\redboot.srec and {board}-ram\install\bin\redboot.srec to the TFTP server under unique names such as redboot-rom.srec and redboot-ram.srec. Then issue the following command sequence: RedBoot> load -m tftp redboot-ram.srec RedBoot> fis unlock -f {flash-addr-ram-img} -l {img_len} RedBoot> fis create RedBoot[backup] -f {flash-addr-ram-im

Resumen del contenido incluido en la página 13

Cross Toolchain—Linux - Debian Cross Toolchain 4 ® The next step in building a Linux system for running on Intel XScale microarchitecture is to generate a cross-toolchain for building the kernel and applications from the IA Linux host. Currently, we use a toolchain built using the crosstool build scripts (http://kegel.com/crosstool). We currently build for the armv5l-linux target. After the latest version of the script is downloaded a couple changes need to be made: 1. Edit the arm-xscale.dat

Resumen del contenido incluido en la página 14

Linux - Debian—Kernel Kernel 5 The next step is to build an appropriate kernel. IOP Kernel patches are available at http:// sourceforge.net/projects/xscaleiop/. Grab the latest 2.6 kernel patch, and the corresponding kernel source tarball from http://www.kernel.org/. The following commands will configure the 2.6.10 IOP kernel for an IQ80331 platform. $ mkdir ~/work $ cd ~/work $ wget http://aleron.dl.sourceforge.net/sourceforge/xscaleiop/patch-2.6.10-iop1.bz2 $ wget http://www.kernel.org/pub/l

Resumen del contenido incluido en la página 15

Kernel—Linux - Debian Now test that the kernel boots. It is OK for there to be no root file system at this point. This is only a trial test of the kernel. Table 2 gives the parameter values for each of the SCD CRBs. Table 2. Kernel Parameter Values for CRBs {board} {kernel-load-addr} {kernel-run-addr} {ramdisk-load-addr} {ramdisk-run-addr} iq8033x 0x01008000 0x01008000 0x00800000 0x00800000 iq80321 0x01008000 0xa1008000 0x00800000 0x00800000 ep80219 0x01008000 0xa1008000 0x00800000 0x00800000

Resumen del contenido incluido en la página 16

Linux - Debian—Kernel Built 1 zonelists Kernel command line: ip=boot root=nfs console=ttyS0,115200 cachepolicy=writeallc PID hash table entries: 1024 (order: 10, 16384 bytes) Console: colour dummy device 80x30 Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Memory: 128MB = 128MB total Memory: 126720KB available (2289K code, 445K data, 320K init) Mount-cache hash table entries: 512 (order: 0, 4096 bytes) CPU: Testing wr

Resumen del contenido incluido en la página 17

Distributions—Linux - Debian Distributions 6 There are numerous choices for the root file system or distribution. Some distributions, such as Debian, are desktop-type distributions that have been ported to the ARM processor family. These distributions will give much flexibility in terms of application availability and an active developer community. These distributions will typically take a reasonably large amount of disk space and will likely be inappropriate for installation into a flash d

Resumen del contenido incluido en la página 18

Linux - Debian—Distributions 6.1 Installing Debian See http://www.debian.org for more information on the Debian distribution. There are three main branches of Debian: stable (currently codenamed Woody), testing (currently codenamed Sarge), and unstable (currently codenamed Sid). (See http://www.debian.org/releases/ for more information). Installers for both Testing and Unstable exist; however, there were issues installing directly. When interested in either of these releases, install the stab

Resumen del contenido incluido en la página 19

Distributions—Linux - Debian 6. There is an issue with the dpkg program that is part of the Debian installer. It fails to create lock files correctly when they are located on an NFS drive. The particular lock files are located in /target/var/lib/dpkg, so we will address this issue by creating a RAM disk and mounting it as /target/var/lib. Execute the following commands: # mke2fs /dev/ram1 # mkdir -p /target/var/lib # mount -t ext2 /dev/ram1 /target/var/lib # exit 7. Scroll to “Configure the h

Resumen del contenido incluido en la página 20

Linux - Debian—Distributions At this point the Base Installation is complete and the board should reboot to the RedBoot prompt. When wanting to install to a locally attached hard disk, a similar procedure can be used with changes as follows:  In step 2 above, the installer should detect the hard disk and prompt for a partition and format the disk rather than having to enter NFS information.  Additional installation steps may be useful depending on the needs; swap disks, additional partitio


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Intel 386 Manual de instrucciones Equipamiento para ordenador 7
2 Intel 8086-1 Manual de instrucciones Equipamiento para ordenador 12
3 Intel 87C196CA Manual de instrucciones Equipamiento para ordenador 8
4 Intel 8XC196Kx Manual de instrucciones Equipamiento para ordenador 2
5 Intel ARK |Core i7-4770K Processor BX80646I74770K Manual de instrucciones Equipamiento para ordenador 27
6 Intel AXXRAKSAS2 Manual de instrucciones Equipamiento para ordenador 1
7 Intel 430TX Manual de instrucciones Equipamiento para ordenador 16
8 Intel 32882 Manual de instrucciones Equipamiento para ordenador 1
9 Intel BX80605I7880 Manual de instrucciones Equipamiento para ordenador 1
10 Intel 80302 Manual de instrucciones Equipamiento para ordenador 1
11 Intel 6300ESB ICH Manual de instrucciones Equipamiento para ordenador 4
12 Intel 80C186EA Manual de instrucciones Equipamiento para ordenador 1
13 Intel 460GX Manual de instrucciones Equipamiento para ordenador 4
14 Intel 6700PXH Manual de instrucciones Equipamiento para ordenador 4
15 Intel BX80623I72600S Manual de instrucciones Equipamiento para ordenador 1
16 Sony MSAKIT-PC4A Manual de instrucciones Equipamiento para ordenador 2
17 Sony MRW62E-S1 2694866142 Manual de instrucciones Equipamiento para ordenador 5
18 Philips MATCH LINE 9596 Manual de instrucciones Equipamiento para ordenador 17
19 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY Manual de instrucciones Equipamiento para ordenador 1
20 Philips PSC702 Manual de instrucciones Equipamiento para ordenador 1