MINI2440マニュアル

Size: px
Start display at page:

Download "MINI2440マニュアル"

Transcription

1 Multi-Media DSP/BF53x Linux /3/6 1

2 DSP/BF53x DSP/BF53x uclinux USB SD/MMC Nand flash RTC FTP CMOS...14 NTSC/PAL TFTP NAND Flash U-boot...19 uclinux hello world

3 DSP/BF53x 1.1 ADSP BF MHz JTAG USB2.0 RS232 HOST 10/100M LAN RJ45 SPORT SD 5V DC 1.3mmφ 30 CMOS PPI NTSC/PAL SPI & PF CPU Analog Devices ADSP-BF MHz 800MMAC 32MB SDRAM, 256MB NAND Flash, 1MB EEPROM 10/100Base-T Ethernet(DM9000AE) 1 SCI0: RS232 1 USB2.0 (ISP1362) 1 NTSC/PAL (SAA7113) 1 info@csun.co.jp 3

4 30 CMOS CCD(OV7640) 1 (WM8731) 1 MMC/SD 1 RS232, SPI, PPI(), SPORT1( ), RTC, JTAG OS uclinux U-boot : (mm) 5VDC 1.3mmφ LED info@csun.co.jp 4

5 32M_SDRAM 256M_NAND ISP1362 DM9000AE NTSC/PAL FLASH 27MHz PLL EBIU SAA7113 SPORT1 BF531 PPI WM8731 SPORT0 CMOS_SENSOR JTAG UART PFx SPI RTC MAX KHz SD_CARD M25P80 0x0000,0000 0x01FF,FFFF 32M SDRAM 0x0800,0000 0x1FFF,FFFF RESERVED 0x2000,0000 0x200F,FFFF NANDFLASH 0x2010,0000 0x201F,FFFF RESERVED 0x2020,0000 0x202F,FFFF ISP1362(USB) 0x2030,0000 0x203F,FFFF DM9000AE(LAN) 0x2040,0000 0xFF7F,FFFF RESERVED 0xFF80,0000 0xFF80,3FFF RESERVED 0xFF80,4000 0xFF80,7FFF DATA BANK A SRAM/CACHE 0xFF80,8000 0xFF90,3FFF RESERVED 0xFF90,4000 0xFF90,7FFF DATA BANK B SRAM/CACHE 0xFF90,8000 0xFF9F,FFFF RESERVED 0xFFA0,0000 0xFFA0,7FFF RESERVED info@csun.co.jp 5

6 0xFFA0,8000 0xFFA0,FFFF 0xFFA1,0000 0xFFA1,3FFF 0xFFA1,4000 0xFFAF,FFFF 0xFFB0,0000 0xFFB0,0FFF 0xFFB0,1000 0xFFBF,FFFF 0xFFC0,0000 0xFFDF,FFFF 0xFFE0,0000 0xFFFF,FFFF INSTRUCTION SRAM INSTRUCTION SRAM/CACHE RESERVED SCRATCHPAD SRAM RESERVED SYSTEM MMR CORE MMR PF & PF0 PF1 PF2 PF3 PF4 PF5 PF6 PF7 PF8 PF9 PF10 PF11 PF12 PF13 PF14 PF15 I2C SDA I2C SCL SPI_FLASH M25P80 CS PPI_FS3 SD SD Lock NAND_FLASH BUSY SD CS DM9000AE ISP1362 PPI17 PPI16 PPI15 PPI14 6

7 1.2 2GB SD/MMC USB HUB USB USB USB NTSC/PAL 7

8 DSP/BF53x 2.1 DB9 RS232 DB9 RS232 DSP/BF53x RS232 RS232 RS232 USB-RS232 USB-RS

9 2.2 "OK" 9

10 57600bps "OK" 10

11 uclinux USB LAN SD 5V RS232 DSP/BF53x DSP/BF53x U-Boot 3 uclinux info@csun.co.jp 11

12 3.1 USB USB USB USB root:/> mkdir /mnt/udisk root:/> mount -t vfat /dev/sda /mnt/udisk root:/> ls /mnt/udisk 3.2 SD/MMC SD/MMC SD/MMC root:/> mkdir /mnt/sd root:/> mount -t vfat /dev/spi_mmc1 /mnt/sd 2GB SD/MMC 3.3 Nand flash uclinux Nand flash /mnt/flash Nand flash root:/> umount /mnt/flash root:/> mount -t yaffs2 /dev/mtdblock1 /mnt/flash 3.4 RTC root:/> date # :47:34 root:/> hwclock w # BF53x RTC root:/> hwclock s # Linux BF53x RTC 3.5 root:/> dhcpcd eth0 -t 0& #IP root:/> ifconfig eth netmask up # root:/> route add default gw # root:/> echo nameserver > /etc/resolv.conf # DNS root:/> ping # info@csun.co.jp 12

13 3.6 FTP root:/> ftpget -u a -p a local-file remote-file root:/> ftp root:/> mp3play your.mp3 #MP3 root:/> play -srw -f k.wav #WAV root:/> echo 100 > /proc/asound/wm8731l/wm8731_vol root:/> audio_test #MIC root:/> vrec -rw -t 10 -s b 16 test.wav # info@csun.co.jp 13

