|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
转——Zedboard实现Linux 7 a. @3 l" O4 v
: h) I0 ]/ Z$ n# {- f& w P% X
折腾了近半个月了,终于在Zedboard实现Linux的畅通,起初是使用Zedboard自带的SD卡,自行编译了uboot2018.1版本,顺利运行后,卡在了devicetree,研究了1周多,终于搞明白了怎么生成devicetree,随后又卡在uramdisk.image.gz,提示不能读取,这样Linux内核就不能运行,其实可以在uboot中把uramdisk.image.gz这项暂时去掉的,但是就不完整了,于是在网上找到了编译uramdisk.image.gz的网页,研究了,实现了uramdisk.image.gz的制作,可是又出现问题了,自带的sd卡的boot空间有限,只有15m,没办法,又开始研究sd的制作,折腾了近2天,终于实现了sd的自制,特意在boot分区留足了空间300m,再次把之前编译好的文件都拷贝到SD卡,奇迹出现了,运行正常,终于可以长出一口气了。
9 s" B' t$ ?: M! |, }5 uU-Boot 2018.01 (Jun 08 2018 - 17:34:12 +0800)
( n& \ J' U Z [4 [) Y- ]0 k1 h- Y2 g9 Q" V& S0 [, k
Model: Zynq Zed Development Board
- p+ b' I t% {Board: Xilinx Zynq: E: |; w+ I9 x( M5 H
Silicon: v3.1' \& a$ [( Y9 H
DRAM: ECC disabled 512 MiB" N+ p% z! P9 e5 X% h$ `
MMC: sdhci@e0100000: 0 (SD)' Q3 I; }8 u& `/ B1 N2 o
SF: Detected s25fl256s_64k with page size 256 Bytes, erase size 64 KiB, total 32 MiB) y. j( p$ L% s& w3 J+ J3 \
*** Warning - bad CRC, using default environment
3 r8 W7 a- e5 ^0 {/ H* u2 q x0 e. T. H5 X; o" q
In: serial@e0001000
) U) Y- h0 I* H6 e8 {7 I; x, U" GOut: serial@e0001000
2 r, r( v! M; tErr: serial@e0001000+ Z' r6 u; V' G. T1 y, J4 [
Net: ZYNQ GEM: e000b000, phyaddr 0, inteRFace rgmii-id
) Q3 W! ~$ [6 n/ U- j% heth0: ethernet@e000b000$ k# { y' \; L7 H: n
Hit any key to stop autoboot: 0 9 E; g `" B( _ H- Y7 Y
Device: sdhci@e0100000
( K/ X. x' d) ?( V: D5 m: [. N- n, LManufacturer ID: 2
3 Q5 A+ F1 J+ ]0 J2 I5 C( h" MOEM: 544d
$ N' K! c2 Z3 o3 J9 W* H7 F. fName: SA04G
6 K1 _0 d* ]. u5 e$ vTran Speed: 50000000& z! [% O+ ], g, V6 ?
Rd Block Len: 512 p' S F' }) x( L' F
SD version 3.0
5 w) D* F( H z& z ~High Capacity: Yes' p/ e! ?% T h" g2 `8 a: q n
Capacity: 3.7 GiB
7 `4 |' \+ A: \Bus Width: 4-bit
3 X$ F6 Z6 `" f( w0 W; ~Erase Group Size: 512 Bytes
; g5 _* h6 w) b. K- A: w& K** Unable to read file uEnv.txt **
+ |7 A9 O+ F3 v$ {9 ^Copying Linux from SD to RAM...1 x$ p2 i$ Z `4 T/ t
reading uImage
. B0 I1 R2 n* e* E0 v' w4167624 bytes read in 240 ms (16.6 MiB/s)
. c% U3 J/ a+ E- dreading devicetree.dtb
n* J5 V$ ?: E$ X9870 bytes read in 15 ms (642.6 KiB/s)
7 F5 _$ Q+ w8 P8 Preading uramdisk.image.gz
6 U8 G* o# `9 o2 L- E5310127 bytes read in 308 ms (16.4 MiB/s)1 o6 x; @1 p+ `( z8 f H
## Booting kernel from Legacy Image at 02080000 ...
6 n2 |8 g D0 x' ~ Z Image Name: Linux-4.14.0-xilinx
! K: u; }7 A3 `2 h" F Image Type: ARM Linux Kernel Image (uncompressed)
+ p) w; S' o' d7 ^# u Data Size: 4167560 Bytes = 4 MiB& s. U+ N8 L8 k" W6 x' A# u1 t7 [
Load Address: 00008000
2 W; ?" v, P2 V) c; f2 d! m& A3 e Entry Point: 00008000
# b% F) p) _; T y. p4 {8 g- W& c Verifying Checksum ... OK
* p( i! n" R! f Z; _; V! M! o b* U+ n## Loading init Ramdisk from Legacy Image at 04000000 ...: F9 R" W2 W+ a" Y1 g: }& a
Image Name:
4 ^( j% P$ r, @" Z Image Type: ARM Linux RAMDisk Image (gzip compressed)9 A* n3 d% a& ^* e- {) Y! C
Data Size: 5310063 Bytes = 5.1 MiB
7 V! @2 M( h4 o, t( Z0 a& Y3 j Load Address: 00000000& |* N4 Q" ?( A& k. F' \' y
Entry Point: 00000000
' T+ h6 b: {7 l8 h" C5 c Verifying Checksum ... OK
% ^0 |; R5 H: W1 c' K2 x' ~4 r## Flattened Device Tree blob at 02000000
5 L: K: ]- d" E, j. G2 y Booting using the fdt blob at 0x2000000
( n: W8 S( S2 {: _9 M Loading Kernel Image ... OK
. ~5 O% B0 @+ P. Z8 `' s0 c9 d5 v Loading Ramdisk to 1e608000, end 1eb1866f ... OK0 w% h4 f' e" u: L" U# E
Loading Device Tree to 1e602000, end 1e60768d ... OK7 y' T8 b; [! O5 }% R$ g% u
! y6 t7 i; o% P. ?6 Z. |/ `Starting kernel ...! p" O6 q [* C# w" K
- f. j( ?, }# F, E" o# K7 ?
Booting Linux on physical CPU 0x04 m Y, a @8 p# ]# R; ~
Linux version 4.14.0-xilinx (stary@stary-virtual-machine) (gcc version 4.6.1 (Sourcery CodeBench Lite 2011.09-50)) #1 SMP PREEMPT Thu Jun 7 11:40:21 CST 2018
) T% G& z( G: pCPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d* E7 g6 b5 |& ?4 ^8 X! @- Z5 e
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache+ b1 F" f' b7 H; k- `2 u! d0 R
OF: fdt: Machine model: Zynq Zed Development Board
) W& O2 S t, A$ y% k( ~Memory policy: Data cache writealloc5 T) J' h0 _3 [: k) \
cma: Reserved 16 MiB at 0x1f0000007 ]! r. |3 d" N0 u! u i0 D1 ^, A; i
percpu: Embedded 16 pages/cpu @debc7000 s34816 r8192 d22528 u65536
' p# E% k9 ]) e( P, ^" MBuilt 1 zonelists, mobility grouping on. Total pages: 1300481 H7 l+ ]8 [' i- W% H- y6 `3 Y" d
Kernel command line: # Z% O3 A9 P6 \$ J8 ~! ^
PID hash table entries: 2048 (order: 1, 8192 bytes)7 x, l) T8 Z3 Z, ~) c' T
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)+ n5 d( \" Q7 f% N) ^. _
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
1 f S6 a# a( a2 a- cMemory: 487868K/524288K available (6144K kernel code, 238K rwdata, 1572K rodata, 1024K init, 154K bss, 20036K reserved, 16384K cma-reserved, 0K highmem)
- d+ d) q* v6 T0 I7 n& lVirtual kernel memory layout:
. Y* j' ~4 J6 \, M! h. z+ R8 \% v vector : 0xffff0000 - 0xffff1000 ( 4 kB)4 d; H: k7 ^% Q& r+ g/ g/ i
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
' O c+ c- c9 Q2 d vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
+ I# u4 f5 ]/ o4 }: E lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)5 h, [8 B) n* c4 o9 s, i f' e
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)) U3 M$ K3 e' S' a& v+ a3 o0 T# O
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
6 `; F. c+ q1 A6 L .text : 0xc0008000 - 0xc0700000 (7136 kB)
, k, a/ A/ L8 U" R5 V( t3 v .init : 0xc0900000 - 0xc0a00000 (1024 kB)& x; {9 O' p/ T, Z* q* Y7 q- w3 o6 l
.data : 0xc0a00000 - 0xc0a3ba80 ( 239 kB)
; Z1 f* s& Q4 g9 V8 a. S" f+ ] .bss : 0xc0a3ba80 - 0xc0a6228c ( 155 kB)
$ \7 l A" x! W$ r# ~ hPreemptible hierarchical RCU implementation.2 }. P7 b% _- T
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.$ T5 m8 j( _& S% s
Tasks RCU enabled.
& ~! t5 [8 {! r+ P! }* z, O' z2 dRCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
: X; O2 U; U+ B/ N- Z9 U1 cNR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16' i* r$ f; a$ Q2 e3 j+ f0 q
efuse mapped to e0800000& z" ]. w- |, ?. Q
slcr mapped to e0802000
$ r' p3 {* \; s$ T/ [3 yL2C: platform modifies aux control register: 0x72360000 -> 0x72760000
) Z8 V9 @5 k2 Z6 I4 O) U, J4 IL2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000! n! J6 \5 p9 E! Z+ z# M$ u
L2C-310 erratum 769419 enabled
& J) r: @1 U5 o) `& v, lL2C-310 enabling early BRESP for Cortex-A9
3 R& r7 r! p: u zL2C-310 full line of zeros enabled for Cortex-A90 O( C O% }7 ]+ W9 [3 G( T8 T
L2C-310 ID prefetch enabled, offset 1 lines
- Y6 M7 w/ C* J/ IL2C-310 dynamic clock gating enabled, standby mode enabled7 G9 r* E2 ~" I) Q
L2C-310 cache controller enabled, 8 ways, 512 kB
0 f B* ]9 |3 K3 FL2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x767600014 R5 B. ^' g7 z7 ]3 ^/ `
zynq_clock_init: clkc starts at e0802100
( W' D; }- m/ L/ m0 `Zynq clock init2 S# C. Z" v( R' F
sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns
9 z9 M, \* q0 I$ h9 l+ yclocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns
7 J3 X; |- m# O# R VSwitching to timer-based delay loop, resolution 3ns
" F: T* h9 {2 R5 _3 \& w" rclocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns9 D7 q$ {# F3 C$ q7 b/ }
timer #0 at e080a000, irq=17
' a/ P q4 v/ uConsole: colour dummy device 80x30
( h) R/ ?8 k* u" |+ Wconsole [tty0] enabled- l4 n; q- d8 I* e/ q! A n
Calibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)
- ], ]% g+ N; Cpid_max: default: 32768 minimum: 301" B" S' e( l9 H. i' R) F
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)7 l8 u d0 T% N, z( t3 W) _# s& m
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
' B/ C a7 z0 \0 m5 _CPU: Testing write buffer coherency: ok9 K, p$ W) _' N* ?
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
9 s4 `' {& `. G' Z xSetting up static identity map for 0x100000 - 0x1000600 G4 v* T4 T# Y# a9 S2 v
Hierarchical SRCU implementation.) y7 J% p( U2 J2 g2 G& S
smp: Bringing up secondary CPUs ...' p2 }/ n4 {, b* b: I6 L
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
) B" `% X/ X+ Ismp: Brought up 1 node, 2 CPUs* W5 ]! `3 o# J
SMP: Total of 2 processors activated (1333.33 BogoMIPS).2 m) f5 W1 j. z/ j5 z* T4 h
CPU: All CPU(s) started in SVC mode.
Y g% O& N9 J' j5 `devtmpfs: initialized# i; _% P6 k' z/ M. V
random: get_random_u32 called from bucket_table_alloc+0x1c0/0x21c with crng_init=0# G1 a- b* B s- }/ _7 i# w
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
' [0 D3 W2 p; E+ e% G& N$ hclocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns4 {6 ^ u+ g4 V7 _$ V8 h: H
futex hash table entries: 512 (order: 3, 32768 bytes)4 ^# A, p2 Q( p7 J3 O* |( p
pinctrl core: initialized pinctrl subsystem
& b( v/ a% ~+ M8 t- DNET: Registered protocol family 164 W1 w' e; Q& e% [
random: fast init done' d d; F! F' V# H$ \# f) E& L3 m# T
DMA: preallocated 256 KiB pool for atomic coherent allocations
5 ]) `/ K6 s: B1 s* ^) A- Jcpuidle: using governor menu
3 B5 a& ]+ p P, _- nhw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.- L. C4 U. Y% G, S# F+ [8 [
hw-breakpoint: maximum watchpoint size is 4 bytes.9 ]1 M# G/ x7 z5 r) Z
zynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0840000, m/ M1 b% g4 l
zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
9 g4 h* _# U5 `$ D; u. y# Z/ }e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 25, base_baud = 3125000) is a xuartps6 R4 z2 T( h. }/ a+ c; ~, x: s
console [ttyPS0] enabled( ]. i$ _! H$ M$ N4 O. B7 F
vgaarb: loaded1 w+ [6 j2 L1 X5 z) C. S
SCSI subsystem initialized$ D/ C9 A$ A8 D6 Q+ r
usbcore: registered new interface driver usbfs( G) Q k# R) M' D* }- c
usbcore: registered new interface driver hub
- m& L/ f0 N+ a# _usbcore: registered new device driver usb9 r# r( o1 ^; P' S; A T
media: Linux media interface: v0.10) k* r2 [; m& B- Z9 O
Linux video capture interface: v2.00
, B* h. b" H: M3 K. F- g( zpps_core: LinuxPPS API ver. 1 registered
S' A8 T1 J. Opps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it># X5 ?- a+ s- n, U" s! R9 J$ }
PTP clock support registered
1 W4 l% b Z# G' o1 M- w9 g LEDAC MC: Ver: 3.0.0. P$ u. e' ?0 O1 k4 |1 K. K
FPGA manager framework; Z# }6 V4 m* A* ~+ v
fpga-region fpga-full: FPGA Region probed8 w% i: u# |* I/ M0 o* q( U+ n' G
Advanced Linux Sound Architecture Driver Initialized.5 z* Q4 ?3 H% Y6 l6 z" @$ g
clocksource: Switched to clocksource arm_global_timer5 Z2 Y- `9 w5 m6 h
NET: Registered protocol family 2' S5 L* E5 f; M, F/ f9 m( ~4 \% B
TCP established hash table entries: 4096 (order: 2, 16384 bytes). Z' ]$ N7 f Z( f2 h3 |: D! o* P
TCP bind hash table entries: 4096 (order: 3, 32768 bytes) U6 |9 c4 ]* W# x; I7 h& T& \
TCP: Hash tables configured (established 4096 bind 4096)
. J) T% j6 z4 K; J1 G6 q: ]UDP hash table entries: 256 (order: 1, 8192 bytes)
' c9 J& m* C; q, MUDP-Lite hash table entries: 256 (order: 1, 8192 bytes)" W; `! b* O2 b6 D2 X' B
NET: Registered protocol family 1
, ?- T9 E& c8 _1 v# R; l$ dRPC: Registered named UNIX socket transport module.. f3 I3 s5 D) L
RPC: Registered udp transport module.
/ b; |) I/ O* H. V! ^4 ^6 U4 t" ]& j% qRPC: Registered tcp transport module.
9 i- e) O' y2 ZRPC: Registered tcp NFSv4.1 backchannel transport module.9 D: I4 l$ T5 i! C% Q
Trying to unpack rootfs image as initramfs...
( J7 f, W3 U- k8 h- `. \rootfs image is not initramfs (no cpio magic); looks like an initrd& x6 V0 r3 \$ t& a/ d
Freeing initrd memory: 5188K* n1 y! T% w7 I) K% I
hw perfevents: no interrupt-affinity property for /pmu@f8891000, guessing.
( I' A6 F' R+ ghw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
! n( }) b4 p; G- Y! j) Zworkingset: timestamp_bits=30 max_order=17 bucket_order=0' A5 f7 w& b) [( F2 H
jffs2: version 2.2. (NAND) (SUMMARY) 漏 2001-2006 Red Hat, Inc.
' j6 \' ]# z. C/ jio scheduler noop registered
& k n0 y3 o8 L, {7 N; Pio scheduler deadline registered
# ?- A' N2 I' yio scheduler cfq registered (default)4 L/ n7 X# o+ C
io scheduler mq-deadline registered B6 E- c( D2 J1 w9 L* ?
io scheduler kyber registered
/ j3 I5 M# I6 ?* t- idma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
) G" R& I3 G* ~3 j( qdma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
9 i1 e2 _. ]. R1 E7 Ibrd: module loaded
; u* z, O B- u& q3 o) y4 l4 rloop: module loaded
- ]1 ^" K5 S, x: F6 G, @& Blibphy: Fixed MDIO Bus: probed5 q: d1 R9 }8 F: `! M8 D
CAN device driver interface' q6 n9 u3 ~7 J) n' j7 `/ n
libphy: MACB_mii_bus: probed
& g( A5 G+ O" b- _# Q( Omacb e000b000.ethernet eth0: cadence GEM rev 0x00020118 at 0xe000b000 irq 27 (00:0a:35:00:01:22)
8 {4 b4 R1 j E# f6 D u3 MMarvell 88E1510 e000b000.ethernet-ffffffff:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=e000b000.ethernet-ffffffff:00, irq=POLL)
; d. k; Q; S I& ~3 ke1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k. e( e8 x/ |. K/ ^* G D; H
e1000e: Copyright(c) 1999 - 2015 Intel Corporation./ g1 \5 h8 N" u* C
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
4 x3 T( j* Y; @6 D: J Hehci-pci: EHCI PCI platform driver2 p! [9 n9 d$ s/ V5 h/ {9 D
usbcore: registered new interface driver usb-storage2 F8 \+ M0 c9 n9 z0 ^1 C
chipidea-usb2 e0002000.usb: e0002000.usb supply vbus not found, using dummy regulator
7 m6 v" m5 I( g2 H% |: eULPI transceiver vendor/product ID 0x0451/0x1507
9 \) p! ?) B9 ]Found TI TUSB1210 ULPI transceiver.2 C; T3 g8 m5 s& S/ q
ULPI integrity check: passed.; F! m! `5 S3 ?
ci_hdrc ci_hdrc.0: EHCI Host Controller
; `4 o. I: A- G6 L* i7 ?; Yci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 17 a( U7 t# |! g1 F+ e& i% p
ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00# ~8 M6 ^) s& S# q5 P' q
hub 1-0:1.0: USB hub found8 O, u; z3 U2 \- Z' q. G3 S. k
hub 1-0:1.0: 1 port detected: D) P; d" i0 o. j
i2c /dev entries driver# x' T6 Y' \7 Y7 J% x
IR NEC protocol handler initialized7 B: m7 F+ ]/ G9 L( f; L% h9 d" s" ]
IR RC5(x/sz) protocol handler initialized
- C* K6 G9 Y; g/ W8 LIR RC6 protocol handler initialized
' r+ K2 U, X0 Y: M+ G ^IR JVC protocol handler initialized- b' R- q6 R4 Q: }
IR Sony protocol handler initialized3 A2 V! b* M4 [) @3 A0 u
IR SANYO protocol handler initialized. ~5 I# ?; H5 j ~ M; W
IR Sharp protocol handler initialized
& s1 l* r; L" a) I- c; O4 {" x% }) YIR MCE Keyboard/mouse protocol handler initialized
) h Z d3 K) ]# H0 bIR XMP protocol handler initialized
+ u1 i: l& X- i, kcdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at e0946000 with timeout 10s
4 Q) u4 |5 S7 D* ]# K* w' {EDAC MC: ECC not enabled0 c) \$ G% S* r M3 t" i/ x
Xilinx Zynq CpuIdle Driver started7 K) N/ Y0 u- {3 i
sdhci: Secure Digital Host Controller Interface driver
9 Q4 l3 q: W; c* Z- \/ N0 w+ Asdhci: Copyright(c) Pierre Ossman
% e& |! k1 q, y6 S! ssdhci-pltfm: SDHCI platform and OF driver helper+ P8 F" k# l6 g# w& X: c2 v
mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
0 \5 v5 m1 y4 n+ ?ledtrig-cpu: registered to indicate activity on CPUs
6 C: P4 y- u/ e" o: p tusbcore: registered new interface driver usbhid! E/ z9 q M% \
usbhid: USB HID core driver
G$ d% m: K/ u- j6 T# vfpga_manager fpga0: Xilinx Zynq FPGA Manager registered) p7 G6 ]8 U; H
NET: Registered protocol family 10
4 }0 }! p! e) W* _+ Z" |: aSegment Routing with IPv6. F, j) K) F5 k
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver- v9 v$ W0 |; M" u' A x" n8 ]
NET: Registered protocol family 17
( C: l" p" |, @5 }8 o- ycan: controller area network core (rev 20170425 abi 9)0 b# {. I: [; d/ G5 C
NET: Registered protocol family 29
# ~* d$ B& j* U7 qcan: raw protocol (rev 20170425)' \( b0 i$ q8 A) E+ a C M
can: broadcast manager protocol (rev 20170425 t)
* O: V9 G$ {: m: Dcan: netlink gateway (rev 20170425) max_hops=1
5 d; }7 n$ c3 {. qRegistering SWP/SWPB emulation handler( i9 U$ Z4 `. P$ ]" g
hctosys: unable to open rtc device (rtc0)
' ?8 X5 m& m' ?1 H- Dof_cfs_init$ k! K. c( R$ E+ m- ?0 z* G
of_cfs_init: OK, w; p8 ? }* A
ALSA device list:+ Z0 S6 k1 w" f* {- x$ F, |
No soundcards found.) g/ U1 p6 S2 x& ?7 `0 l, Y
RAMDISK: gzip image found at block 0
1 w3 |) n- f+ o# h+ D% L2 ommc0: new high speed SDHC card at address 1234
/ \7 B: P, I8 {/ ymmcblk0: mmc0:1234 SA04G 3.71 GiB
& K; a9 b$ x+ z8 d5 vmmcblk0: p1 p2
* C- m2 v# G+ b0 e2 }. O3 J3 tEXT4-fs (ram0): couldn't mount as ext3 due to feature incompatibilities
/ b, _- d, I1 x# G: SEXT4-fs (ram0): mounted filesystem without journal. Opts: (null)$ N# v" P2 G3 H$ O1 G; _
VFS: Mounted root (ext4 filesystem) on device 1:0.
. `9 j+ {: d* wStarting rcS...
6 G8 X4 S; B9 j+ Z++ Mounting filesystem3 O$ w) ]8 T5 P
mount: mounting /dev/mmcblk0p1 on /mnt failed: No such file or directory
7 Q* J1 g* \! p5 F; v& ?mount: mounting /dev/mmcblk0 on /mnt failed: No such file or directory( c( |( M0 m8 X2 q# b
++ Setting up mdev( @& u- X: {) x$ j" r* N
++ Starting telnet daemon4 T9 I Q6 t) x. y2 g
++ Starting http daemon% i% Y8 `4 R. D% G0 Y9 {: w
++ Starting ftp daemon) }7 p2 M% A7 Z: L, ^/ o6 F
++ Starting ssh daemon
% t$ N% h- x' T6 `; k, ZrcS Complete
! T( L9 V0 Z. y" Vzynq> |
|