|
CQ出版社のトップページへ 組み込みシステム開発評価キットのサポートページへ |
Start AT91Bootstrap... U-Boot 1.3.4 (Jan 21 2012 - 23:25:11) DRAM: 64 MB Flash: 8 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: macb0 macb0: Starting autonegotiation... macb0: Autonegotiation complete macb0: link up, 100Mbps full-duplex (lpa: 0x45e1) Hit any key to stop autoboot: 0 ## Booting kernel from Legacy Image at 22000000 ... Image Name: Linux-2.6.33 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1432344 Bytes = 1.4 MB Load Address: 20008000 Entry Point: 20008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Linux version 2.6.33 (hoso@vmubu) (gcc version 4.5.2 (Sourcery G++ Lite 2011.03-41) ) #1 Sat Jan 21 16:35:34 JST 2012 CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 CPU: VIVT data cache, VIVT instruction cache Machine: CQpub BLANCA ARM9 Memory policy: ECC disabled, Data cache writeback Clocks: CPU 198 MHz, master 99 MHz, main 18.432 MHz Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 Kernel command line: console=ttyS0,115200 root=/dev/mtdblock1 mtdparts=physmap-flash.0:2m(kernel),5m(user1),1m(user2) ro init=/bin/msh PID hash table entries: 256 (order: -2, 1024 bytes) Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Memory: 64MB = 64MB total Memory: 61980KB available (2444K code, 245K data, 112K init, 0K highmem) Hierarchical RCU implementation. NR_IRQS:192 AT91: 96 gpio irqs in 3 banks Console: colour dummy device 80x30 console [ttyS0] enabled Calibrating delay loop... 99.12 BogoMIPS (lpj=495616) Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok devtmpfs: initialized NET: Registered protocol family 16 XXXXX blanca_bios_configure() start! XXXX XXX Found AVPS !!! XXX XXX Found IOPS !!! XXX AT91: Power Management AT91: Starting after user reset bio: create slab <bio-0> at 0 SCSI subsystem initialized Switching to clocksource tcb_clksrc NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. NetWinder Floating Point Emulator V0.97 (double precision) squashfs: version 4.0 (2009/01/31) Phillip Lougher JFFS2 version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc. msgmni has been set to 121 alg: No test for stdrng (krng) io scheduler noop registered (default) blanca LEDI found at 0x31400000 (size=0x3fffff), cs=5 LEDI: CQ Pub, Interface LEDI at 31400000 ifrgbc: fb 4096 KB mapped at 0xc6000000 fb0: IFRGBC frame buffer device atmel_usart.0: ttyS0 at MMIO 0xfefff200 (irq = 1) is a ATMEL_SERIAL atmel_usart.1: ttyS1 at MMIO 0xfffb0000 (irq = 6) is a ATMEL_SERIAL atmel_usart.2: ttyS2 at MMIO 0xfffb4000 (irq = 7) is a ATMEL_SERIAL brd: module loaded loop: module loaded physmap platform flash device: 00800000 at 10000000 physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank Amd/Fujitsu Extended Query Table at 0x0040 number of CFI chips: 1 3 cmdlinepart partitions found on MTD device physmap-flash.0 Creating 3 MTD partitions on "physmap-flash.0": 0x000000000000-0x000000200000 : "kernel" 0x000000200000-0x000000700000 : "user1" 0x000000700000-0x000000800000 : "user2" macb macb: invalid hw address, using random MACB_mii_bus: probed eth0: Atmel MACB at 0xfffc4000 irq 21 (f2:1e:80:c5:3a:e0) eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:06, irq=-1) ifnic.c:v0.91Aug 25. 2008 blanca found at 0x50800000 (size=0x7fffff) irq=31, cs=18 ifnic rev 02.00 at blanca, irq 31 mice: PS/2 mouse device common for all mice blanca iPS2 found at 0x53000000 (size=0x7fffff) irq=31, cs=23 input: ifmouse as /class/input/input0 input: CQ Pub, Interface iPS/2 mouse at 53000000 irq 31 Registered led device: d1 Registered led device: d2 Registered led device: d3 Registered led device: d4 Registered led device: d8 Registered led device: d9 TCP cubic registered VFS: Mounted root (ext2 filesystem) readonly on device 31:1. devtmpfs: mounted Freeing init memory: 112K #
$ dd if=norflash_backup.bin of=zImage bs=1 count=1493256
$ mkimage -A arm -O linux -C none -T kernel -a 20080000 -e 20080000 -n linux-2.6-BLANCA-ORG -d zImage uImage-BLANCA-ORG.bin出力されたファイル uImage-BLANCA-ORG.bin をNORフラッシュROMのオフセット0x40000に書き戻します。