14 3.8 CMOS CMOS DSP/BF53x root:/> imgview IP 14

15 PCserver.exeCMOS 15

16 NTSC/PAL NTSC/PAL NTSC/PAL 16

17 DSP/BF53x 3 U-boot U-boot NTSC/PAL uclinux 1. bfin> setenv serverip bfin> setenv ipaddr bfin> setenv gatewayip bfin> saveenv bfin> ping #DSPBF53x IP # IP # IP # # 2. TFTP uclinux tftp bfin> tftp uimage_cvbs uimage_cvbs NTSC/PAL uclinux info@csun.co.jp 17

18 checksum bad U-boot 3. NAND Flash NAND Flash NAND Flash bad area bfin> nand scrub NAND Flash bfin> nand write.jffs DSP/BF53x uclinux info@csun.co.jp 18

19 3.8 NTSC/PAL 4. U-boot bfin> printenv # bfin> setenv envname # envname envname bfin> help #U-boot uclinux 1. # rpm Uvh blackfin-toolchain-08r1-8.i386.rpm # rpm Uvh blackfin-toolchain-uclibc-full-08r1-8.i386.rpm export PATH= $PATH: /opt/uclinux/bfin-uclinux/bin: /opt/uclinux/bfin-linux-uclibc/bin.bashrc BF53x 2. hello world hello.c #include <stdio.h> int main() { printf("hello, World n"); return 0; } $ bfin-uclinux-gcc -Wl,-elf2flt hello.c -o hello hello DSP/BF53x root:/>./hello Hello, World info@csun.co.jp 19

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x 高性能の組み込み Linux システム マニュアル http://www.nissin-tech.com info@nissin-tech.com 2009/10/14 copyright@2009 ホームページ :http://www.nissin-tech.com メール :info@nissin-tech.com 1 第一章 DSP/BF53xボードの概要...3

More information

MINI2440マニュアル

MINI2440マニュアル ARM7TDMI/LPC2388 http://www.csun.co.jp info@csun.co.jp 2009/3/17 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ARM7TDMI/LPC2388...4...5 2.1...5 2.2 USB...6 2.3 USB...7 2.4 USB OTG...7 2.5...8

More information

第一章 LPC2478 ボードの概要...3 第二章 uclinux の初体験 SD カードのテスト USB メモリのテスト USB Devices のテスト network のテスト...6 第三章 uclinux のコンパイル...

第一章 LPC2478 ボードの概要...3 第二章 uclinux の初体験 SD カードのテスト USB メモリのテスト USB Devices のテスト network のテスト...6 第三章 uclinux のコンパイル... 株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ 1 ARM ARM ARM ARM7/TDMI 7/TDMI 7/TDMI 7/TDMI LPC LPC LPC LPC247 247 247 2478-uC uc uc uclinux inux inux inux マニュアルマニュアルマニュアルマニュアル株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ株式会社日新テクニカ

More information

untitled

untitled CISC(complex instruction set computer) RISC(reduced instruction set computer) (cross software) (compiler) (assembler) (linkage editor) (loader) tokenizer) (parser) (code generator) (execute) GNU http://www.gnu.org/

More information

MINI2440マニュアル

MINI2440マニュアル ARM Cortex-M3 STM32F103 (GCC TOPPERS/ASP ) http://www.nissin-tech.com info@nissin-tech.com 2009/10/15 copyright@2009 1 STM32F103...3 STM32...4...8 3.1...8 3.2...9 3.3...13 KEIL...19 4.1 KEIL...19 4.2...22

More information

ユーザーズマニュアル(SVCEシリーズ)

ユーザーズマニュアル(SVCEシリーズ) SV-NET CONTROLLER SVCE SV-NET Controller SVCE SV-NET Controller Ether SV-NET SVCE Ethernet EtherCAT EtherCAT SVCE SVCE SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact

More information

はじめに

はじめに hp rp2400 white paper hp-ux ... 2 hp server rp2400... 2 hp 2400... 3 rp2470... 3 rp2430... 3 hp... 4... 5... 6... 7... 7 I/O... 7 I/O... 9... 9... 9... 10 hp... 10... 10... 10... 11... 11 ECC... 11...

More information

untitled

untitled --1 -- - 2 - --2--17 CirrusLogic EP9307 ARM920T ARM9TDMI CPU 16kByte 16kByte Thumb code(16bit ) CPU Core 200MHz BUS 100MHz 14.7456MHz SDRAM32MByte(16bit ) FLASH8MByte(16bit ) NAND (256MB) LAN 10BASE-T/100BASE-TX

More information

MINI2440マニュアル

MINI2440マニュアル Linux-2.6.28 マニュアル 株式会社日新テクニカ http://www.nissin-tech.com info@nissin-tech.com 2010/2/13 copyright@2010 1 第一章 Linux-2.6.28 の紹介...4 1.1 バージョン...4 1.2 機能...4 第二章イメージファイルの書き込み...4 2.1 SDboot の書き込み...5 2.2

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL Web

