|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
转——Zedboard实现Linux
8 S% }8 L+ l6 j% x9 p* q! ^0 q9 V/ W9 p' M. x9 }( f- n
折腾了近半个月了,终于在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卡,奇迹出现了,运行正常,终于可以长出一口气了。
0 g2 _& S: C8 a( P! d- l# H D" hU-Boot 2018.01 (Jun 08 2018 - 17:34:12 +0800)
- P$ N. i1 [: [9 l! n: H
+ i6 k" e6 a0 F# T0 q( H9 T3 E/ PModel: Zynq Zed Development Board
1 t. r% y9 C# r9 X+ ^Board: Xilinx Zynq
7 ~/ K) l6 Y1 U' `; n' d7 wSilicon: v3.16 R/ x; _5 `+ V' |
DRAM: ECC disabled 512 MiB2 Y4 W/ J# p+ V9 |1 i0 W$ O
MMC: sdhci@e0100000: 0 (SD)+ |/ u7 S1 r* Z
SF: Detected s25fl256s_64k with page size 256 Bytes, erase size 64 KiB, total 32 MiB; V' q, Q9 Z5 T- V3 G
*** Warning - bad CRC, using default environment0 E5 W' i/ Z. H7 E( B' j& K# G+ x
# R( P2 y# u- f" ~) o2 E
In: serial@e0001000/ @2 D2 M' F- z+ E% P' @, P
Out: serial@e0001000
& @6 z8 H/ ]/ E. j5 Q) rErr: serial@e0001000
% n7 U( g0 B3 SNet: ZYNQ GEM: e000b000, phyaddr 0, inteRFace rgmii-id
# T: k3 k) u- g& I% Q4 V, weth0: ethernet@e000b000
, u& b/ G H: x! K& W+ g) ]: [Hit any key to stop autoboot: 0
6 Z% x* x+ c+ v1 h" m4 f6 KDevice: sdhci@e0100000
9 n$ x3 `# d X" W. K$ L LManufacturer ID: 23 f' V- Y: s+ |9 M; ]0 {" s
OEM: 544d2 |( z4 Z3 K/ b1 p8 F6 l& j
Name: SA04G
: Q7 `) S' [0 V( rTran Speed: 50000000- c& H0 _, Y M/ ]/ D- m9 ^: d+ `
Rd Block Len: 512
: J" K1 u0 W0 v% j \/ ?SD version 3.0
; I+ l4 J$ j! Z. V4 V: M8 ^7 v: FHigh Capacity: Yes$ ]1 c( g% x2 D
Capacity: 3.7 GiB( C% T9 K9 M V8 `1 w# \- s( @* W3 ?2 o
Bus Width: 4-bit( e! A- o+ O! b
Erase Group Size: 512 Bytes
) |- G5 W1 a$ V' ]** Unable to read file uEnv.txt **
: j6 `2 e9 N4 m7 ^, {% nCopying Linux from SD to RAM...
6 n$ m1 t. y5 s. P& U ~reading uImage; D6 I6 r! o: J+ h! _) S
4167624 bytes read in 240 ms (16.6 MiB/s)
" A8 d+ k6 M* y& A2 R3 J1 Preading devicetree.dtb" q' `" e/ A8 b$ Q
9870 bytes read in 15 ms (642.6 KiB/s)+ Y$ G/ s9 G: D; ]( p4 a5 |. K
reading uramdisk.image.gz3 x7 ^# |6 ]" W$ {: d `! O
5310127 bytes read in 308 ms (16.4 MiB/s)
3 N! c7 D& R# o## Booting kernel from Legacy Image at 02080000 ...: v$ D% L7 }0 v" ?( X" G) a9 H
Image Name: Linux-4.14.0-xilinx
- T) Y7 V/ Q0 ]# o- p Image Type: ARM Linux Kernel Image (uncompressed)* v8 ^: l: x4 q, n% d+ E u% Q
Data Size: 4167560 Bytes = 4 MiB
) D3 T# P# M8 k1 Q0 G1 m/ V Load Address: 00008000
`- l, w, t6 i3 S Entry Point: 00008000 c3 e4 w" `: c( k: v" r% F; P
Verifying Checksum ... OK5 Y# r, p* m' K0 e, g6 q
## Loading init Ramdisk from Legacy Image at 04000000 ...6 \6 H9 x& X/ U6 T5 l0 s
Image Name:
9 L5 k: w: E# _4 P Image Type: ARM Linux RAMDisk Image (gzip compressed)2 |& p! G; E$ e& r/ G& c% k% t+ q; h
Data Size: 5310063 Bytes = 5.1 MiB
! w8 ]- ]' u' e9 k8 H$ s2 ]7 d Load Address: 00000000: E3 G# G; R' i3 [# M! v
Entry Point: 00000000* X' I {* F: b, [
Verifying Checksum ... OK" Z! t9 I% W6 e
## Flattened Device Tree blob at 02000000 f x+ X9 V. ~4 g3 [
Booting using the fdt blob at 0x2000000
6 M/ ~: R9 h# d8 p) A Loading Kernel Image ... OK$ m- {# t& \0 B9 Y2 l0 R
Loading Ramdisk to 1e608000, end 1eb1866f ... OK4 Y& c. z0 t* Y! \. [( U( U
Loading Device Tree to 1e602000, end 1e60768d ... OK
. U$ L% U/ f% g
+ I4 U6 `3 h {' }1 k: pStarting kernel ...
7 k. W1 W6 t ^) {) o# F( C+ J! h) P+ l
Booting Linux on physical CPU 0x0$ @4 e) W. H, n1 w9 J7 y3 }
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; H( i3 g- e! ?5 R( c6 K" Y
CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
! H+ L* W# b. [* g3 B2 O, ]CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache6 \; x" R( J& p0 {6 K# H o c8 g
OF: fdt: Machine model: Zynq Zed Development Board
* v2 l z2 e, }, O& ?. N# e( N/ yMemory policy: Data cache writealloc9 i, N2 _" [/ D7 E
cma: Reserved 16 MiB at 0x1f000000* T0 f8 F& B4 _9 i% q* Y
percpu: Embedded 16 pages/cpu @debc7000 s34816 r8192 d22528 u65536( b" y) X9 Z; k; J4 h
Built 1 zonelists, mobility grouping on. Total pages: 1300487 _1 g5 q5 Y- R0 h4 K0 G* H. W
Kernel command line: 5 M4 q: T- U, Q: X" Z# M
PID hash table entries: 2048 (order: 1, 8192 bytes)+ A9 |. T6 ]+ C. a9 q; e% r/ ?
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
2 w: z: p' v p+ n- cInode-cache hash table entries: 32768 (order: 5, 131072 bytes)
7 a' i% F+ v; @# ]. }/ W Z! aMemory: 487868K/524288K available (6144K kernel code, 238K rwdata, 1572K rodata, 1024K init, 154K bss, 20036K reserved, 16384K cma-reserved, 0K highmem)
4 @' w) S, Y& r$ RVirtual kernel memory layout:
: c5 {# v( N' P) L | vector : 0xffff0000 - 0xffff1000 ( 4 kB)+ `" a8 g1 ]% @+ |5 ^8 P
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)# w A& W P" `$ f
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)- X4 Y% s6 u4 ]" r. ^
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)2 l: ]/ d/ G& @6 h% {7 |
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
% ^: @2 _# {+ Z+ P modules : 0xbf000000 - 0xbfe00000 ( 14 MB), g6 L, ]5 X& K
.text : 0xc0008000 - 0xc0700000 (7136 kB)
1 V) W- x |, Q1 b .init : 0xc0900000 - 0xc0a00000 (1024 kB)
7 k( y7 e O* N/ X+ @ .data : 0xc0a00000 - 0xc0a3ba80 ( 239 kB), t U$ D9 h: W
.bss : 0xc0a3ba80 - 0xc0a6228c ( 155 kB)! m' {3 O, C" Q! E) `
Preemptible hierarchical RCU implementation.. O5 s& a; P# O: U& f+ L0 B
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.4 I( a( \: C* s/ B1 m0 W6 @
Tasks RCU enabled.$ I; @0 {0 \6 n- a4 d1 R
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=23 B/ U e! c3 z) c+ N% U
NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
( s$ v, \7 T7 B% t: h8 | `1 \ hefuse mapped to e0800000 e5 @ A" H1 f# P1 O: H+ p/ |
slcr mapped to e0802000
2 v3 E) r7 ^4 [- JL2C: platform modifies aux control register: 0x72360000 -> 0x72760000, r& I4 U \+ y: `
L2C: DT/platform modifies aux control register: 0x72360000 -> 0x727600006 |5 F" w! z ?- p( J( G+ h
L2C-310 erratum 769419 enabled2 m9 p3 P1 ?; A1 u+ @2 Z. I2 a! A' x
L2C-310 enabling early BRESP for Cortex-A9
2 W+ Z" v& N: V+ D" @$ jL2C-310 full line of zeros enabled for Cortex-A91 q z" e5 b; d7 l; r2 i
L2C-310 ID prefetch enabled, offset 1 lines
% T+ y$ ]7 O4 d& |' ~1 y. x7 \: AL2C-310 dynamic clock gating enabled, standby mode enabled4 W7 F( c% Z/ r8 U& }6 B
L2C-310 cache controller enabled, 8 ways, 512 kB
( W+ B2 d! n% `. ~7 yL2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
7 F1 o d) s* |& A% W2 qzynq_clock_init: clkc starts at e0802100 k) O% P' |6 [; n/ }
Zynq clock init
7 q! c, d/ H5 p; @3 ~sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns
! u$ n9 i7 s4 O1 m7 tclocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns
: ^* g* D* `4 H- A" K) Q0 r+ VSwitching to timer-based delay loop, resolution 3ns
6 b( d# k7 M- p6 o l, lclocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns, N$ p/ m# R" Z1 m5 S3 s% f
timer #0 at e080a000, irq=17( o/ x$ i: c+ k5 H$ w/ p
Console: colour dummy device 80x30
* _8 F2 _& {$ wconsole [tty0] enabled
W0 g E; B' M) K/ zCalibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)( W/ b( i$ U7 \+ ]3 P
pid_max: default: 32768 minimum: 301
1 v8 w6 m! r; t# b# qMount-cache hash table entries: 1024 (order: 0, 4096 bytes)
9 ?: O* k; k3 h! ?3 ]Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes). c% q' B* k6 G2 ^
CPU: Testing write buffer coherency: ok
. p9 R# j- Z' I* W& `) ICPU0: thread -1, cpu 0, socket 0, mpidr 80000000
; A1 X5 ?& Y# ]5 tSetting up static identity map for 0x100000 - 0x100060- p8 w% I$ ~/ T D" q- Z1 Q
Hierarchical SRCU implementation.
' S2 T) b1 T( A8 Ysmp: Bringing up secondary CPUs ...
c3 o8 x5 N% r" p0 C: jCPU1: thread -1, cpu 1, socket 0, mpidr 80000001. Z: z# R ?4 i! T- j( d- w# x) Y
smp: Brought up 1 node, 2 CPUs! R( H' w. o/ H2 G. C5 `
SMP: Total of 2 processors activated (1333.33 BogoMIPS).' ^: d- r1 D6 P& l5 V/ S
CPU: All CPU(s) started in SVC mode.' ]1 l( q A9 ^$ \; Z& {
devtmpfs: initialized, B4 K8 k R% n
random: get_random_u32 called from bucket_table_alloc+0x1c0/0x21c with crng_init=0! @$ L. |4 s+ P( B, B, _& Z' I
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
T: O7 F# K. o# eclocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
( j( Q" a8 _* \* t' N1 v; F/ rfutex hash table entries: 512 (order: 3, 32768 bytes)
* |* y d" N4 B& K8 [pinctrl core: initialized pinctrl subsystem
% N% N/ D6 M6 x2 `NET: Registered protocol family 16
/ C% ~3 b' i! K! q& k H0 erandom: fast init done
' u5 m- _& d- p7 p5 M: H a0 xDMA: preallocated 256 KiB pool for atomic coherent allocations8 u# Z- E S0 x; U7 w
cpuidle: using governor menu
) R8 @$ U/ z! ^( A' X5 } Shw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.5 ~. A- V& ^5 r8 B6 `9 Q
hw-breakpoint: maximum watchpoint size is 4 bytes.
1 q" o( r; U1 c: x8 P+ Pzynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0840000
' E* |" S3 G$ x& nzynq-pinctrl 700.pinctrl: zynq pinctrl initialized/ `1 Y( x6 I" J+ O+ \
e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 25, base_baud = 3125000) is a xuartps
& X+ A( L0 {: x" h1 Zconsole [ttyPS0] enabled
8 b; F' E1 i( m% O0 n/ q, z/ Ivgaarb: loaded; ?% G' T1 n9 H
SCSI subsystem initialized
, _% R* O8 ?. C1 @. g: U* J! B5 Gusbcore: registered new interface driver usbfs) C$ I/ H% A/ R# F5 S) C
usbcore: registered new interface driver hub( f! t9 g( W( H O
usbcore: registered new device driver usb
1 n$ k' Y/ \1 ?/ n _1 Tmedia: Linux media interface: v0.10' {& M4 S O: q) {% p
Linux video capture interface: v2.00: L! Y0 H; k6 H$ w( O/ c Q
pps_core: LinuxPPS API ver. 1 registered
) ]1 e+ t; N2 |* Fpps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>2 u0 u$ r% e$ B0 i5 b/ i1 }
PTP clock support registered3 Z. X# }% \2 @# X2 R- v+ H
EDAC MC: Ver: 3.0.09 w5 j) Z+ | E2 Q; }
FPGA manager framework
6 g$ D1 Q8 U( w/ W- ?: A' tfpga-region fpga-full: FPGA Region probed
1 B4 c3 q4 b: D) OAdvanced Linux Sound Architecture Driver Initialized.
! u- x# J l9 Oclocksource: Switched to clocksource arm_global_timer- c' q/ ?9 e D2 Z8 U* b
NET: Registered protocol family 2
9 \0 x. Y' [9 A% aTCP established hash table entries: 4096 (order: 2, 16384 bytes)
1 g: n c% `3 u9 C( v. I8 a- HTCP bind hash table entries: 4096 (order: 3, 32768 bytes)7 W. F1 w3 J; L# d' B- I
TCP: Hash tables configured (established 4096 bind 4096)1 A# e* W+ k) p5 R4 G( n
UDP hash table entries: 256 (order: 1, 8192 bytes)5 K4 H8 O& I7 |
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
3 Q0 r/ L4 ~( \; z; WNET: Registered protocol family 1
2 P' r( W" n6 \4 m5 qRPC: Registered named UNIX socket transport module.& S: T# h$ ~& w- c
RPC: Registered udp transport module.
) \ r) b6 k. J6 }0 S. }RPC: Registered tcp transport module.
3 z1 s" B% f) f% h3 l+ V6 }4 PRPC: Registered tcp NFSv4.1 backchannel transport module.
4 S. E( B% [( a l. wTrying to unpack rootfs image as initramfs...+ {3 q3 l0 G4 J$ B
rootfs image is not initramfs (no cpio magic); looks like an initrd
) O* Z% o U/ L4 T( r1 w: FFreeing initrd memory: 5188K
) S' E3 H7 S# l$ y8 t3 y( \: hhw perfevents: no interrupt-affinity property for /pmu@f8891000, guessing.
& H; v; }9 ]5 G* L! g" e6 ?' O$ ihw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
5 f" h4 M$ M: q: |workingset: timestamp_bits=30 max_order=17 bucket_order=0
. E% e# w0 E4 X/ Ajffs2: version 2.2. (NAND) (SUMMARY) 漏 2001-2006 Red Hat, Inc.
3 K# L/ ^' _8 I' j6 ]io scheduler noop registered3 P/ E. G+ l# Q" l
io scheduler deadline registered
8 U$ `2 Q" S9 M( U1 e5 b. Hio scheduler cfq registered (default)* G, W& B5 w J3 i$ C
io scheduler mq-deadline registered
$ B3 p) a! E$ Z7 }7 w: v7 qio scheduler kyber registered! O, C8 S f6 L) [
dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
3 i8 ^8 R. I4 E, S- o& Fdma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
$ S# K' i' }6 i: g$ O; zbrd: module loaded
& s8 ?% d0 I8 ]0 k R- X- Nloop: module loaded
0 M/ E9 X" m9 @8 a3 T$ [1 Llibphy: Fixed MDIO Bus: probed) }' v; C" i5 p* K. ?& \
CAN device driver interface
# P. y3 b9 E8 x# Z+ n4 r/ h' nlibphy: MACB_mii_bus: probed
, k+ p- h! K1 I# j9 z$ Y4 w+ [macb e000b000.ethernet eth0: cadence GEM rev 0x00020118 at 0xe000b000 irq 27 (00:0a:35:00:01:22)
8 T" |0 X( Y% W4 uMarvell 88E1510 e000b000.ethernet-ffffffff:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=e000b000.ethernet-ffffffff:00, irq=POLL)
. s/ ~7 K* t1 ^+ se1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
# ?% U$ K5 D" _9 j: Le1000e: Copyright(c) 1999 - 2015 Intel Corporation.
9 F5 j! B* ?/ G- y3 X: M, lehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
0 h- f5 H6 e/ h/ J3 f. t0 F# Zehci-pci: EHCI PCI platform driver
7 h0 b- o3 k; h) H3 v) \8 Ausbcore: registered new interface driver usb-storage( [. S. S2 J' C
chipidea-usb2 e0002000.usb: e0002000.usb supply vbus not found, using dummy regulator
6 v8 E& ^) A9 k+ w ~8 @ULPI transceiver vendor/product ID 0x0451/0x15072 w, d1 R Q7 }3 y
Found TI TUSB1210 ULPI transceiver.
! H0 u' G# m0 u' j' n: e% zULPI integrity check: passed.
5 c5 C" s( r, A8 j4 aci_hdrc ci_hdrc.0: EHCI Host Controller
# P \* |# ]$ V1 s- m d; O0 Y ~3 Xci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1) s% D; ~: O, |: h; E) c# U
ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
2 j0 W6 w; t( y9 o$ lhub 1-0:1.0: USB hub found
, W. {) P; I, Ehub 1-0:1.0: 1 port detected
. t/ I; M; ^) o" ~0 m/ Xi2c /dev entries driver
( ]% z$ _6 w. C9 w* `IR NEC protocol handler initialized6 r0 S* Z9 |# w
IR RC5(x/sz) protocol handler initialized
; d& g6 _5 y, ~. k, j: f( A' AIR RC6 protocol handler initialized6 P+ N4 [; @8 M' b/ C+ b- C
IR JVC protocol handler initialized
1 f' H8 E! R# U8 R6 A, L( kIR Sony protocol handler initialized- m( Z' a, V- G( y, q5 T( D3 U* y
IR SANYO protocol handler initialized- j+ T& G! `3 Q/ u% q
IR Sharp protocol handler initialized
6 `7 M, ^2 B; |" g1 sIR MCE Keyboard/mouse protocol handler initialized' W& B& N( o0 K8 d6 z
IR XMP protocol handler initialized
. S6 H$ k. q5 [. hcdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at e0946000 with timeout 10s+ e) v! Z4 p' D6 }
EDAC MC: ECC not enabled5 X3 c. e6 T+ Y7 r& F. x( u0 m1 D
Xilinx Zynq CpuIdle Driver started7 ]8 P* Y6 \& A% i C5 [
sdhci: Secure Digital Host Controller Interface driver# E) }1 K2 e: T P/ A c
sdhci: Copyright(c) Pierre Ossman
w& h- G9 |$ _& F: u& usdhci-pltfm: SDHCI platform and OF driver helper
4 w- I$ g8 {. W6 s I) n7 \mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
6 t j: Y/ h! o; G* [5 Wledtrig-cpu: registered to indicate activity on CPUs+ x) \% J& s- ]# F% |- I
usbcore: registered new interface driver usbhid
! S) T# t8 y3 h4 [6 [) ~usbhid: USB HID core driver" o# q0 A7 s4 j) U# }% R# z
fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
5 ~ a5 G0 x4 O# g* \NET: Registered protocol family 10- s, B+ e' t. Q v/ \0 O
Segment Routing with IPv6
9 a) g8 l, s6 W0 y bsit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
- k3 {, l5 e( ~/ ^3 \! W; Q- a& s1 m" KNET: Registered protocol family 17
R5 E$ Q3 X9 W0 ~9 @can: controller area network core (rev 20170425 abi 9)
' i. K+ J4 L1 X- E' UNET: Registered protocol family 29
& P/ R% H" v* y' t. l' h L* j, f! A* kcan: raw protocol (rev 20170425)
/ y' T/ p( f( Bcan: broadcast manager protocol (rev 20170425 t)
) P% Y6 V7 {6 S& U; Z% g. j; Bcan: netlink gateway (rev 20170425) max_hops=1
7 v( \( Z' A4 [2 }9 nRegistering SWP/SWPB emulation handler
6 D2 {. v0 x! u4 t4 n6 Lhctosys: unable to open rtc device (rtc0)3 h: M0 j7 f0 @3 M- u) m, z
of_cfs_init
) g/ H& C {& Q: S R8 Zof_cfs_init: OK- {4 a1 j' c' @
ALSA device list:/ U/ n0 m- e# L* p1 \, R" k4 G$ u
No soundcards found.
5 c" N! B; }, {1 Y. a9 IRAMDISK: gzip image found at block 0+ M$ w9 ] x- N$ b$ Z" B
mmc0: new high speed SDHC card at address 1234% r: H0 u& ~" z" W3 S/ G
mmcblk0: mmc0:1234 SA04G 3.71 GiB
7 F. }% ~) a" P1 N. tmmcblk0: p1 p2
, I, ]7 B$ W2 L) n$ s8 B; q, XEXT4-fs (ram0): couldn't mount as ext3 due to feature incompatibilities
" c$ F* a! g! i5 W$ J& _; wEXT4-fs (ram0): mounted filesystem without journal. Opts: (null)$ W" X; F/ A6 ]; @
VFS: Mounted root (ext4 filesystem) on device 1:0.
" F; ~, J8 o! J4 Y9 Q( q& D8 CStarting rcS...
+ j1 K# p! ~% p; H4 j0 J++ Mounting filesystem
# ` V7 a( c! m* Omount: mounting /dev/mmcblk0p1 on /mnt failed: No such file or directory
. L8 h. l9 f2 d; m: M% Zmount: mounting /dev/mmcblk0 on /mnt failed: No such file or directory5 c; N+ v R: o+ W' [1 f
++ Setting up mdev
" e, v4 u% D4 h' {( \% G$ I++ Starting telnet daemon
7 G# Z# `6 W& Q- t1 C++ Starting http daemon1 S- p- P/ f; D/ ~$ ^. L4 S
++ Starting ftp daemon
$ v6 L+ ]0 d7 \1 e++ Starting ssh daemon6 R. j+ p- s9 a2 T1 l4 M0 ?) b
rcS Complete
8 T2 z$ y* p) o$ n; w( Wzynq> |
|