Bedienungsanleitung Intel I/O Processor

Bedienungsanleitung für das Gerät Intel I/O Processor

Gerät: Intel I/O Processor
Kategorie: Computerausrüstung
Produzent: Intel
Größe: 0.15 MB
Datum des Hinzufügens: 12/22/2013
Seitenanzahl: 22
Anleitung drucken

Herunterladen

Wie kann man es nutzen?

Unser Ziel ist Ihnen einen schnellen Zugang zu Inhalten in Bedienungsanleitungen zum Gerät Intel I/O Processor zu garantieren. Wenn Sie eine Online-Ansicht nutzten, können Sie den Inhaltsverzeichnis schnell durchschauen und direkt zu der Seite gelangen, auf der Sie die Lösung zu Ihrem Problem mit Intel I/O Processor finden.

Für Ihre Bequemlichkeit

Wenn das direkte Durchschauen der Anleitung Intel I/O Processor auf unserer Seite für Sie unbequem ist, können sie die folgende zwei Möglichkeiten nutzen:

  • Vollbildsuche – Um bequem die Anleitung durchzusuchen (ohne sie auf den Computer herunterzuladen) können Sie den Vollbildsuchmodus nutzen. Um das Durchschauen der Anleitung Intel I/O Processor im Vollbildmodus zu starten, nutzen Sie die Schaltfläche Vollbild
  • Auf Computer herunterladen – Sie können die Anleitung Intel I/O Processor auch auf Ihren Computer herunterladen und sie in Ihren Sammlungen aufbewahren. Wenn Sie jedoch keinen Platz auf Ihrem Gerät verschwenden möchten, können Sie sie immer auf ManualsBase herunterladen.
Intel I/O Processor Handbuch - Online PDF
Advertisement
« Page 1 of 22 »
Advertisement
Druckversion

Viele Personen lesen lieber Dokumente nicht am Bildschirm, sondern in gedruckter Version. Eine Druckoption der Anleitung wurde ebenfalls durchdacht, und Sie können Sie nutzen, indem Sie den Link klicken, der sich oben befindet - Anleitung drucken. Sie müssen nicht die ganze Intel I/O Processor Anleitung drucken, sondern nur die Seiten, die Sie brauchen. Schätzen Sie das Papier.

Zusammenfassungen

Unten finden Sie Trailer des Inhalts, der sich auf den nächsten Anleitungsseiten zu Intel I/O Processor befindet. Wenn Sie den Seiteninhalt der nächsten Seiten schnell durchschauen möchten, können Sie sie nutzen.

Inhaltszusammenfassungen
Inhaltszusammenfassung zur Seite Nr. 1

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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 3

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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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,

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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


Ähnliche Anleitungen
# Bedienungsanleitung Kategorie Herunterladen
1 Intel 386 Handbuch Computerausrüstung 7
2 Intel 8086-1 Handbuch Computerausrüstung 12
3 Intel 87C196CA Handbuch Computerausrüstung 8
4 Intel 8XC196Kx Handbuch Computerausrüstung 2
5 Intel ARK |Core i7-4770K Processor BX80646I74770K Handbuch Computerausrüstung 27
6 Intel AXXRAKSAS2 Handbuch Computerausrüstung 1
7 Intel 430TX Handbuch Computerausrüstung 16
8 Intel 32882 Handbuch Computerausrüstung 1
9 Intel BX80605I7880 Handbuch Computerausrüstung 1
10 Intel 80302 Handbuch Computerausrüstung 1
11 Intel 6300ESB ICH Handbuch Computerausrüstung 4
12 Intel 80C186EA Handbuch Computerausrüstung 1
13 Intel 460GX Handbuch Computerausrüstung 4
14 Intel 6700PXH Handbuch Computerausrüstung 4
15 Intel BX80623I72600S Handbuch Computerausrüstung 1
16 Sony MSAKIT-PC4A Handbuch Computerausrüstung 2
17 Sony MRW62E-S1 2694866142 Handbuch Computerausrüstung 5
18 Philips MATCH LINE 9596 Handbuch Computerausrüstung 17
19 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY Handbuch Computerausrüstung 1
20 Philips PSC702 Handbuch Computerausrüstung 1