Project

General

Profile

RE: Booting from Nand » NAND_NFS_withSD_successBootLog_7Feb.txt

Also shows u-boot arguments used for both - Bindu Jagannatha, 02/07/2014 10:17 AM

 
1
U-Boot SPL 2013.10-g6c6a700 (Nov 20 2013 - 17:01:23)                                       
2
MityARM335x profile 1 - Model No: 3354-GX-X38-RC Serial No: 133869                         
3
Configuring for 512 MB DDR3 @ 303MHz
4
Critical Link AM335X Dev Kit -- NAND Page size = 4096k booting from dev 5
5
Using 4k bch16 layout
6
ECC Mode = 2 lo = 208/0
7
nand_spl_load_image: loading 4096 bytes from 100000 to 80800000
8
nand_spl_load_image: loading 457164 bytes from 100000 to 807fffc0
9

    
10

    
11
U-Boot 2013.10-g6c6a700 (Nov 20 2013 - 17:01:23)
12

    
13
AM335X-GP rev 0
14
I2C:   ready
15
DRAM:  512 MiB
16
WARNING: Caches not enabled
17
NAND:  Using 4k bch16 layout
18
ECC Mode = 2 lo = 208/0
19
512 MiB
20
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
21
Net:   cpsw:1 is connected to cpsw.  Reconnecting to cpsw
22
cpsw
23
Hit any key to stop autoboot:  0 
24
U-Boot# pri
25
arch=arm
26
baudrate=115200
27
board=mityarm335x
28
board_name=mityarm335x
29
bootargs=console=ttyO0,115200n8 video=da8xx:bpp=16 noinitrd root=/dev/nfs rootwait nfsroot=192.17.52.249:/home/mitydsp/nfs/targetNFS/,nolock rw ip=dhcp
30
bootcmd=run config_dvi; run nand_boot
31
bootdelay=3
32
bootfile=uImage
33
config_dvi=i2c dev 1;i2c mw 38 8 3d; i2c mw 38 33 0
34
cpu=armv7
35
ethact=cpsw
36
ethaddr=78:c5:e5:bc:50:3f
37
ipaddr=192.17.52.100
38
kloadaddr=0x80007fc0
39
loadaddr=0x82000000
40
nand_boot=echo Booting from nand ...; nandecc hw 2; nand read.i ${kloadaddr} ${nand_src_addr} ${nand_img_siz}; bootm ${kloadaddr}
41
nand_img_siz=0x500000
42
nand_src_addr=0x340000
43
nfsopts=nolock
44
rootpath=/home/mitydsp/nfs/targetNFS/
45
serverip=192.17.52.249
46
soc=am33xx
47
stderr=serial
48
stdin=serial
49
stdout=serial
50
vendor=cl
51
ver=U-Boot 2013.10-g6c6a700 (Nov 20 2013 - 17:01:23)
52

    
53
Environment size: 867/131068 bytes
54
U-Boot# boot
55
Setting bus to 1
56
Booting from nand ...
57
nandecc disabled
58

    
59
NAND read: device 0 offset 0x340000, size 0x500000
60
Skipping bad block 0x00780000
61
 5242880 bytes read: OK
62
## Booting kernel from Legacy Image at 80007fc0 ...
63
   Image Name:   Linux-3.2.0+
64
   Image Type:   ARM Linux Kernel Image (uncompressed)
65
   Data Size:    3635848 Bytes = 3.5 MiB
66
   Load Address: 80008000
67
   Entry Point:  80008000
68
   Verifying Checksum ... OK
69
   XIP Kernel Image ... OK
