Project

General

Profile

RE: Building an SD Card » BadBoot.txt

Bad SD Card Boot- my new kernel - Tom Tatakis, 04/07/2016 09:02 AM

 
1

    
2
U-Boot SPL 2013.10 (Apr 27 2015 - 11:42:09)
3
MitySOM335x profile 1 - Model No: 3354-HX-X38-RI Serial No: 14008001
4
Configuring for 512 MB DDR3 @ 400MHz
5
enable_gpmc_cs_config: base = 8000000, size = 0, config1 = 800
6
Alstom NVSP2 -- NAND Page size = 4096k booting from dev 5
7
Using 4k bch16 layout
8
ECC Mode = 2 lo = 208/0
9
nand_spl_load_image: loading 4096 bytes from 100000 to 80800000
10
nand_spl_load_image: loading 455772 bytes from 100000 to 807fffc0
11

    
12

    
13
U-Boot 2013.10 (Apr 27 2015 - 11:42:09)
14

    
15
AM335X-GP rev 2
16
I2C:   ready
17
DRAM:  512 MiB
18
WARNING: Caches not enabled
19
enable_gpmc_cs_config: base = 8000000, size = 0, config1 = 800
20
NAND:  Using 4k bch16 layout
21
ECC Mode = 2 lo = 208/0
22
512 MiB
23
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
24
gpio input SPARE0 value = 0
25
Net:   cpsw:1 is connected to cpsw.  Reconnecting to cpsw
26
cpsw
27
Hit any key to stop autoboot:  0
28
SD/MMC found on device 0
29
reading uenv.txt
30
2199 bytes read in 5 ms (428.7 KiB/s)
31
Loaded environment from uenv.txt
32
Importing environment from mmc ...
33
Running uenvcmd ...
34
Setting bus to 1
35
i2c_write: error waiting for addr ACK (status=0x116)
36
Error writing the chip.
37
i2c_write: error waiting for addr ACK (status=0x116)
38
Error writing the chip.
39
reading uImage
40
3825680 bytes read in 401 ms (9.1 MiB/s)
41
## Booting kernel from Legacy Image at 80007fc0 ...
42
   Image Name:   Linux-3.2.0-svn333
43
   Image Type:   ARM Linux Kernel Image (uncompressed)
44
   Data Size:    3825616 Bytes = 3.6 MiB
45
   Load Address: 80008000
46
   Entry Point:  80008000
47
   Verifying Checksum ... OK
48
   XIP Kernel Image ... OK