Model BRevision 2.0 OS Raspbian wheezy NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL   Web Model BRevision 2.0 OS Raspbian wheezy 2013-09-25 NOOBS v1.3.2 HDMIHDMI USB USBUSBUSB LAN 1AUSBmicro USB Web URL http://v7.com/raspi2/ Web http://www.rutles.net/ FAX 35 35!? USBHDMILAN SD RS Components120126

More information

MINI2440マニュアル

MINI2440マニュアル なら可能にする Mini2440 の Android インストール 簡易マニュアル 株式会社 http://www.csun.co.jp info@csun.co.jp 2011/08/03 copyright@2013 ホームページ :http://www.csun.co.jp メール :info@csun.co.jp 1 なら可能にする 修正履歴 NO バージョン修正内容修正日 1 Ver1.0

More information

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2 unitech PA600 Rugged En PDA - RFID HF - unitech 400618G Ver.1.2 - 2009 Unitech Oracle Embedded Software Licensing Program FCC - i 16 PA600 1. 5V/2A AC USB DC 2. PA600 DC 8 SDRAM 60 C C C C ii PA600 RFID

More information

PDF.PDF

PDF.PDF 1 2 3 LAN Ethernet( ) TSS(Time Sharing System: ) TSS CPU TSS LAN 3Mbit/s 10Mbit/s 9.6Kbit/s LAN DEC Intel 3 DIX DIX 10Mbit/s 500m 10Base5 LAN IEEE802 IEEE802.3 100Mbit/s 100BaseTX TCP/IP Ethernet LAN 7

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度 Raspberry Pi 2 Model B Debian Jessie / armhf 125 2015 3 2015 3 7 1 Raspberry Pi 2 Model B Raspberry Pi 2 Raspberry Pi 2 Model B Debian Jessie / armhf Raspberry Pi 2 Model B Raspberry Pi Raspberry Pi 2

More information

VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12>

VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12> 2003. 5. 22 AddPac Technology Proprietary VoIP Broadcasting System 2/2 IP Convergence Communication Solution IP paradigm Integration & Management VoIP IP VoIP VoIP IT < 02-06-12> 8Khz 16Khz CDMA ADSL VoIP

More information

Copyright 2005 by Creative Technology Ltd. All rights reserved. Creative Creative MediaSource Creative Technology Ltd. Microsoft Windows Windows Media Outlook Windows Microsoft Corporation Intel Pentium

More information

ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2

ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2 ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) http://www.microfan.jp/ http://store.shopping.yahoo.co.jp/microfan/ http://www.microfan.jp/shop/ 2017 4 Copyright c 2017 MicroFan, All Rights Reserved. i 1 ESP32-KEY-KIT-R1

More information

2 ビルド手順 KZM-CA9-01 用の Linux カーネル クロスツールチェイン ユーザーランドをビルドする手順を以下に示します 2.1 buildroot 環境の準備 ビルドに必要なパッケージをインストールします HOSTPC# apt-get install bison flex gett

2 ビルド手順 KZM-CA9-01 用の Linux カーネル クロスツールチェイン ユーザーランドをビルドする手順を以下に示します 2.1 buildroot 環境の準備 ビルドに必要なパッケージをインストールします HOSTPC# apt-get install bison flex gett KZM-CA9-01 Linux 開発環境の構築方法 KZM-CA9-01 用 Linux は buildroot を使用して カーネル クロスツールチェイン ユーザーランドを提供しています 本書は KZM-CA9-01 用 Linux のビルド ブートなどの方法を記述しています 用法 本書でのコマンド記述を以下に示します HOSTPC$ HOSTPC# U-BOOT$ WINPC> PT> ホスト

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌 Raspberry Pi3 / arm64 Debian/Ubuntu in 2016 6 17 : @iwamatsu Debian Project Official Developer Debian : Debian linux kernel, Debian Bluetooth, Debian Science (OpenCV), Erlang, Debian Go : Linux kernel

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

Eclipse&gcc install and tutorial

Eclipse&gcc install and tutorial Eclipse & Blackfin Toolchain(gcc) インストール & チュートリアル 第 1 版 ご注意 : このドキュメントは旧版となりました 下記 URL から最新版を参照ください http://kaneko-sys.co.jp/support/ 金子システム株式会社 1 ご注意 1. 本資料に記載されている内容は本資料発行時点のものであり 予告なく変更することがあります 当社製品のご購入およびご使用にあたりましては

More information

ESP8266-CORE-R Copyrig

ESP8266-CORE-R Copyrig ESP8266-CORE-R1 http://www.microfan.jp/ https://store.shopping.yahoo.co.jp/microfan/ https://www.amazon.co.jp/s?merchant=a28nhprkjdc95b 2018 3 Copyright c 2017-2018 MicroFan, All Rights Reserved. i 1 ESP8266-CORE-R1

More information

Eclipse&gcc install and tutorial