70

    
71
Starting kernel ...
72

    
73
Uncompressing Linux... done, booting the kernel.
74
[    0.000000] Linux version 3.2.0+ (mitydsp@mitydsp-dev) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #119 Thu Jul 25 13:02:37 EDT 2013
75
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
76
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
77
[    0.000000] Machine: mityarm335x
78
[    0.000000] Memory policy: ECC disabled, Data cache writeback
79
[    0.000000] AM335X ES1.0 (sgx neon )
80
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
81
[    0.000000] Kernel command line: console=ttyO0,115200n8 video=da8xx:bpp=16 noinitrd root=/dev/nfs rootwait nfsroot=192.17.52.249:/home/mitydsp/nfs/targetp
82
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
83
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
84
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
85
[    0.000000] Memory: 512MB = 512MB total
86
[    0.000000] Memory: 511308k/511308k available, 12980k reserved, 0K highmem
87
[    0.000000] Virtual kernel memory layout:
88
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
89
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
90
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
91
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
92
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
93
[    0.000000]       .text : 0xc0008000 - 0xc072d000   (7316 kB)
94
[    0.000000]       .init : 0xc072d000 - 0xc076c000   ( 252 kB)
95
[    0.000000]       .data : 0xc076c000 - 0xc0802300   ( 601 kB)
96
[    0.000000]        .bss : 0xc0802324 - 0xc083efb4   ( 244 kB)
97
[    0.000000] NR_IRQS:396
98
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
99
[    0.000000] Total of 128 interrupts on 1 active controller
100
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
101
[    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
102
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
103
[    0.000000] Console: colour dummy device 80x30
104
[    0.000122] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
105
[    0.056488] pid_max: default: 32768 minimum: 301
106
[    0.056610] Security Framework initialized
107
[    0.056732] Mount-cache hash table entries: 512
108
[    0.057067] CPU: Testing write buffer coherency: ok
109
[    0.076324] omap_hwmod: gfx: failed to hardreset
110
[    0.091918] omap_hwmod: pruss: failed to hardreset
111
[    0.093200] print_constraints: dummy: 
112
[    0.093536] NET: Registered protocol family 16
113
[    0.095672] OMAP GPIO hardware version 0.1
114
[    0.098144] omap_mux_init: Add partition: #1: core, flags: 0
115
[    0.100524]  omap_i2c.3: alias fck already exists
116
[    0.100799]  omap_i2c.2: alias fck already exists
117
[    0.102081] Registering mcspi 1 [2]
118
[    0.102111]  omap2_mcspi.1: alias fck already exists
119
[    0.102325] Registering mcspi 2 [2]
120
[    0.102355]  omap2_mcspi.2: alias fck already exists
121
[    0.102600]  edma.0: alias fck already exists
122
[    0.102630]  edma.0: alias fck already exists
123
[    0.102661]  edma.0: alias fck already exists
124
[    0.105773] baseboard_init [MityARM-335x DevKit]...
125
[    0.106140]  omap_hsmmc.0: alias fck already exists
126
[    0.106536]  omap_hsmmc.2: alias fck already exists
127
[    0.107360]  da8xx_lcdc.0: alias fck already exists
128
[    0.107879]  d_can.0: alias fck already exists
129
[    0.108123]  d_can.1: alias fck already exists
130
[    0.108367] Configuring audio...
131
[    0.108428] Registering mcasp[1]
132
[    0.108459]  davinci-mcasp.1: alias fck already exists
133
[    0.108947]  omap_i2c.1: alias fck already exists
134
[    0.109161] WLAN GPIO Info.. IRQ = 186 WL_EN = 100 BT_EN = -22
135
[    0.109161] Bluetooth not Enabled!
136
[    0.109222] baseboard_setup_wlan: finished
137
[    0.132843] bio: create slab <bio-0> at 0
138
[    0.134979] SCSI subsystem initialized
139
[    0.137145] usbcore: registered new interface driver usbfs
140
[    0.137481] usbcore: registered new interface driver hub
141
[    0.137664] usbcore: registered new device driver usb
142
[    0.137817] musb-ti81xx musb-ti81xx: musb0, board_mode=0x3, plat_mode=0x3
143
[    0.138122] musb-ti81xx musb-ti81xx: musb1, board_mode=0x3, plat_mode=0x0
144
[    0.139221] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
145
[    0.140136] tps65910 3-002d: JTAGREVNUM 0x1
146
[    0.142456] print_constraints: VRTC: 
147
[    0.143859] print_constraints: VIO: at 1500 mV 
148
[    0.146087] print_constraints: VDD1: 600 <--> 1500 mV at 1137 mV normal 
149
[    0.148284] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal 
150
[    0.149261] print_constraints: VDD3: 5000 mV 
151
[    0.150634] print_constraints: VDIG1: at 1800 mV 
152
[    0.152008] print_constraints: VDIG2: at 1800 mV 
153
[    0.153411] print_constraints: VPLL: at 1800 mV 
154
[    0.154785] print_constraints: VDAC: at 1800 mV 
155
[    0.156188] print_constraints: VAUX1: at 1800 mV 
156
[    0.157562] print_constraints: VAUX2: at 3300 mV 
157
[    0.158966] print_constraints: VAUX33: at 3300 mV 
158
[    0.160339] print_constraints: VMMC: at 3300 mV 
159
[    0.160827] tps65910 3-002d: No interrupt support, no core IRQ
160
[    0.161010] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 100 kHz
161
[    0.161590] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
162
[    0.162719] Advanced Linux Sound Architecture Driver Version 1.0.24.
163
[    0.164001] cfg80211: Calling CRDA to update world regulatory domain
164
[    0.165039] Switching to clocksource gp timer
165
[    0.180145] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
166
[    0.180328] musb-hdrc musb-hdrc.0: dma type: pio
167
[    0.181213] musb-hdrc musb-hdrc.0: USB OTG mode controller at e081c000 using PIO, IRQ 18
168
[    0.181396] musb-hdrc musb-hdrc.1: dma type: pio
169
[    0.181762] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
170
[    0.181854] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
171
[    0.181976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
172
[    0.181976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
173
[    0.181976] usb usb1: Product: MUSB HDRC host driver
174
[    0.182006] usb usb1: Manufacturer: Linux 3.2.0+ musb-hcd
175
[    0.182006] usb usb1: SerialNumber: musb-hdrc.1
176
[    0.182769] hub 1-0:1.0: USB hub found
177
[    0.182800] hub 1-0:1.0: 1 port detected
178
[    0.183319] musb-hdrc musb-hdrc.1: USB OTG mode controller at e081e800 using PIO, IRQ 19
179
[    0.183746] NET: Registered protocol family 2
180
[    0.183929] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
181
[    0.184204] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
182
[    0.184509] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
183
[    0.184692] TCP: Hash tables configured (established 16384 bind 16384)
184
[    0.184692] TCP reno registered
185
[    0.184722] UDP hash table entries: 256 (order: 0, 4096 bytes)
186
[    0.184722] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
187
[    0.184906] NET: Registered protocol family 1
188
[    0.185241] RPC: Registered named UNIX socket transport module.
189
[    0.185241] RPC: Registered udp transport module.
190
[    0.185272] RPC: Registered tcp transport module.
191
[    0.185272] RPC: Registered tcp NFSv4.1 backchannel transport module.
192
[    0.185485] NetWinder Floating Point Emulator V0.97 (double precision)
193
[    0.185699] omap-gpmc omap-gpmc: GPMC revision 6.0
194
[    0.185729] Registering NAND on CS0
195
[    0.204681] VFS: Disk quotas dquot_6.5.2
196
[    0.204742] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
197
[    0.205291] msgmni has been set to 998
198
[    0.206146] io scheduler noop registered
199
[    0.206146] io scheduler deadline registered
200
[    0.206207] io scheduler cfq registered (default)
201
[    0.207183] _regulator_get: tps6116x supply vlcd not found, using dummy regulator
202
[    0.210052] tps6116x tps6116x: registered backlight controller
203
[    0.210571] DA8XX FB - options = bpp=16
204
[    0.210723] da8xx_lcdc da8xx_lcdc.0: GLCD: Found 800x600 panel
205
[    0.211700] DA8XX FB: 1024 x 768 16 bpp
206
[    0.226654] Console: switching to colour frame buffer device 128x48
207
[    0.236663] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
208
[    0.238464] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
209
[    0.959472] console [ttyO0] enabled
210
[    0.963592] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
211
[    0.971160] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
212
[    0.978637] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
213
[    0.986114] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
214
[    0.993530] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
215
[    1.010162] brd: module loaded
216
[    1.018066] loop: module loaded
217
[    1.021392] i2c-core: driver [tsl2550] using legacy suspend method
218
[    1.027587] i2c-core: driver [tsl2550] using legacy resume method
219
[    1.033752] at24 2-0050: 256 byte 24c02 EEPROM, read-only, 0 bytes/write
220
[    1.046081] MityARM-335x: Factory Config Version Wrong (10002)
221
[    1.054107] m25p80 spi2.0: m25p64-nonjedec (8192 Kbytes)
222
[    1.059478] Creating 1 MTD partitions on "spi_flash":
223
[    1.064544] 0x000000000000-0x000000800000 : "NOR User Defined"
224
[    1.072296] omap2-nand driver initializing
225
[    1.076751] ONFI flash detected
226
[    1.080017] ONFI param page 0 valid
227
[    1.083496] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAWP)
228
[    1.091552] Creating 8 MTD partitions on "omap2-nand.0":
229
[    1.096893] 0x000000000000-0x000000040000 : "SPL"
230
[    1.102905] 0x000000040000-0x000000080000 : "SPL.backup1"
231
[    1.109588] 0x000000080000-0x0000000c0000 : "SPL.backup2"
232
[    1.116241] 0x0000000c0000-0x000000100000 : "SPL.backup3"
233
[    1.122863] 0x000000100000-0x000000300000 : "U-Boot"
234
[    1.129455] 0x000000300000-0x000000340000 : "U-Boot Env"
235
[    1.136108] 0x000000340000-0x000000840000 : "Kernel"
236
[    1.143310] 0x000000840000-0x000020000000 : "File System"
237
[    1.250396] OneNAND driver initializing
238
[    1.255676] CAN device driver interface
239
[    1.259521] CAN bus driver for Bosch D_CAN controller 1.0
240
[    1.265747] d_can d_can.0: device registered (irq=52, irq_obj=53)
241
[    1.272460] d_can d_can.1: device registered (irq=55, irq_obj=56)
242
[    1.325683] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
243
[    1.331878] davinci_mdio davinci_mdio.0: detected phy mask fffffffd
244
[    1.338562] am335x_vsc8601_phy_fixup 70421 here addr = 1
245
[    1.344543] davinci_mdio.0: probed
246
[    1.347961] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
247
[    1.355468] usbcore: registered new interface driver cdc_ether
248
[    1.361511] usbcore: registered new interface driver cdc_subset
249
[    1.367492] Initializing USB Mass Storage driver...
250
[    1.372619] usbcore: registered new interface driver usb-storage
251
[    1.378631] USB Mass Storage support registered.
252
[    1.383331]  gadget: using random self ethernet address
253
[    1.388580]  gadget: using random host ethernet address
254
[    1.394348] usb0: MAC 82:a3:cd:13:87:20
255
[    1.398193] usb0: HOST MAC 7e:e9:80:be:e9:6f
256
[    1.402526]  gadget: Ethernet Gadget, version: Memorial Day 2008
257
[    1.408569]  gadget: g_ether ready
258
[    1.411987] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
259
[    1.417327] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
260
[    1.424835] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
261
[    1.431640] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
262
[    1.438873] usb usb2: Product: MUSB HDRC host driver
263
[    1.443847] usb usb2: Manufacturer: Linux 3.2.0+ musb-hcd
264
[    1.449249] usb usb2: SerialNumber: musb-hdrc.0
265
[    1.454559] hub 2-0:1.0: USB hub found
266
[    1.458343] hub 2-0:1.0: 1 port detected
267
[    1.463317] mousedev: PS/2 mouse device common for all mice
268
[    1.470001] input: ti-tsc-adcc as /devices/platform/tsc/input/input0
269
[    1.477447] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
270
[    1.484039] i2c /dev entries driver
271
[    1.488372] Linux media interface: v0.10
272
[    1.492462] Linux video capture interface: v2.00
273
[    1.497436] usbcore: registered new interface driver uvcvideo
274
[    1.503173] USB Video Class driver (1.1.1)
275
[    1.511718] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
276
[    1.519989] cpuidle: using governor ladder
277
[    1.524566] cpuidle: using governor menu
278
[    1.534576] usbcore: registered new interface driver usbhid
279
[    1.540191] usbhid: USB HID core driver
280
[    1.544616] usbcore: registered new interface driver snd-usb-audio
281
[    1.566253] tlv320aic26-codec spi1.1: Probing AIC26 SoC CODEC driver
282
[    1.590179] asoc: tlv320aic26-hifi <-> davinci-mcasp.1 mapping ok
283
[    1.597473] ALSA device list:
284
[    1.600463]   #0: MityARM-335X DevKit
285
[    1.604095] oprofile: hardware counters not available
286
[    1.609191] oprofile: using timer interrupt.
287
[    1.613494] nf_conntrack version 0.5.0 (7989 buckets, 31956 max)
288
[    1.620025] ip_tables: (C) 2000-2006 Netfilter Core Team
289
[    1.625457] TCP cubic registered
290
[    1.628723] NET: Registered protocol family 17
291
[    1.633178] can: controller area network core (rev 20090105 abi 8)
292
[    1.639434] NET: Registered protocol family 29
293
[    1.643920] can: raw protocol (rev 20090105)
294
[    1.648223] can: broadcast manager protocol (rev 20090105 t)
295
[    1.653900] lib80211: common routines for IEEE802.11 drivers
296
[    1.659637] Registering the dns_resolver key type
297
[    1.664398] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
298
[    1.672088] ThumbEE CPU extension supported.
299
[    1.676422] mux: Failed to setup hwmod io irq -22
300
[    1.681762] Power Management for AM33XX family
301
[    1.686401] Trying to load am335x-pm-firmware.bin (60 secs timeout)
302
[    1.692779] Copied the M3 firmware to UMEM
303
[    1.696929] omap_hwmod: wkup_m3: wkup_m3: hwmod data error: OMAP4 does not support st_shift
304
[    1.710601] Detected MACID=78:c5:e5:bc:50:3e
305
[    1.716461] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
306
[    1.727294] PHY 0:00 not found
307
[    1.730407] am335x_vsc8601_phy_fixup 70421 here addr = 1
308
[    1.736450] 
309
[    1.736480] CPSW phy found : id is : 0x70421
310
[    1.774597] mmc0: new high speed SDHC card at address e624
311
[    1.780822] mmcblk0: mmc0:e624 SU04G 3.69 GiB 
312
[    1.798858]  mmcblk0: p1 p2 p3
313
[    5.737060] PHY: 0:01 - Link is Up - 1000/Full
314
[    5.766265] Sending DHCP requests ., OK
315
[    6.286743] IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.17.52.100
316
[    6.294830] IP-Config: Complete:
317
[    6.298095]      device=eth0, addr=192.17.52.100, mask=255.255.255.0, gw=192.17.52.1,
318
[    6.305664]      host=192.17.52.100, domain=, nis-domain=(none),
319
[    6.311676]      bootserver=0.0.0.0, rootserver=192.17.52.249, rootpath=
320
[    6.375793] VFS: Mounted root (nfs filesystem) on device 0:14.
321
[    6.382019] Freeing init memory: 252K
322
[    7.302764] udevd (819): /proc/819/oom_adj is deprecated, please use /proc/819/oom_score_adj instead.
323
[   12.314910] FAT-fs (mmcblk0): bogus number of reserved sectors
324
[   12.320800] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
325
[   12.338073] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
326
[   12.347717] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.
327
[   12.360015] cramfs: wrong magic
328
[   12.364898] FAT-fs (mmcblk0): bogus number of reserved sectors
329
[   12.370788] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
330
[   13.282592] kjournald starting.  Commit interval 5 seconds
331
[   13.288208] EXT3-fs (mmcblk0p3): warning: maximal mount count reached, running e2fsck is recommended
332
[   13.311584] EXT3-fs (mmcblk0p3): using internal journal
333
[   13.316925] EXT3-fs (mmcblk0p3): recovery complete
334
[   13.321716] EXT3-fs (mmcblk0p3): mounted filesystem with ordered data mode
335
[   13.531768] kjournald starting.  Commit interval 5 seconds
336
[   13.537353] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
337
[   13.548889] EXT3-fs (mmcblk0p2): using internal journal
338
[   13.554138] EXT3-fs (mmcblk0p2): recovery complete
339
[   13.558959] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
340
[   13.645507] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
341
[   16.727020] pvrsrvkm: disagrees about version of symbol module_layout
342
[   16.998474] Unhandled fault: external abort on non-linefetch (0x1018) at 0x40312014
343

    
344
                                                                                                    
345
,--.   ,--.,--.  ,--.            ,---.  ,------. ,--.   ,--. 
346
|   `.'   |`--',-'  '-.,--. ,--./  O  \ |  .--. '|   `.'   |
347
|  |'.'|  |,--.'-.  .-' \  '  /|  .-.  ||  '--'.'|  |'.'|  |
348
|  |   |  ||  |  |  |    \   ' |  | |  ||  |\  \ |  |   | 
349
`--'   `--'`--'  `--'  .-'  /  `--' `--'`--' '--'`--'   `--' 
350
                       `---'                                
351
          ,----. ,----. ,-----.,--.   ,--. 
352
          '.-.  |'.-.  ||  .--' \  `.'  /  
353
            .' <   .' < '--. `\  .'    \   
354
          /'-'  |/'-'  |.--'  / /  .'.  \  
355
          `----' `----' `----' '--'   '--' 
356

    
357
Critical Link LLC http://support.criticallink.com mityarm-335x ttyO0
358
        Linux kernel verison Linux armv7l #119 Thu Jul 25 13:02:37 EDT 2013
359

    
360
mityarm-335x login: root
361
root@mityarm-335x:~# 
(1-1/2) Go to top
Add picture from clipboard (Maximum size: 1 GB)