・Edit IP Parameter 画面で、Should the value be restricted? のラジオボタンで、Yesをクリックする。
・Enter one list element in the left box.Use Arrow Buttons to organize the list in the right box. で左のボックスに VGA などの解像度を入れて、右向き矢印ボタンをクリックすると、右のボックスに値を入れることが出来る。
このSDカードをZYBOに入れて、u-boot のカウントが終了する前にリターンキーを押して、u-boot のプロンプトを出し、env print コマンドを実行した。その後、boot コマンドを実行して、Linuxカーネルをブートした時のログを下に示す。 0 zynq-uboot> env print baudrate=115200 bitstream_image=system.bit.bin boot_image=BOOT.bin boot_size=0xF00000 bootcmd=run $modeboot bootdelay=3 bootenv=uEnv.txt devicetree_image=devicetree.dtb devicetree_size=0x20000 ethact=Gem.e000b000 ethmacskip=0 fdt_high=0x20000000 importbootenv=echo Importing environment from SD ...; env import -t ${loadbootenv_addr} $filesize initrd_high=0x20000000 ipaddr=10.10.70.102 jtagboot=echo TFTPing Linux to RAM... && tftp 0x3000000 ${kernel_image} && tftp 0x2A00000 ${devicetree_image} && tftp 0x2000000 ${ramdisk_image} && bootm 0x3000000 0x2000000 0x2A00000 kernel_image=uImage kernel_size=0x500000 loadbit_addr=0x100000 loadbootenv=fatload mmc 0 ${loadbootenv_addr} ${bootenv} loadbootenv_addr=0x2000000 mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && mmcinfo && fatload mmc 0 ${loadbit_addr} ${bitstream_image} && fpga load 0 ${loadbit_addr} ${filesize} modeboot=sdboot nandboot=echo Copying Linux from NAND flash to RAM... && nand read 0x3000000 0x100000 ${kernel_size} && nand read 0x2A00000 0x600000 ${devicetree_size} && echo Copying ramdisk... && nand read 0x2000000 0x620000 ${ramdisk_size} && bootm 0x3000000 0x2000000 0x2A00000 norboot=echo Copying Linux from NOR flash to RAM... && cp.b 0xE2100000 0x3000000 ${kernel_size} && cp.b 0xE2600000 0x2A00000 ${devicetree_size} && echo Copying ramdisk... && cp.b 0xE2620000 0x2000000 ${ramdisk_size} && bootm 0x3000000 0x2000000 0x2A00000 qspiboot=echo Copying Linux from QSPI flash to RAM... && sf probe 0 0 0 && sf read 0x3000000 0x100000 ${kernel_size} && sf read 0x2A00000 0x600000 ${devicetree_size} && echo Copying ramdisk... && sf read 0x2000000 0x620000 ${ramdisk_size} && bootm 0x3000000 0x2000000 0x2A00000 ramdisk_image=uramdisk.image.gz ramdisk_size=0x5E0000 rsa_jtagboot=echo TFTPing Image to RAM... && tftp 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm 0x3000000 0x2000000 0x2A00000 rsa_nandboot=echo Copying Image from NAND flash to RAM... && nand read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm 0x3000000 0x2000000 0x2A00000 rsa_norboot=echo Copying Image from NOR flash to RAM... && cp.b 0xE2100000 0x100000 ${boot_size} && zynqrsa 0x100000 && bootm 0x3000000 0x2000000 0x2A00000 rsa_qspiboot=echo Copying Image from QSPI flash to RAM... && sf probe 0 0 0 && sf read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm 0x3000000 0x2000000 0x2A00000 rsa_sdboot=echo Copying Image from SD to RAM... && fatload mmc 0 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm 0x3000000 0x2000000 0x2A00000 sdboot=if mmcinfo; then run uenvboot; echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && fatload mmc 0 0x2000000 ${ramdisk_image} && bootm 0x3000000 0x2000000 0x2A00000; fi serverip=10.10.70.101 stderr=serial stdin=serial stdout=serial uenvboot=if run loadbootenv; then echo Loaded environment from ${bootenv}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi
Environment size: 3081/131068 bytes zynq-uboot> boot Device: zynq_sdhci Manufacturer ID: 74 OEM: 4a45 Name: USD Tran Speed: 50000000 Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 7.5 GiB Bus Width: 4-bit reading uEnv.txt 116 bytes read in 8 ms (13.7 KiB/s) Loaded environment from uEnv.txt Importing environment from SD ... Running uenvcmd ... reading uImage 3982032 bytes read in 346 ms (11 MiB/s) reading devicetree.dtb 7482 bytes read in 16 ms (456.1 KiB/s) ## Booting kernel from Legacy Image at 03000000 ... Image Name: Linux-3.14.0-xilinx-13567-g906a2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3981968 Bytes = 3.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Wrong Ramdisk Image Format Ramdisk image is corrupt or invalid Copying Linux from SD to RAM... reading uImage 3982032 bytes read in 347 ms (10.9 MiB/s) reading devicetree.dtb 7482 bytes read in 15 ms (486.3 KiB/s) reading uramdisk.image.gz 3694172 bytes read in 322 ms (10.9 MiB/s) ## Booting kernel from Legacy Image at 03000000 ... Image Name: Linux-3.14.0-xilinx-13567-g906a2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3981968 Bytes = 3.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 02000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3694108 Bytes = 3.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02a00000 Booting using the fdt blob at 0x2a00000 Loading Kernel Image ... OK Loading Ramdisk to 1f7a8000, end 1fb2de1c ... OK Loading Device Tree to 1f7a3000, end 1f7a7d39 ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.0-xilinx-13567-g906a2c9-dirty (masaaki@masaaki-VirtualBox) (gcc version 4.6.3 (Sourcery CodeBench Lite 2012.03-79) ) #7 SMP PREEMPT Sun Sep 14 07:41:01 JST 2014 [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Xilinx Zynq [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] cma: CMA: reserved 128 MiB at 17400000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 8 pages/cpu @dfb9e000 s10752 r8192 d13824 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=1 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 371784K/524288K available (5144K kernel code, 319K rwdata, 1896K rodata, 198K init, 5339K bss, 152504K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc06e853c (7042 kB) [ 0.000000] .init : 0xc06e9000 - 0xc071aa00 ( 199 kB) [ 0.000000] .data : 0xc071c000 - 0xc076bd50 ( 320 kB) [ 0.000000] .bss : 0xc076bd5c - 0xc0ca2b88 (5340 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] ps7-slcr mapped to e0802000 [ 0.000000] zynq_clock_init: clkc starts at e0802100 [ 0.000000] Zynq clock init [ 0.000016] sched_clock: 64 bits at 325MHz, resolution 3ns, wraps every 3383112499200ns [ 0.008499] ps7-ttc #0 at e0804000, irq=43 [ 0.013541] Console: colour dummy device 80x30 [ 0.017881] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.025937] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.029960] ... MAX_LOCK_DEPTH: 48 [ 0.034132] ... MAX_LOCKDEP_KEYS: 8191 [ 0.038552] ... CLASSHASH_SIZE: 4096 [ 0.042904] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.047375] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.051879] ... CHAINHASH_SIZE: 16384 [ 0.056321] memory used by lock dependency info: 3695 kB [ 0.061771] per task-struct memory footprint: 1152 bytes [ 0.067213] Calibrating delay loop... 1292.69 BogoMIPS (lpj=6463488) [ 0.110951] pid_max: default: 32768 minimum: 301 [ 0.116274] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.122815] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.137343] CPU: Testing write buffer coherency: ok [ 0.143607] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.149241] Setting up static identity map for 0x4de810 - 0x4de868 [ 0.155614] L310 cache controller enabled [ 0.159574] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB [ 0.240422] CPU1: Booted secondary processor [ 0.328277] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.329389] Brought up 2 CPUs [ 0.342258] SMP: Total of 2 processors activated. [ 0.346959] CPU: All CPU(s) started in SVC mode. [ 0.354989] devtmpfs: initialized [ 0.365614] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.379782] regulator-dummy: no parameters [ 0.392631] NET: Registered protocol family 16 [ 0.401539] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.415225] cpuidle: using governor ladder [ 0.419309] cpuidle: using governor menu [ 0.446222] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered [ 0.458783] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.466627] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.473025] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0880000 [ 0.544167] bio: create slab at 0 [ 0.554479] vgaarb: loaded [ 0.559070] SCSI subsystem initialized [ 0.565187] usbcore: registered new interface driver usbfs [ 0.571061] usbcore: registered new interface driver hub [ 0.576809] usbcore: registered new device driver usb [ 0.583570] media: Linux media interface: v0.10 [ 0.588705] Linux video capture interface: v2.00 [ 0.593944] pps_core: LinuxPPS API ver. 1 registered [ 0.598784] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.608507] PTP clock support registered [ 0.613375] EDAC MC: Ver: 3.0.0 [ 0.619722] Advanced Linux Sound Architecture Driver Initialized. [ 0.635193] DMA-API: preallocated 4096 debug entries [ 0.640173] DMA-API: debugging enabled by kernel config [ 0.645931] Switched to clocksource arm_global_timer [ 0.708643] NET: Registered protocol family 2 [ 0.715537] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.723784] TCP bind hash table entries: 4096 (order: 5, 147456 bytes) [ 0.731835] TCP: Hash tables configured (established 4096 bind 4096) [ 0.738335] TCP: reno registered [ 0.741466] UDP hash table entries: 256 (order: 2, 20480 bytes) [ 0.747744] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes) [ 0.755253] NET: Registered protocol family 1 [ 0.761141] RPC: Registered named UNIX socket transport module. [ 0.767006] RPC: Registered udp transport module. [ 0.771652] RPC: Registered tcp transport module. [ 0.776419] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.783713] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.797571] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.811246] jffs2: version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc. [ 0.818811] msgmni has been set to 982 [ 0.824066] io scheduler noop registered [ 0.827977] io scheduler deadline registered [ 0.832268] io scheduler cfq registered (default) [ 0.854356] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208 [ 0.861354] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16 [ 0.873392] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3125000) is a xuartps [ 0.882871] console [ttyPS0] enabled [ 0.882871] console [ttyPS0] enabled [ 0.889986] bootconsole [earlycon0] disabled [ 0.889986] bootconsole [earlycon0] disabled [ 0.901175] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to e0866000 [ 0.911094] [drm] Initialized drm 1.1.0 20060810 [ 0.949294] brd: module loaded [ 0.971664] loop: module loaded [ 0.987642] m25p80 spi0.0: found s25fl128s1, expected n25q128 [ 0.993349] m25p80 spi0.0: s25fl128s1 (16384 Kbytes) [ 0.998460] 4 ofpart partitions found on MTD device spi0.0 [ 1.003865] Creating 4 MTD partitions on "spi0.0": [ 1.009621] 0x000000000000-0x000000400000 : "qspi-fsbl-uboot" [ 1.023055] 0x000000400000-0x000000900000 : "qspi-linux" [ 1.033401] 0x000000900000-0x000000920000 : "qspi-device-tree" [ 1.044167] 0x000000920000-0x000001000000 : "qspi-user" [ 1.063739] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 1.069627] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 1.081368] libphy: XEMACPS mii bus: probed [ 1.087870] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54 [ 1.098403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.105336] ehci-pci: EHCI PCI platform driver [ 1.110697] ULPI transceiver vendor/product ID 0x0424/0x0007 [ 1.116450] Found SMSC USB3320 ULPI transceiver. [ 1.121003] ULPI integrity check: passed. [ 1.126203] zynq-ehci zynq-ehci.0: Xilinx Zynq USB EHCI Host Controller [ 1.133473] zynq-ehci zynq-ehci.0: new USB bus registered, assigned bus number 1 [ 1.165922] zynq-ehci zynq-ehci.0: irq 53, io mem 0x00000000 [ 1.185903] zynq-ehci zynq-ehci.0: USB 2.0 started, EHCI 1.00 [ 1.198666] hub 1-0:1.0: USB hub found [ 1.202644] hub 1-0:1.0: 1 port detected [ 1.210665] usbcore: registered new interface driver usb-storage [ 1.219508] mousedev: PS/2 mouse device common for all mice [ 1.227214] i2c /dev entries driver [ 1.239710] zynq-edac f8006000.ps7-ddrc: ecc not enabled [ 1.245925] cpufreq_cpu0: failed to get cpu0 regulator: -19 [ 1.254299] Xilinx Zynq CpuIdle Driver started [ 1.260673] sdhci: Secure Digital Host Controller Interface driver [ 1.267000] sdhci: Copyright(c) Pierre Ossman [ 1.271276] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.277505] mmc0: no vqmmc regulator found [ 1.281528] mmc0: no vmmc regulator found [ 1.325849] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA [ 1.341426] usbcore: registered new interface driver usbhid [ 1.347056] usbhid: USB HID core driver [ 1.366130] TCP: cubic registered [ 1.369379] NET: Registered protocol family 17 [ 1.374278] Registering SWP/SWPB emulation handler [ 1.381681] regulator-dummy: disabling [ 1.386244] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.402645] mmc0: new high speed SDHC card at address b368 [ 1.410947] mmcblk0: mmc0:b368 USD 7.45 GiB [ 1.420764] ALSA device list: [ 1.424005] No soundcards found. [ 1.424216] mmcblk0: p1 p2 [ 4.437424] EXT4-fs (mmcblk0p2): recovery complete [ 4.491589] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 4.499763] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 4.514787] devtmpfs: mounted [ 4.518106] Freeing unused kernel memory: 196K (c06e9000 - c071a000) [ 5.963317] random: nonblocking pool is initializedinated with status 5e
Last login: Thu Jan 1 00:00:22 UTC 1970 on tty1 Welcome to Linaro 12.11 (GNU/Linux 3.14.0-xilinx-13567-g906a2c9-dirty armv7l)
* Documentation: https://wiki.linaro.org/
New release '14.04.1 LTS' available. Run 'do-release-upgrade' to upgrade to it.
(追記) 一応、SDカードの第2パーティションから立ち上げる事ができたと思う。 やり方としては、まずは、Linuxカーネルのビルドで、 make ARCH=arm CROSS_COMPILE=arm-xilinx-linux-gnueabi- xilinx_zynq_defconfig を行ってから、 make ARCH=arm menuconfig を行う。メニューが立ち上がるので、General setup に入る。
Initilal RAM filesystem and RAM disk にチェックが入っているので、Nキーを押してチェックを外して、Save し、Exitする。
Linuxカーネルをコンパイルする。 make ARCH=arm CROSS_COMPILE=arm-xilinx-linux-gnueabi- uImageを作る。 make ARCH=arm CROSS_COMPILE=arm-xilinx-linux-gnueabi- UIMAGE_LOADADDR=0x8000 uImage これで、uImage ができたので、SDカードの第1パーティションのuImage と入れ替えて、ZYBOをブートすると、第2パーティション(mmcblk0p2) がデータ・モードでマウントされたが、Optsになった。一応、プロンプトは出たが、おかしい。第2パーティションには、LinaroのUbuntuのroot fs が入っている。
それに、u-boot で、RAMDISKイメージを読んでいる。これを止めたい。。。
とりあえずは、RAMDISKイメージを展開したファイル群をSDカードの第2パーティションに入れてみて、ブートできるかどうか確かめてみます。 最後に、起動メッセージを貼っておきます。 0 Device: zynq_sdhci Manufacturer ID: 74 OEM: 4a45 Name: USD Tran Speed: 50000000 Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 7.5 GiB Bus Width: 4-bit reading uEnv.txt ** Unable to read file uEnv.txt ** Copying Linux from SD to RAM... reading uImage 3982032 bytes read in 347 ms (10.9 MiB/s) reading devicetree.dtb 7490 bytes read in 16 ms (457 KiB/s) reading uramdisk.image.gz 3694172 bytes read in 323 ms (10.9 MiB/s) ## Booting kernel from Legacy Image at 03000000 ... Image Name: Linux-3.14.0-xilinx-13567-g906a2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3981968 Bytes = 3.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 02000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3694108 Bytes = 3.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02a00000 Booting using the fdt blob at 0x2a00000 Loading Kernel Image ... OK Loading Ramdisk to 1f7a8000, end 1fb2de1c ... OK Loading Device Tree to 1f7a3000, end 1f7a7d41 ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.0-xilinx-13567-g906a2c9-dirty (masaaki@masaaki-VirtualBox) (gcc version 4.6.3 (Sourcery CodeBench Lite 2012.03-79) ) #7 SMP PREEMPT Sun Sep 14 07:41:01 JST 2014 [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Xilinx Zynq [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] cma: CMA: reserved 128 MiB at 17400000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 8 pages/cpu @dfb9e000 s10752 r8192 d13824 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=1 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 371784K/524288K available (5144K kernel code, 319K rwdata, 1896K rodata, 198K init, 5339K bss, 152504K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc06e853c (7042 kB) [ 0.000000] .init : 0xc06e9000 - 0xc071aa00 ( 199 kB) [ 0.000000] .data : 0xc071c000 - 0xc076bd50 ( 320 kB) [ 0.000000] .bss : 0xc076bd5c - 0xc0ca2b88 (5340 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] ps7-slcr mapped to e0802000 [ 0.000000] zynq_clock_init: clkc starts at e0802100 [ 0.000000] Zynq clock init [ 0.000016] sched_clock: 64 bits at 325MHz, resolution 3ns, wraps every 3383112499200ns [ 0.008494] ps7-ttc #0 at e0804000, irq=43 [ 0.013531] Console: colour dummy device 80x30 [ 0.017868] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.025924] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.029946] ... MAX_LOCK_DEPTH: 48 [ 0.034120] ... MAX_LOCKDEP_KEYS: 8191 [ 0.038540] ... CLASSHASH_SIZE: 4096 [ 0.042892] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.047362] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.051867] ... CHAINHASH_SIZE: 16384 [ 0.056308] memory used by lock dependency info: 3695 kB [ 0.061757] per task-struct memory footprint: 1152 bytes [ 0.067199] Calibrating delay loop... 1292.69 BogoMIPS (lpj=6463488) [ 0.110946] pid_max: default: 32768 minimum: 301 [ 0.116263] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.122801] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.137261] CPU: Testing write buffer coherency: ok [ 0.143525] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.149159] Setting up static identity map for 0x4de810 - 0x4de868 [ 0.155533] L310 cache controller enabled [ 0.159490] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB [ 0.240420] CPU1: Booted secondary processor [ 0.328274] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.329385] Brought up 2 CPUs [ 0.342254] SMP: Total of 2 processors activated. [ 0.346955] CPU: All CPU(s) started in SVC mode. [ 0.354979] devtmpfs: initialized [ 0.365625] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.379783] regulator-dummy: no parameters [ 0.392605] NET: Registered protocol family 16 [ 0.401461] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.415134] cpuidle: using governor ladder [ 0.419120] cpuidle: using governor menu [ 0.446227] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered [ 0.458757] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.466978] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.473152] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0880000 [ 0.544289] bio: create slab at 0 [ 0.553355] vgaarb: loaded [ 0.557844] SCSI subsystem initialized [ 0.564058] usbcore: registered new interface driver usbfs [ 0.569934] usbcore: registered new interface driver hub [ 0.575715] usbcore: registered new device driver usb [ 0.582196] media: Linux media interface: v0.10 [ 0.587019] Linux video capture interface: v2.00 [ 0.592284] pps_core: LinuxPPS API ver. 1 registered [ 0.597119] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.606677] PTP clock support registered [ 0.611568] EDAC MC: Ver: 3.0.0 [ 0.617834] Advanced Linux Sound Architecture Driver Initialized. [ 0.634107] DMA-API: preallocated 4096 debug entries [ 0.638948] DMA-API: debugging enabled by kernel config [ 0.644791] Switched to clocksource arm_global_timer [ 0.707577] NET: Registered protocol family 2 [ 0.714436] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.722201] TCP bind hash table entries: 4096 (order: 5, 147456 bytes) [ 0.730570] TCP: Hash tables configured (established 4096 bind 4096) [ 0.737102] TCP: reno registered [ 0.740241] UDP hash table entries: 256 (order: 2, 20480 bytes) [ 0.746425] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes) [ 0.753916] NET: Registered protocol family 1 [ 0.759893] RPC: Registered named UNIX socket transport module. [ 0.765768] RPC: Registered udp transport module. [ 0.770410] RPC: Registered tcp transport module. [ 0.775172] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.782406] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.796273] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.810007] jffs2: version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc. [ 0.817584] msgmni has been set to 982 [ 0.822830] io scheduler noop registered [ 0.826693] io scheduler deadline registered [ 0.831034] io scheduler cfq registered (default) [ 0.852202] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208 [ 0.859305] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16 [ 0.871313] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3125000) is a xuartps [ 0.880677] console [ttyPS0] enabled [ 0.880677] console [ttyPS0] enabled [ 0.887888] bootconsole [earlycon0] disabled [ 0.887888] bootconsole [earlycon0] disabled [ 0.898942] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to e0866000 [ 0.908850] [drm] Initialized drm 1.1.0 20060810 [ 0.947100] brd: module loaded [ 0.969902] loop: module loaded [ 0.985900] m25p80 spi0.0: found s25fl128s1, expected n25q128 [ 0.991627] m25p80 spi0.0: s25fl128s1 (16384 Kbytes) [ 0.996908] 4 ofpart partitions found on MTD device spi0.0 [ 1.002314] Creating 4 MTD partitions on "spi0.0": [ 1.007161] 0x000000000000-0x000000400000 : "qspi-fsbl-uboot" [ 1.020544] 0x000000400000-0x000000900000 : "qspi-linux" [ 1.030773] 0x000000900000-0x000000920000 : "qspi-device-tree" [ 1.041988] 0x000000920000-0x000001000000 : "qspi-user" [ 1.061673] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 1.067599] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 1.079291] libphy: XEMACPS mii bus: probed [ 1.085781] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54 [ 1.096578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.103514] ehci-pci: EHCI PCI platform driver [ 1.111198] zynq-dr e0002000.ps7-usb: Unable to init USB phy, missing? [ 1.118867] usbcore: registered new interface driver usb-storage [ 1.127779] mousedev: PS/2 mouse device common for all mice [ 1.135572] i2c /dev entries driver [ 1.148078] zynq-edac f8006000.ps7-ddrc: ecc not enabled [ 1.154223] cpufreq_cpu0: failed to get cpu0 regulator: -19 [ 1.162647] Xilinx Zynq CpuIdle Driver started [ 1.169015] sdhci: Secure Digital Host Controller Interface driver [ 1.175172] sdhci: Copyright(c) Pierre Ossman [ 1.179454] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.185651] mmc0: no vqmmc regulator found [ 1.189679] mmc0: no vmmc regulator found [ 1.234804] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA [ 1.253775] usbcore: registered new interface driver usbhid [ 1.261382] usbhid: USB HID core driver [ 1.276319] TCP: cubic registered [ 1.279570] NET: Registered protocol family 17 [ 1.284466] Registering SWP/SWPB emulation handler [ 1.291925] regulator-dummy: disabling [ 1.296263] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.305773] mmc0: new high speed SDHC card at address b368 [ 1.313862] mmcblk0: mmc0:b368 USD 7.45 GiB [ 1.324035] mmcblk0: p1 p2 [ 1.331178] ALSA device list: [ 1.334099] No soundcards found. [ 1.370155] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.378352] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 1.395746] devtmpfs: mounted [ 1.399023] Freeing unused kernel memory: 196K (c06e9000 - c071a000) 。+HH1.973137] init: ureadahead main process (582) terminated with status 5 Last login: Thu Jan 1 00:00:12 UTC 1970 on tty1
cat: /var/lib/update-notifier/fsck-at-reboot: No such file or directory run-parts: /etc/update-motd.d/98-fsck-at-reboot exited with return code 1 Welcome to Linaro 12.11 (GNU/Linux 3.14.0-xilinx-13567-g906a2c9-dirty armv7l)
* Documentation: https://wiki.linaro.org/
0 packages can be updated. 0 updates are security updates.
13.PROG UARTポートから、マイクロUSB B - USB AケーブルでパソコンのUSBポートに接続する。
13.Tera-Term を起動して、115,200bps、8btits, No Parity, 1 stop bit に設定する。
14.Linuxの起動画面が表示された。
良かった。やっと起動した。
Linuxの起動メッセージを貼っておく。
0 Device: zynq_sdhci Manufacturer ID: 74 OEM: 4a45 Name: USD Tran Speed: 50000000 Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 7.5 GiB Bus Width: 4-bit reading uEnv.txt ** Unable to read file uEnv.txt ** Copying Linux from SD to RAM... reading uImage 3987040 bytes read in 350 ms (10.9 MiB/s) reading devicetree.dtb 7374 bytes read in 16 ms (449.2 KiB/s) reading uramdisk.image.gz 3694172 bytes read in 324 ms (10.9 MiB/s) ## Booting kernel from Legacy Image at 03000000 ... Image Name: Linux-3.14.0-xilinx-13567-g906a2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3986976 Bytes = 3.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 02000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3694108 Bytes = 3.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02a00000 Booting using the fdt blob at 0x2a00000 Loading Kernel Image ... OK Loading Ramdisk to 1f7a8000, end 1fb2de1c ... OK Loading Device Tree to 1f7a3000, end 1f7a7ccd ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.0-xilinx-13567-g906a2c9 (masaaki@masaaki-VirtualBox) (gcc version 4.6.3 (Sourcery CodeBench Lite 2012.03-79) ) #1 SMP PREEMPT Thu Sep 4 04:58:29 JST 2014 [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Xilinx Zynq [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] cma: CMA: reserved 128 MiB at 17400000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 8 pages/cpu @dfb9e000 s10752 r8192 d13824 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/ram rw earlyprintk [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 371776K/524288K available (5144K kernel code, 319K rwdata, 1900K rodata, 202K init, 5339K bss, 152512K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc06e9600 (7046 kB) [ 0.000000] .init : 0xc06ea000 - 0xc071ca00 ( 203 kB) [ 0.000000] .data : 0xc071e000 - 0xc076dde0 ( 320 kB) [ 0.000000] .bss : 0xc076ddec - 0xc0ca4c08 (5340 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] ps7-slcr mapped to e0802000 [ 0.000000] zynq_clock_init: clkc starts at e0802100 [ 0.000000] Zynq clock init [ 0.000016] sched_clock: 64 bits at 325MHz, resolution 3ns, wraps every 3383112499200ns [ 0.008493] ps7-ttc #0 at e0804000, irq=43 [ 0.013513] Console: colour dummy device 80x30 [ 0.017858] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.025912] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.029939] ... MAX_LOCK_DEPTH: 48 [ 0.034109] ... MAX_LOCKDEP_KEYS: 8191 [ 0.038530] ... CLASSHASH_SIZE: 4096 [ 0.042882] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.047353] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.051859] ... CHAINHASH_SIZE: 16384 [ 0.056298] memory used by lock dependency info: 3695 kB [ 0.061748] per task-struct memory footprint: 1152 bytes [ 0.067191] Calibrating delay loop... 1292.69 BogoMIPS (lpj=6463488) [ 0.110945] pid_max: default: 32768 minimum: 301 [ 0.116252] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.122796] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.137247] CPU: Testing write buffer coherency: ok [ 0.143490] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.149135] Setting up static identity map for 0x4de8a0 - 0x4de8f8 [ 0.155508] L310 cache controller enabled [ 0.159465] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB [ 0.240413] CPU1: Booted secondary processor [ 0.328273] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.329397] Brought up 2 CPUs [ 0.342262] SMP: Total of 2 processors activated. [ 0.346963] CPU: All CPU(s) started in SVC mode. [ 0.354978] devtmpfs: initialized [ 0.365397] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.379551] regulator-dummy: no parameters [ 0.392368] NET: Registered protocol family 16 [ 0.401194] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.414840] cpuidle: using governor ladder [ 0.418827] cpuidle: using governor menu [ 0.446077] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered [ 0.457983] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.465933] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.472171] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0880000 [ 0.543450] bio: create slab at 0 [ 0.552956] vgaarb: loaded [ 0.557430] SCSI subsystem initialized [ 0.563624] usbcore: registered new interface driver usbfs [ 0.569496] usbcore: registered new interface driver hub [ 0.575262] usbcore: registered new device driver usb [ 0.581743] media: Linux media interface: v0.10 [ 0.586574] Linux video capture interface: v2.00 [ 0.591814] pps_core: LinuxPPS API ver. 1 registered [ 0.596654] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.606207] PTP clock support registered [ 0.611122] EDAC MC: Ver: 3.0.0 [ 0.617383] Advanced Linux Sound Architecture Driver Initialized. [ 0.632887] DMA-API: preallocated 4096 debug entries [ 0.637726] DMA-API: debugging enabled by kernel config [ 0.643572] Switched to clocksource arm_global_timer [ 0.706983] NET: Registered protocol family 2 [ 0.714796] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.721908] TCP bind hash table entries: 4096 (order: 5, 147456 bytes) [ 0.730181] TCP: Hash tables configured (established 4096 bind 4096) [ 0.736807] TCP: reno registered [ 0.739938] UDP hash table entries: 256 (order: 2, 20480 bytes) [ 0.746128] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes) [ 0.753794] NET: Registered protocol family 1 [ 0.759683] RPC: Registered named UNIX socket transport module. [ 0.765536] RPC: Registered udp transport module. [ 0.770194] RPC: Registered tcp transport module. [ 0.774955] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.782367] Trying to unpack rootfs image as initramfs... [ 0.789226] rootfs image is not initramfs (no cpio magic); looks like an initrd [ 0.822928] Freeing initrd memory: 3604K (df7a8000 - dfb2d000) [ 0.829108] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.843037] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.856747] jffs2: version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc. [ 0.864307] msgmni has been set to 989 [ 0.869563] io scheduler noop registered [ 0.873369] io scheduler deadline registered [ 0.877910] io scheduler cfq registered (default) [ 0.902783] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208 [ 0.909753] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16 [ 0.921882] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3125000) is a xuartps [ 0.931339] console [ttyPS0] enabled [ 0.931339] console [ttyPS0] enabled [ 0.938452] bootconsole [earlycon0] disabled [ 0.938452] bootconsole [earlycon0] disabled [ 0.949707] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to e0866000 [ 0.959543] [drm] Initialized drm 1.1.0 20060810 [ 0.997561] brd: module loaded [ 1.019915] loop: module loaded [ 1.035839] m25p80 spi0.0: found s25fl128s1, expected n25q128 [ 1.041567] m25p80 spi0.0: s25fl128s1 (16384 Kbytes) [ 1.047016] 4 ofpart partitions found on MTD device spi0.0 [ 1.052420] Creating 4 MTD partitions on "spi0.0": [ 1.057268] 0x000000000000-0x000000400000 : "qspi-fsbl-uboot" [ 1.071384] 0x000000400000-0x000000900000 : "qspi-linux" [ 1.081670] 0x000000900000-0x000000920000 : "qspi-device-tree" [ 1.092644] 0x000000920000-0x000001000000 : "qspi-user" [ 1.112198] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 1.118096] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 1.129896] libphy: XEMACPS mii bus: probed [ 1.136320] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54 [ 1.147144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.154174] ehci-pci: EHCI PCI platform driver [ 1.159287] ULPI transceiver vendor/product ID 0x0424/0x0007 [ 1.164925] Found SMSC USB3320 ULPI transceiver. [ 1.169488] ULPI integrity check: passed. [ 1.174436] zynq-ehci zynq-ehci.0: Xilinx Zynq USB EHCI Host Controller [ 1.181706] zynq-ehci zynq-ehci.0: new USB bus registered, assigned bus number 1 [ 1.213688] zynq-ehci zynq-ehci.0: irq 53, io mem 0x00000000 [ 1.233655] zynq-ehci zynq-ehci.0: USB 2.0 started, EHCI 1.00 [ 1.246329] hub 1-0:1.0: USB hub found [ 1.250301] hub 1-0:1.0: 1 port detected [ 1.258309] usbcore: registered new interface driver usb-storage [ 1.267177] mousedev: PS/2 mouse device common for all mice [ 1.274882] i2c /dev entries driver [ 1.287419] zynq-edac f8006000.ps7-ddrc: ecc not enabled [ 1.293669] cpufreq_cpu0: failed to get cpu0 regulator: -19 [ 1.301987] Xilinx Zynq CpuIdle Driver started [ 1.308353] sdhci: Secure Digital Host Controller Interface driver [ 1.314691] sdhci: Copyright(c) Pierre Ossman [ 1.318972] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.325217] mmc0: no vqmmc regulator found [ 1.329241] mmc0: no vmmc regulator found [ 1.373598] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA [ 1.389203] usbcore: registered new interface driver usbhid [ 1.394824] usbhid: USB HID core driver [ 1.414006] TCP: cubic registered [ 1.417256] NET: Registered protocol family 17 [ 1.422070] Registering SWP/SWPB emulation handler [ 1.429450] regulator-dummy: disabling [ 1.433795] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.450439] mmc0: new high speed SDHC card at address b368 [ 1.458796] mmcblk0: mmc0:b368 USD 7.45 GiB [ 1.468181] ALSA device list: [ 1.471439] No soundcards found. [ 1.471650] mmcblk0: p1 p2 [ 1.479522] RAMDISK: gzip image found at block 0 [ 1.890361] EXT2-fs (ram0): warning: mounting unchecked fs, running e2fsck is recommended [ 1.898824] VFS: Mounted root (ext2 filesystem) on device 1:0. [ 1.905578] devtmpfs: mounted [ 1.908884] Freeing unused kernel memory: 200K (c06ea000 - c071c000) Starting rcS... ++ Mounting filesystem ++ Setting up mdev ++ Configure static IP 192.168.1.10 ++ Starting telnet daemon ++ Starting http daemon ++ Starting ftp daemon ++ Starting dropbear (ssh) daemon [ 2.674675] random: dropbear urandom read with 7 bits of entropy available ++ Starting OLED Display insmod: can't read '/lib/modules/3.14.0-xilinx-13567-g906a2c9/pmodoled-gpio.ko': No such file or directory ++ Exporting LEDs & SWs rcS Complete zynq> ls bin lib lost+found proc sys var dev licenses mnt root tmp etc linuxrc opt sbin usr zynq>