49

    
50
Starting kernel ...
51

    
52
Uncompressing Linux... done, booting the kernel.
53
[    0.000000] Linux version 3.2.0-svn333 (mitydsp@mitydsp-dev) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #45 PREEMPT Tue Apr 5 16:05:51 EDT 2016
54
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
55
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
56
[    0.000000] Machine: mitysom335x
57
[    0.000000] Memory policy: ECC disabled, Data cache writeback
58
[    0.000000] AM335X ES2.1 (sgx neon )
59
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
60
[    0.000000] Kernel command line: console=ttyO0,115200n8 video=da8xx:bpp=16 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait ip=none
61
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
62
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
63
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
64
[    0.000000] Memory: 512MB = 512MB total
65
[    0.000000] Memory: 510888k/510888k available, 13400k reserved, 0K highmem
66
[    0.000000] Virtual kernel memory layout:
67
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
68
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
69
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
70
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
71
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
72
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
73
[    0.000000]       .text : 0xc0008000 - 0xc0780000   (7648 kB)
74
[    0.000000]       .init : 0xc0780000 - 0xc07bb000   ( 236 kB)
75
[    0.000000]       .data : 0xc07bc000 - 0xc0854700   ( 610 kB)
76
[    0.000000]        .bss : 0xc0854724 - 0xc08a6418   ( 328 kB)
77
[    0.000000] NR_IRQS:396
78
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
79
[    0.000000] Total of 128 interrupts on 1 active controller
80
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
81
[    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
82
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
83
[    0.000000] Console: colour dummy device 80x30
84
[    0.000122] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
85
[    0.089080] pid_max: default: 32768 minimum: 301
86
[    0.089233] Security Framework initialized
87
[    0.089324] Mount-cache hash table entries: 512
88
[    0.089721] CPU: Testing write buffer coherency: ok
89
[    0.090698] devtmpfs: initialized
90
[    0.110961] omap_hwmod: pruss: failed to hardreset
91
[    0.112457] print_constraints: dummy:
92
[    0.112976] NET: Registered protocol family 16
93
[    0.115692] OMAP GPIO hardware version 0.1
94
[    0.119384] mityarm335x_init...
95
[    0.119720] omap_mux_init: Add partition: #1: core, flags: 0
96
[    0.120544] Configuring I2C Bus 1
97
[    0.120635]  omap_i2c.2: alias fck already exists
98
[    0.120910] Configuring I2C Bus 2
99
[    0.120971]  omap_i2c.3: alias fck already exists
100
[    0.122039] Registering mcspi 1 [2]
101
[    0.122070]  omap2_mcspi.1: alias fck already exists
102
[    0.122344] Registering mcspi 2 [2]
103
[    0.122375]  omap2_mcspi.2: alias fck already exists
104
[    0.122680]  edma.0: alias fck already exists
105
[    0.122711]  edma.0: alias fck already exists
106
[    0.122711]  edma.0: alias fck already exists
107
[    0.128021]  omap_i2c.1: alias fck already exists
108
[    0.161041] bio: create slab <bio-0> at 0
109
[    0.164062] SCSI subsystem initialized
110
[    0.166168] usbcore: registered new interface driver usbfs
111
[    0.166564] usbcore: registered new interface driver hub
112
[    0.166839] usbcore: registered new device driver usb
113
[    0.168304] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 100 kHz
114
[    0.179229] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
115
[    0.180297] tps65910 3-002d: JTAGREVNUM 0x1
116
[    0.185028] print_constraints: VRTC:
117
[    0.186553] print_constraints: VIO: at 1500 mV
118
[    0.188903] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
119
[    0.191436] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
120
[    0.192504] print_constraints: VDD3: 5000 mV
121
[    0.193969] print_constraints: VDIG1: at 1800 mV
122
[    0.195465] print_constraints: VDIG2: at 1800 mV
123
[    0.196960] print_constraints: VPLL: at 1800 mV
124
[    0.198425] print_constraints: VDAC: at 1800 mV
125
[    0.199951] print_constraints: VAUX1: at 1800 mV
126
[    0.201416] print_constraints: VAUX2: at 3300 mV
127
[    0.202911] print_constraints: VAUX33: at 3300 mV
128
[    0.204406] print_constraints: VMMC: at 3300 mV
129
[    0.205017] tps65910 3-002d: No interrupt support, no core IRQ
130
[    0.219116] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
131
[    0.219787] pps_core: LinuxPPS API ver. 1 registered
132
[    0.219787] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
133
[    0.219970] PTP clock support registered
134
[    0.221069] Advanced Linux Sound Architecture Driver Version 1.0.24.
135
[    0.221954] Switching to clocksource gp timer
136
[    0.246734] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
137
[    0.247406] NET: Registered protocol family 2
138
[    0.247680] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
139
[    0.248199] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
140
[    0.248474] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
141
[    0.248626] TCP: Hash tables configured (established 16384 bind 16384)
142
[    0.248626] TCP reno registered
143
[    0.248657] UDP hash table entries: 256 (order: 0, 4096 bytes)
144
[    0.248657] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
145
[    0.248962] NET: Registered protocol family 1
146
[    0.249542] RPC: Registered named UNIX socket transport module.
147
[    0.249542] RPC: Registered udp transport module.
148
[    0.249572] RPC: Registered tcp transport module.
149
[    0.249572] RPC: Registered tcp NFSv4.1 backchannel transport module.
150
[    0.249877] NetWinder Floating Point Emulator V0.97 (double precision)
151
[    0.253692] audit: initializing netlink socket (disabled)
152
[    0.253753] type=2000 audit(0.250:1): initialized
153
[    0.269775] VFS: Disk quotas dquot_6.5.2
154
[    0.269866] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
155
[    0.272338] msgmni has been set to 997
156
[    0.273925] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
157
[    0.273956] io scheduler noop registered
158
[    0.273956] io scheduler deadline registered
159
[    0.274139] io scheduler cfq registered (default)
160
[    0.276336] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
161
[    0.278961] zilog_escc_init returning with 0
162
[    0.299041] brd: module loaded
163
[    0.306091] loop: module loaded
164
[    0.306335] i2c-core: driver [tsl2550] using legacy suspend method
165
[    0.306365] i2c-core: driver [tsl2550] using legacy resume method
166
[    0.306457] at24 2-0050: 256 byte 24c02 EEPROM, read-only, 0 bytes/write
167
[    0.312316] MitySOM-335x: Part Number = 3354-HX-X38-RI
168
[    0.312316] No SPI NOR Flash found.
169
[    0.312316] Configuring 512MB NAND device
170
[    0.312530] mityarm335x_nand_init: calling omap_nand_init- 4k
171
[    0.312530] mityarm335x_nand_init: calling omap_init_gpmc
172
[    0.313201] omap-gpmc omap-gpmc: GPMC revision 6.0
173
[    0.313201] gpmc_probe: calling gpmc_nand_init
174
[    0.313232] gpmc_probe:      nr= 8, cs= 0, name= SPL
175
[    0.313232] Registering NAND on CS0
176
[    0.313232] Enabling CS0, base=0x100000, size=0xf00000, config7=0xf40
177
[    0.313262] Registering CS0, resource start=0x100000, end=0xffffff
178
[    0.313323] gpmc_nand_init: registering paltform device gpmc_nand_device= omap2-nand
179
[    0.317413] omap2-nand driver initializing
180
[    0.317504] omap_nand_probe: pdev->name= omap2-nand
181
[    0.317779] ONFI flash detected
182
[    0.317901] ONFI param page 0 valid
183
[    0.317932] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAWP)
184
[    0.317932] nand_scan_tail: ENTERED (0xdf172010)
185
[    0.317962] omap_nand_probe: calling mtd_device_parse_register
186
[    0.317993] add_mtd_partitions: Creating 8 MTD partitions on "omap2-nand.0" (mtd=0xdf172010):
187
[    0.317993] allocate_partition: 0x000000000000-0x000000040000 : "SPL"
188
[    0.318084] add_mtd_device: mtd= 0xdf218800, assigning index= 0
189
[    0.319976] allocate_partition: 0x000000040000-0x000000080000 : "SPL.backup1"
190
[    0.320037] add_mtd_device: mtd= 0xdf23bc00, assigning index= 1
191
[    0.321746] allocate_partition: 0x000000080000-0x0000000c0000 : "SPL.backup2"
192
[    0.321807] add_mtd_device: mtd= 0xdf23b000, assigning index= 2
193
[    0.323822] allocate_partition: 0x0000000c0000-0x000000100000 : "SPL.backup3"
194
[    0.323913] add_mtd_device: mtd= 0xdf1e9400, assigning index= 3
195
[    0.325561] allocate_partition: 0x000000100000-0x000000300000 : "U-Boot"
196
[    0.326019] add_mtd_device: mtd= 0xdf1ee800, assigning index= 4
197
[    0.327697] allocate_partition: 0x000000300000-0x000000340000 : "U-Boot Env"
198
[    0.327758] add_mtd_device: mtd= 0xdf249c00, assigning index= 5
199
[    0.329376] allocate_partition: 0x000000340000-0x000000840000 : "Kernel"
200
[    0.330474] add_mtd_device: mtd= 0xdf249000, assigning index= 6
201
[    0.332336] allocate_partition: 0x000000840000-0x000020000000 : "File System"
202
[    0.438659] add_mtd_device: mtd= 0xdf24f400, assigning index= 7
203
[    0.440551] OneNAND driver initializing
204
[    0.443389] CAN device driver interface
205
[    0.443420] CAN bus driver for Bosch D_CAN controller 1.0
206
[    0.492187] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
207
[    0.492218] davinci_mdio davinci_mdio.0: detected phy mask fffffff9
208
[    0.492706] nvsp2_phy_fixup phy_id = 0x221622, addr = 1
209
[    0.493469] nvsp2_phy_fixup phy_id = 0x221622, addr = 2
210
[    0.493713] davinci_mdio.0: probed
211
[    0.493743] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver Micrel KSZ9031 Gigabit PHY
212
[    0.493743] davinci_mdio davinci_mdio.0: phy[2]: device 0:02, driver Micrel KSZ9031 Gigabit PHY
213
[    0.494201] usbcore: registered new interface driver cdc_ether
214
[    0.494415] usbcore: registered new interface driver cdc_subset
215
[    0.494476] Initializing USB Mass Storage driver...
216
[    0.494689] usbcore: registered new interface driver usb-storage
217
[    0.494720] USB Mass Storage support registered.
218
[    0.495452] mousedev: PS/2 mouse device common for all mice
219
[    0.498474] tps65910-rtc tps65910-rtc: Wake up is not possible as irq = 0
220
[    0.504547] tps65910-rtc tps65910-rtc: rtc core: registered tps65910-rtc as rtc0
221
[    0.504760] i2c /dev entries driver
222
[    0.505950] Linux media interface: v0.10
223
[    0.506164] Linux video capture interface: v2.00
224
[    0.510711] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
225
[    0.515991] cpuidle: using governor ladder
226
[    0.516845] cpuidle: using governor menu
227
[    0.518768] usbcore: registered new interface driver usbhid
228
[    0.518798] usbhid: USB HID core driver
229
[    0.520080] usbcore: registered new interface driver snd-usb-audio
230
[    0.547668] ALSA device list:
231
[    0.547668]   No soundcards found.
232
[    0.547698] oprofile: hardware counters not available
233
[    0.547698] oprofile: using timer interrupt.
234
[    0.547760] nf_conntrack version 0.5.0 (7982 buckets, 31928 max)
235
[    0.548614] ip_tables: (C) 2000-2006 Netfilter Core Team
236
[    0.548797] TCP cubic registered
237
[    0.548797] NET: Registered protocol family 17
238
[    0.548828] can: controller area network core (rev 20090105 abi 8)
239
[    0.549072] NET: Registered protocol family 29
240
[    0.549072] can: raw protocol (rev 20090105)
241
[    0.549102] can: broadcast manager protocol (rev 20090105 t)
242
[    0.549194] 8021q: 802.1Q VLAN Support v1.8
243
[    0.549224] lib80211: common routines for IEEE802.11 drivers
244
[    0.549285] Registering the dns_resolver key type
245
[    0.549407] Registering FPGA on CS1
246
[    0.549407] Enabling CS1, base=0x1000000, size=0x1000000, config7=0xf41
247
[    0.549438] Registering CS1, resource start=0x1000000, end=0x1ffffff
248
[    0.550048] baseboard_init_late [Alstom NVSP2]...
249
[    0.550292]  omap_hsmmc.0: alias fck already exists
250
[    0.551574] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
251
[    1.659545] console [ttyO0] enabled
252
[    1.664947] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
253
[    1.673736] baseboard_setup_spi1_devices: calling spi_register_board_info()
254
[    1.681701] m25p80 spi2.0: m25p64-nonjedec (8192 Kbytes)
255
[    1.687377] add_mtd_partitions: Creating 1 MTD partitions on "spi_flash" (mtd=0xdf2ad410):
256
[    1.696014] allocate_partition: 0x000000000000-0x000000800000 : "NOR User Defined"
257
[    1.703948] add_mtd_device: mtd= 0xdf2ad000, assigning index= 8
258
[    1.917053] zilog_escc: ttyZ0 at MMIO 0x1008004 (irq = 256) is a zs (ESCC)
259
[    1.924835] zilog_escc: ttyZ1 at MMIO 0x1008000 (irq = 256) is a zs (ESCC)
260
[    1.936248]  d_can.1: alias fck already exists
261
[    1.942382] d_can d_can.1: device registered (irq=55, irq_obj=56)
262
[    1.951660] tiadc tiadc: attached adc driver
263
[    1.956390] Registering ENET on CS2
264
[    1.960052] Enabling CS2, base=0x2000000, size=0x1000000, config7=0xf42
265
[    1.966979] Registering CS2, resource start=0x2000000, end=0x2ffffff
266
[    1.974151] ks8851_mll ks8851_mll: (unregistered net_device): message enable is 0
267
[    1.981964] ks8851_mll ks8851_mll: (unregistered net_device): the selftest passes
268
[    2.001708] ks8851_mll ks8851_mll: eth0: Using random mac address
269
[    2.008178] ks8851_mll ks8851_mll: eth0: Mac address is: 16:36:93:4b:7f:92
270
[    2.015380] ks8851_mll ks8851_mll: eth0: Found chip, family: 0x88, id: 0x7, rev: 0x1
271
[    2.023468] ks8851_mll ks8851_mll: eth0: MARM register value: 0x934b
272
[    2.030120] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
273
[    2.038146] ThumbEE CPU extension supported.
274
[    2.042694] mux: Failed to setup hwmod io irq -22
275
[    2.049591] Power Management for AM33XX family
276
[    2.054260] pm: Err (-22) setting core voltage setting
277
[    2.059844] Trying to load am335x-pm-firmware.bin (60 secs timeout)
278
[    2.066528] Copied the M3 firmware to UMEM
279
[    2.070861] Unable to read CM3 firmware version
280
[    2.089935] Detected MACID=90:59:af:91:32:22
281
[    2.095947] cpsw: Detected MACID = 90:59:af:91:32:24
282
[    2.105895] tps65910-rtc tps65910-rtc: setting system clock to 2014-12-19 01:38:38 UTC (1418953118)
283
[    2.116363] Waiting for root device /dev/mmcblk0p2...
(2-2/3) Go to top
Add picture from clipboard (Maximum size: 1 GB)