Eclipse&gcc install and tutorial Eclipse & Blackfin Toolchain(gcc) インストール & チュートリアル 第 8 版 金子システム株式会社 1 ご注意 1. 本資料に記載されている内容は本資料発行時点のものであり 予告なく変更することがあります 当社製品のご購入およびご使用にあたりましては 当社ホームページを通じて公開される情報を参照ください 2. 当社から提供する情報の正確性と信頼性には万全を尽くしていますが

More information

UCB-BF533-A User's Manual

UCB-BF533-A User's Manual UCB-BF533-A ユーザーズマニュアル 第 1 版 ご注意 本資料は UCB-BF533-A (Rev.A) 用です UCB-BF533-B (Rev.B) 以降の基板をお使いの場合 下記からダウンロードお願いします http://kaneko-sys.co.jp/support/ 金子システム株式会社 1 ご注意 1. 本資料に記載されている内容は本資料発行時点のものであり 予告なく変更することがあります

More information

26 12 ...1...3 2.1...3 2.2...3 2.3...3...4 3.1...4 3.2...4...4 4.1...4 4.2...4 4.3... 12 4.4... 12... 13 5.1... 13 5.2... 14 5.3... 14 5.4... 14 5.5... 14 5.6... 14 5.7... 15... 16 6.1... 16 6.2... 17

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

ユーザーズマニュアル(SVCCシリーズ)

ユーザーズマニュアル(SVCCシリーズ) SV-NET CONTROLLER SVCC SV-NET Controller SVCC SV-NET Controller Compact SV-NET SVCC SVCC SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact SV-NET Controller Ether C OS C

More information

PICKIT3オフライン書き込みガイドブック

PICKIT3オフライン書き込みガイドブック 不可能への挑戦株式会社低価格 高品質が不可能? なら可能にする NanoPC(Exynos 4412) Ubuntu カーネルコンパイリングマニュアル 株式会社 http://www.csun.co.jp info@csun.co.jp 作成日 2015/2/18 copyright@2015 ホームページ :http://www.csun.co.jp メール :info@csun.co.jp 1

More information

Microsoft Word - マニュアル4.1J

Microsoft Word - マニュアル4.1J Yellow Dog Linux 4.1J 20060605 1. 2. 2.1 2.2 2.3 Mac OS X 2,4 Mac OS 9 2.5 3. Yellow Dog Linux 3.1 Welcome to Yellow Dog Linux 3.2 Language Selection 3.3 3.4 3.5 3.5.1 3.5.2 Disk Druid 3.5.3 3.6 3.7 3.8

More information

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

More information

VNXe3100 ハードウェア情報ガイド

VNXe3100 ハードウェア情報ガイド EMC VNXe VNXe300 P/N 300-02-289 03 Copyright 202 EMC Corporation. All rights reserved. 202 0 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC Corporation EMC Web 2 EMC VNXe300 VNXe300...... 2... 2...

More information

AirMac ネットワーク構成の手引き

AirMac ネットワーク構成の手引き AirMac 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac 8 AirMac Express 8 AirMac 9 AirMac 10 AirTunes 10 AirMac Extreme AirMac Express 10 2 13 15 Mac OS X IP 16 Mac OS X AirMac 3 17 AirMac 17

More information

EMC Celerra NS-480システム(4ブレード)インストール ガイド

EMC Celerra NS-480システム(4ブレード)インストール ガイド EMC Celerra NS-480システム 4ブレード インストール ガイド バージョン6.0 P/N 300-010-912リビジョンA01 EMC Corporation EMC Corporation EMC EMC Powerlink EMC http://japan.emc.com; EMC Corporation Trademarks Control Station Copyright

More information

L2plusスイッチバージョンアップ手順書

L2plusスイッチバージョンアップ手順書 P/N J613-M0005-15 Rev.G 110705 1... 3 1.1... 3 1.2... 3 1.3... 4 2... 4 2.1... 4 3... 5 3.1... 5 3.2... 5 3.3... 6 4... 13 4.1... 13... 14... 14... 14 25 26 L/A 1 C/D L/A 3 C/D L/A 5 C/D L/A 7 C/D L/A

More information

第5回お試しアカウント付き並列プログラミング講習会

第5回お試しアカウント付き並列プログラミング講習会 qstat -l ID (qstat -f) qscript ID BATCH REQUEST: 253443.batch1 Name: test.sh Owner: uid=32637, gid=30123 Priority: 63 State: 1(RUNNING) Created at: Tue Jun 30 05:36:24 2009 Started at: Tue Jun 30 05:36:27

More information

AirMac ネットワーク for Windows

AirMac ネットワーク for Windows AirMac for Windows Windows XP Windows 2000 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac for Windows 7 AirMac Express 8 AirMac 9 AirTunes 9 AirMac Extreme 10 2 11 AirMac 11 AirMac 12 AirMac

More information

OpenAM 13 インストールガイド

OpenAM 13 インストールガイド OpenAM 13 ( ) 2018 3 13 2.4 1 1 1.1.................................... 1 1.2..................................... 1 1.3....................................... 1 2 3 2.1...............................

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

sanboot-whitepaper.pdf

sanboot-whitepaper.pdf 1 All Rights Reserved, Copyright FUJITSU 2005 SAN Boot HDD SAN OS OS #1 #2 #3 FC #1 #1 #2 #3 FC #2 PRIMERGY BX620 S2 FC ETERNUS SN200 SAN ETERNUS3000 2 All Rights Reserved, Copyright FUJITSU 2005 SAN Boot

More information

PowerBook G4 設置と準備 (Gigabit Ethernet)

PowerBook G4 設置と準備 (Gigabit Ethernet) apple PowerBook G4 PowerBook G4 K Apple Computer, Inc. 2001 Apple Computer, Inc. All rights reserved. Apple Apple Apple Computer, Inc. 1 Infinite Loop Cupertino, CA 95014-2084 Apple Japan, Inc. 163-1480

More information

install_guide.PDF

install_guide.PDF Copyrights/Trademarks 2008 Turbolinux, Inc. All rights reserved. Turbolinux Linux Linus Torvalds Microsoft MS-DOS Windows Microsoft Corporation Adobe Acrobat AdobeAcrobat Adobe Systems, Inc. Sun SunMicrosystems

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

More information

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 (2002/01/22) Express5800/110Rc-1 1. Express5800/110Rc-1 N8100-665 N8100-793 Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 Celeron (850MHz) 1 L1 32KB L2 256KB 128KB

More information

r10s4-fn03.pdf

r10s4-fn03.pdf 目次 PRIMERGY RX100 S4 non-raid フリー OS 動作確認情報 2007/08/23 富士通株式会社 PRIMERGY RX100 S4 FreeBSD 6.2 動作確認...2 PRIMERGY RX100 S4 Debian 4.0 動作確認...5 PRIMERGY RX100 S4 Fedora Core 6 動作確認...8 PRIMERGY RX100 S4 Vine

More information

Warp demo station manual

Warp demo station manual 組み込み Linux 高速起動ソリューション "Warp!! iw-rainbow-g22d-sodimm 評価キット操作手順書 Version 1.0 Rev 日付. 1.0 2017/02/23 初版 変更内容 注意 - 本ソフトウェアおよびマニュアルの著作権は リネオソリューションズ株式会社にあります - 本ソフトウェアおよびマニュアルの一部または全部を無断で使用 複製することはできません -

More information

(1) IC お買い上げいただきありがとうございます 電気製品は安全のための注意事項を守らないと 火災や人身事故になることがあります この取扱説明書には 事故を防ぐための重要な注意事項と製品の取り扱いかたを示しています この取扱説明書をよくお読みのうえ 製品を安全にお使いくだ

(1) IC お買い上げいただきありがとうございます 電気製品は安全のための注意事項を守らないと 火災や人身事故になることがあります この取扱説明書には 事故を防ぐための重要な注意事項と製品の取り扱いかたを示しています この取扱説明書をよくお読みのうえ 製品を安全にお使いくだ 4-196-712-03(1) IC お買い上げいただきありがとうございます 電気製品は安全のための注意事項を守らないと 火災や人身事故になることがあります この取扱説明書には 事故を防ぐための重要な注意事項と製品の取り扱いかたを示しています この取扱説明書をよくお読みのうえ 製品を安全にお使いください お読みになったあとは いつでも見られるところに必ず保管してください 2010 Sony Corporation

More information

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information

Express5800/120Lc

Express5800/120Lc Workgroup/Department 1. N8500-371 CPU L1 L2 CD-ROM LAN OS OS (/450(512)) N8500-372 N8500-373 N8500-400 (/450(512)-25AWS) (/500(512)) (/450(512)-25AWE) StarOffice Exchange Pentium450MHz1 2 ( 72GB) 32KB

More information

テストコスト抑制のための技術課題-DFTとATEの観点から

テストコスト抑制のための技術課題-DFTとATEの観点から 2 -at -talk -talk -drop 3 4 5 6 7 Year of Production 2003 2004 2005 2006 2007 2008 Embedded Cores Standardization of core Standard format Standard format Standard format Extension to Extension to test

More information

Raspberry Pi ZeroによるIoT入門

Raspberry Pi ZeroによるIoT入門 Raspberry Pi Zero IoT Zero W Raspberry Pi ZeroRaspberry Pi Zero WRaspberry Pi Zero WH RaspbianRaspberry Pi OS 2018-03-13-raspbian-stretch.img 2018 3 URL TM R Web IoT http://www.coronasha.co.jp/np/isbn/9784339009019/

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

ICD-SX78/SX88

ICD-SX78/SX88 VCCIB 2 ...2...5...6...9... 10 1:... 15... 16 2:... 18 3... 20... 22... 25 VOR... 26... 27... 28 2... 29... 30... 31... 32... 33... 35 DPC... 35 A-B... 36... 36... 37... 39 1... 39... 39 3 4... 40... 41...

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

IT 1. IT 2. 2.1. IT 2.2. SKYSEA Client View Government License Light Edition Sky 1500 28 2 15 12 3. 4. 28 3 25 1 5. 5.1. (1) 28 4 1 (2) (3) (4) ISO27001 P (5) ISO/IEC20000 (6) USB 1 (7) OS (8) 1 CPU 4

More information

Mobile Base Station RTR-500MBS-A / Web Storage - RTR-500MBS LED / Copyright T&D Corporation. All rights reserved. 2017. 07 16504810016 8 -------------------------------------- 3 -----------------------------------------------

More information

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) (

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( (2001/11/13) Express5800/120Lf 1. Express5800/120Lf N8100-748 N8100-751 N8100-754 Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( /1.26G(512)) CPU Hot-Plug Pentium (1.0BGHz)

More information

CH1 ...g O...pmd

CH1 ...g O...pmd MCT-1A 2 17 27 44 59 SPACE DiVA SPACE DiVA JCSAT-2A SPACE DiVA CS BS 2 OK USB ver 1.1 USB 2005 4 256 32 3 SPACE DiVA 950 MHz 2150 MHz CS SPACE DiVA SPACE DiVA 4... 2... 32... 2... 32... 3... 33... 4...34...

More information

Express5800/110Ee (2002/01/22)

Express5800/110Ee (2002/01/22) (2002/01/22) 1. N8100-691 ( /1BG(256)) CPU L1 L2 CD-ROM LAN OS Pentium 1.0BGHz 1 32KB 256KB 128MB 1.5GB ( IDE 60GB 3( IDE 2)) ( SCSI 18.1GB 3) 14 40 100BASE-TX 10BASE-T 640 480 1280 1024(VRAM 8MB) 2. CD-ROM

More information

Express5800/120Rb-2

Express5800/120Rb-2 Workgroup/Department 1. N8500-478 N8500-486 (/533EB(256)) (/667EB(256)) CPU Pentium Pentium 533EBMHz1 2 667EBMHz1 2 L1 32KB L2 256KB 128MB 4GB ( 72.6GB) CD-ROM 24 LAN 100BASE-TX 6404801024768 OS OS 2.

More information

matrox0

matrox0 Image processing products Hardware/Software Software Hardware INDEX 4 3 2 12 13 15 18 14 11 10 21 26 20 9 8 7 6 5 Hardware 2 MatroxRadient 3 MatroxSolios MatroxMorphis MatroxVio 10 MatroxOrionHD 11 MatroxConcord

More information

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD- Express5800/110Ee Pentium 1. Express5800/110Ee N8500-654 N8500-655 Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-ROM LAN Windows NT Server 4.0 Pentium 800EBMHz 1 (

More information

MINI2440マニュアル

MINI2440マニュアル Linux/Android/WinCE 対応マルチ メディア ARM11 ボード Idea6410+LCD4.3 の Android 1.5 マニュアル 株式会社日昇テクノロジー http://www.csun.co.jp info@csun.co.jp 2010/2/5 copyright@2010 修正履歴 NO バージョン修正内容修正日 1 Ver0.1 新規作成 2010/2/5 2 Ver0.2

More information

ProLiant ML115 Generation 1 システム構成図

ProLiant ML115 Generation 1 システム構成図 HP ProLiant ML115 Generation 5 2010 4 16 1 OVERVIEW ProLiant ML115 Generation 5 ProLiant ML115 Generation 5 1 USB 2 3 6 SATA LED LED () Lights-Out 100c () 365W ML115 G5 ProLiant ML115 G5 SATA / AMD Athlon

More information

DVD CD SoundRipper SoundRipper DVD SoundRipper DVD SoundRipper DVD CD DVD DVD DVD CD CD DVD " CD/DVD" DVD CSS DVD SoundRipper DVD-Video DVD DVD-ROM DV

DVD CD SoundRipper SoundRipper DVD SoundRipper DVD SoundRipper DVD CD DVD DVD DVD CD CD DVD  CD/DVD DVD CSS DVD SoundRipper DVD-Video DVD DVD-ROM DV SoundRipper 2 SoundRipper 5 SoundRipper 9 DVD 12 16 CD 25 CD 31 35 SoundRipper 38 FAQ 40 42 1 DVD CD SoundRipper SoundRipper DVD SoundRipper DVD SoundRipper DVD CD DVD DVD DVD CD CD DVD " CD/DVD" DVD CSS

More information

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N8500-572 N8500-573 N8500-574 Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120Rc-2 (/667(256)) (/800EB(256)) (/933(256)) CPU L1 L2

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC enp1s0, enx0090cce7c734, lo 3 PC 2.1 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK

More information

HP xw9400 Workstation

HP xw9400 Workstation HP xw9400 Workstation HP xw9400 Workstation AMD Opteron TM PCI Express x16 64 PCI Express x16 2 USB2.0 8 IEEE1394 2 8DIMM HP HP xw9400 Workstation HP CPU HP CPU 240W CPU HP xw9400 HP CPU CPU CPU CPU Sound

More information

取扱説明書

取扱説明書 CF-T2 XP 2000 18 PC SD RAM USB LAN LAN DMI Q&A 2 5 8 14 17 18 19 20 Q&A 21 27 32 33 38 40 42 46 2 CF-T2 3 AC 100 V LAN 22 cm 4 LAN * 1 * 1 * 1 CCU* 2 * 2 CCU Windows XP Wireless LAN Windows 2000 Wireless

More information

MINI2440マニュアル

MINI2440マニュアル 株式会社日新テクニカ STM32F207 開発キット 株式会社日新テクニカ 全ての資料 回路図 サンプルは http://kanebebe.dip.jp/download/stm32f207 http://www.nissin-tech.com info@nissin-tech.com 2011/9/15 copyright@2011 ホームページ http://www.nissin-tech.com

More information

02_Matrox Frame Grabbers_1612

02_Matrox Frame Grabbers_1612 Matrox - - Frame Grabbers MatroxRadient ev-cxp Equalizer Equalizer Equalizer Equalizer 6.25 Gbps 20 Mbps Stream channel Control channel Stream channel Control channel Stream channel Control channel Stream

More information

Embedded Security Product Guide

Embedded Security Product Guide 2 nd Edition EMBEDDED SECURITY Product Guide TFT 3 PCI PTS3.1 4 PINSoC 5 6 7 DeepCover Maxim Integrated DeepCover Maxim DeepCover 3 DeepCover DeepCover ICIP DeepCover / DeepCover 2 Maxim Integrated DeepCover

More information

Express5800/120Rb-1 (2002/01/22)

Express5800/120Rb-1 (2002/01/22) (2002/01/22) 1. N8100-764 N8100-765 N8100-783 ( /1BG(256)) ( /1.26G(512)) ( /1.40G(512)) CPU Pentium Pentium -S Pentium -S (1BGHz) 1( 2 ) (1.26GHz) 1( 2 ) (1.40GHz) 1( 2 ) L1 32KB L2 256KB 512KB 256MB(

More information

Press Release DSD NA-11S1 JAN USB-DAC / NA , USB-DAC / NA Hi-Fi NA PC / NA-11S DSD 2.8

Press Release DSD NA-11S1 JAN USB-DAC / NA , USB-DAC / NA Hi-Fi NA PC / NA-11S DSD 2.8 Press Release 2014 5 16 DSD NA-11S1 JAN USB-DAC / NA8005 129,500 49-51035-05207-5 6 USB-DAC / NA8005 2010 Hi-Fi NA7004 2013 PC / NA-11S1 2014 DSD 2.8 MHz/5.6 MHz AIFF NA-11S1 NA8005 USB-DAC DSD 192 khz

More information

プログラムのデバッグ

プログラムのデバッグ TJBN005 プログラムのデバッグ TOPPERS/JSP for Blackfin プロジェクト最終更新 : 2012/Aug/27 Rev 1.0 この文書はクリエイティブ コモンズ表示 3.0 非移植ライセンスの下に提供されています プログラムのデバッグ 1 1. GDB によるデバッグ GNU ツールチェーンでビルドしたアプリケーション ソフトウェアは GDB でデバッグすることができます

More information

PRIMERGY Econel 100 オンボード アレイコントローラ<RAID 1> フリーOS動作確認情報

PRIMERGY Econel 100 オンボード アレイコントローラ<RAID 1> フリーOS動作確認情報 PRIMERGY Econel 100 オンホ ート アレイコントローラ フリー OS 動作確認情報 2008/03/01 富士通株式会社 目次 PRIMERGY ECONEL100 FreeBSD 6.1-RELEASE 動作確認...2 PRIMERGY ECONEL100 FreeBSD 6.2-RELEASE 動作確認...5 PRIMERGY ECONEL100 CentOS

More information

atmark-dist ディベロッパーズガイド

atmark-dist ディベロッパーズガイド atmark-dist Developers Guide http://www.atmark-techno.com/ Armadillo http://armadillo.atmark-techno.com/ SUZAKU http://suzaku.atmark-techno.com/ atmark-dist developers guide version 1.0.2 1. 1 1.1. 1 1.2.

More information

INR-HG5290b_users_Linux-RHEL4_.doc

INR-HG5290b_users_Linux-RHEL4_.doc INR-HG5290b 1 ( ) ( ) () 1. RCCMD ADVANCED... 3 1.1....3 1.1.1....3 1.1.2....3 1.2....4 2.... 5 2.1....5 2.2....6 3.... 7 3.1. RCCMD ADVANCED...7 3.2....7 3.3....7 3.4....8 4. RCCMD ADVANCED... 9 4.1.

More information

2 2012/11/2 (c) Hiroki Sato / 71

2 2012/11/2 (c) Hiroki Sato / 71 FreeBSD PC FreeBSD / FreeBSD Project 2012/11/2 2012/11/2 (c) Hiroki Sato 1 / 71 2 2012/11/2 (c) Hiroki Sato / 71 2012/11/2 (c) Hiroki Sato 3 / 71 PC 1969 1971 to 1973 1974 to 1975 1978

More information

Express5800/120Ed

Express5800/120Ed Pentium 60% 1. N8500-570A N8500-662 N8500-663 N8500-664 ( /800EB(256)) ( /800EB(256)-9W) ( /800EB(256)-9W2) ( /1BG(256)) Windows NT Server 4.0 Windows 2000 HDD HDD CPU Pentium 800EBMHz1 Pentium 1BGHz1

More information

(Microsoft PowerPoint - E6x5C SDXC Demo Seminar [\214\335\212\267\203\202\201[\203h])

(Microsoft PowerPoint - E6x5C SDXC Demo Seminar [\214\335\212\267\203\202\201[\203h]) Atom プロセッサ E6x5C の紹介と FPGA IP Core 活 例の紹介 アイウェーブ ジャパン株式会社 神奈川県横浜市中区住吉町 3 丁目 29 番住吉関内ビル8 階 B Tel: 045-227-7626 Fax: 045-227-7646 Mail: info@iwavejapan.co.jp Web: www.iwavejapan.co.jp 2011/5/30 1 iwave Japan,

More information

I j

I j I j06062 19.5.22 19.5.25 19.5.25 1 1 1 ping 3 2 2 ping 4 3 3 traceroute 5 4 4 netstat 5 4.1 netstat -i............................................. 5 4.2 netstat -r.............................................

More information

ZoneFlex AP ZoneFlex T300 ZoneFlex T301s ZoneFlex T301n ZoneFlex T300e AP ( ) ( ) 4 (1) : (1) : (1) : (2) M8 & (4) SAE32

ZoneFlex AP ZoneFlex T300 ZoneFlex T301s ZoneFlex T301n ZoneFlex T300e AP ( ) ( ) 4 (1) : (1) : (1) : (2) M8 & (4) SAE32 ZoneFlex AP 902-0120-0000 ZoneFlex R720 ZoneFlex R710 ZoneFlex R700 * ZoneFlex R600 * ZoneFlex R610 * ZoneFlex R500 * ZoneFlex R510 * ZoneFlex R310 * AP AP ZoneFlex R710 (2) #6 902-0100-0000 ZoneFlex R700

More information

Express5800/120Ra-1

Express5800/120Ra-1 1. CPU L1 L2 CD-ROM LAN OS OS N8100-661A ( /1BG(256)) Pentium 1.0BGHz 1 2 32KB 256KB 128MB 4GB (73.2GB 2) 10 24 100BASE-TX 10BASE-T 2 640 480 1280 1024* 2. DISK LINK/ACT(LAN1) STATUS LINK/ACT(LAN2) POWER/SLEEP

More information

ZNR ( ) 8/20 µs 8/20 µs (A) (V) ACrms (V) C (V) max.(v) Ip (A) /0 µs 2 ms ERZV ERZV

ZNR ( ) 8/20 µs 8/20 µs (A) (V) ACrms (V) C (V) max.(v) Ip (A) /0 µs 2 ms ERZV ERZV ZNR ( ) ZNR V E R Z V φ φ φ φ φ φ V φ E R Z V A E H φ φ φ φ φ V 00 Sep. 20 ZNR ( ) ERZV05 @ 8/20 µs (J) @ 8/20 µs (A) (V) ACrms (V) C (V) max.(v) Ip (A) /0 µs 2 ms 40 0.6 0.4 2 25 ERZV07 36 2.5. 0.9 0

More information

Arduino UNO IS Report No. Report Medical Information System Laboratory

Arduino UNO IS Report No. Report Medical Information System Laboratory Arduino UNO 2015 2 25 IS Report No. Report Medical Information System Laboratory Abstract ( ) Arduino / Arduino Bluetooth Bluetooth : Arduino Arduino UNO Arduino IDE micro computer LED 1............................

More information

HP Compaq Business Desktop dx7300シリーズ

HP Compaq Business Desktop dx7300シリーズ 本カタログは 旧製品もしくはすでに販売終了した製品のカタログです 最新版のカタログ 現在販売している製品のカタログは下記サイトにございます www.hp.com/jp/catalog その他ご不明な点は下記お問い合わせ窓口までご連絡ください HP Directplus 9 00 19 00 5/1 10 00 17 00 03-6416-6222 HP 9 00 19 00 10 00 17 00

More information

Google (1) 2013 Sony Corporation Printed in Malaysia NW-F885/F886/F887

Google (1) 2013 Sony Corporation Printed in Malaysia NW-F885/F886/F887 Google 4-472-597-02(1) 2013 Sony Corporation Printed in Malaysia NW-F885/F886/F887 http://rd1.sony.net/help/dmp/nwf880/ja/ 35 40 2 USB USB 3 Wi-FiGoogle Media Go Content Transfer 4 Bluetooth 5 1 2 3 WALKMAN

More information

User's Guide

User's Guide magicolor 2300 DL 1800687-014B magicolor 2300 DL Windows TCP/IP Web URL http://www.minolta-qms.co.jp/support/userreg/index.html QMS MINOLTA-QMS magicolor MINOLTA-QMS, Inc. Minolta Peerless Systems Corporation

More information

目    次

目    次 1 2 3 4. 4 LAN 1. AC 2. 5 6 7 8 9 Windows98 ME (P)ATM (V) 10 11 12 13 14 15 16 17 18 19 20 21 22 \ 23 24 IP 169 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54

More information