bskumar7080

Boot_log_15.07.2011

Jul 15th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 KB | None | 0 0
  1.  
  2. ### start_armboot: logocmd="nand read 3000000 200000 1e0000"
  3.  
  4.  
  5. NAND read: device 0x0 offset 0x200000, size 0x1e0000 ...
  6.  
  7. .
  8. .
  9. ..
  10. ..
  11. ..total 0x1e0000 bytes read
  12.  
  13.  
  14. Read logo data from address 0x03000000
  15.  
  16. Bytes Per Pixel = 2
  17.  
  18. Logo Size: 1024 * 768, LCD Size: 1024 * 768
  19.  
  20. Show logo
  21.  
  22. lcdc enable
  23.  
  24. ### main_loop: bootcmd="nand read 0x0 0x0 0x200000;bootm 0"
  25.  
  26. Hit any key to stop autoboot: 3
  27. \0x08\0x08\0x08 2
  28. \0x08\0x08\0x08 1
  29. \0x08\0x08\0x08 0
  30.  
  31.  
  32. scriptcmd start:
  33.  
  34.  
  35.  
  36. SD:Four Bits Mode!
  37.  
  38. SD Card High Speed!
  39.  
  40.  
  41. Initial SD Card OK!
  42.  
  43. register mmc device
  44.  
  45. part_offset : 3f, cur_part : 1
  46.  
  47. part_offset : 3f, cur_part : 1
  48.  
  49. reading script/scriptcmd
  50.  
  51. 2 : \0xf02\0xe4\0xcd\0x16\0xcd
  52.  
  53. FAT16, fatlength: 96
  54.  
  55. Rootdir begins at sector: 196, offset: 18800, size: 32
  56.  
  57. Data begins at: 220
  58.  
  59. Cluster size: 4
  60.  
  61. Rootvfatname: |script|
  62.  
  63. RootName: script, start: 0x3, size: 0x0 (DIR)
  64.  
  65. get_dentfromdir: scriptcmd
  66.  
  67. gc - clustnum: 3, startsect: 232
  68.  
  69. Mismatch: |.||
  70.  
  71. Mismatch: |..||
  72.  
  73. vfatname: |scriptcmd|
  74.  
  75. DentName: script~1, start: 0x38f, size: 0x12c
  76.  
  77. mydata :
  78.  
  79. Size of clusters in sectors : 4
  80.  
  81. The sector of the first cluster, can be negative : dc
  82.  
  83. Current FAT buffer : 03f4e6e4
  84.  
  85. fatbufnum : ffffffff
  86.  
  87. Length of FAT in sectors : 60
  88.  
  89. Size of FAT in bits : 10
  90.  
  91. Starting sector of the FAT : 4
  92.  
  93. Start sector of root directory : c4
  94.  
  95. Filesize: 300 bytes
  96.  
  97. Reading: 300 bytes
  98.  
  99. gc - clustnum: 911, startsect: 3864
  100.  
  101. gc - clustnum: 911, startsect: 3864
  102.  
  103. Size: 300, got: 300
  104.  
  105.  
  106. 300 bytes read
  107.  
  108. ## Executing script at 00000000
  109.  
  110. ** Script length: 228
  111.  
  112. ** exec: "setenv bootargs root=/dev/sda2 init=/sbin/init rootwait earlyprintk console=ttyWMT0,115200n8"
  113.  
  114. ** exec: "textout 0 0 "About to load Linux from the SD card" 00ff00"
  115.  
  116. "About to load Linux from the SD card"
  117.  
  118. ** exec: "textout 0 72 "Loading kernel" ffffff"
  119.  
  120. "Loading kernel"
  121.  
  122. ** exec: "fatload mmc 0 0 /script/uImage"
  123.  
  124. part_offset : 3f, cur_part : 1
  125.  
  126. reading /script/uImage
  127.  
  128. 2 : \0xf02\0xe4\0xcd\0x16\0xcd
  129.  
  130. FAT16, fatlength: 96
  131.  
  132. Rootdir begins at sector: 196, offset: 18800, size: 32
  133.  
  134. Data begins at: 220
  135.  
  136. Cluster size: 4
  137.  
  138. Rootvfatname: |script|
  139.  
  140. RootName: script, start: 0x3, size: 0x0 (DIR)
  141.  
  142. get_dentfromdir: uimage
  143.  
  144. gc - clustnum: 3, startsect: 232
  145.  
  146. Mismatch: |.||
  147.  
  148. Mismatch: |..||
  149.  
  150. vfatname: |scriptcmd|
  151.  
  152. Mismatch: |script~1|scriptcmd|
  153.  
  154. Mismatch: |script~1||
  155.  
  156. vfatname: |uimage|
  157.  
  158. DentName: uimage, start: 0x390, size: 0x231cc8
  159.  
  160. mydata :
  161.  
  162. Size of clusters in sectors : 4
  163.  
  164. The sector of the first cluster, can be negative : dc
  165.  
  166. Current FAT buffer : 03f4e358
  167.  
  168. fatbufnum : ffffffff
  169.  
  170. Length of FAT in sectors : 60
  171.  
  172. Size of FAT in bits : 10
  173.  
  174. Starting sector of the FAT : 4
  175.  
  176. Start sector of root directory : c4
  177.  
  178. Filesize: 2301128 bytes
  179.  
  180. Reading: 2301128 bytes
  181.  
  182. gc - clustnum: 912, startsect: 3868
  183.  
  184.  
  185. gc - clustnum: 2035, startsect: 8360
  186.  
  187. Size: 2301128, got: 2301128
  188.  
  189.  
  190. 2301128 bytes read
  191.  
  192.  
  193. ** exec: "bootm 0"
  194.  
  195. ## Booting image at 00000000 ...
  196.  
  197. Image Name: Linux-3.0.0-rc5-gb2b7e56-dirty
  198.  
  199. Image Type: ARM Linux Kernel Image (uncompressed)
  200.  
  201. Data Size: 2301064 Bytes = 2.2 MB
  202.  
  203. Load Address: 00008000
  204.  
  205. Entry Point: 00008000
  206.  
  207. Verifying Checksum ...
  208. OK
  209.  
  210.  
  211. OK
  212.  
  213. No initrd
  214.  
  215. ## Transferring control to Linux (at address 00008000) ...
  216.  
  217.  
  218. Starting kernel ...
  219.  
  220.  
  221.  
  222. Uncompressing Linux...
  223. done, booting the kernel.
  224. Linux version 3.0.0-rc5-gb2b7e56-dirty (root@ethics) (gcc version 4.3.2 (Sourcery G++ Lite 2008q
  225. 3-72) ) #2 Fri Jul 15 16:21:45 IST 2011
  226.  
  227. CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  228.  
  229. CPU: VIVT data cache, VIVT instruction cache
  230.  
  231. Machine: Benign BV07 Mini Netbook
  232.  
  233. bootconsole [earlycon0] enabled
  234.  
  235. Memory policy: ECC disabled, Data cache writeback
  236.  
  237. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  238.  
  239. Kernel command line: root=/dev/sda2 init=/sbin/init rootwait earlyprintk console=ttyWMT0,115200n8
  240.  
  241. PID hash table entries: 512 (order: -1, 2048 bytes)
  242.  
  243. Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  244.  
  245. Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  246.  
  247. Memory: 128MB = 128MB total
  248.  
  249. Memory: 121196k/121196k available, 9876k reserved, 0K highmem
  250.  
  251. Virtual kernel memory layout:
  252.  
  253. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  254.  
  255. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  256.  
  257. DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  258.  
  259. vmalloc : 0xc8800000 - 0xd0000000 ( 120 MB)
  260.  
  261. lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  262.  
  263. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  264.  
  265. .init : 0xc0008000 - 0xc0026000 ( 120 kB)
  266.  
  267. .text : 0xc0026000 - 0xc0433960 (4151 kB)
  268.  
  269. .data : 0xc0434000 - 0xc0455280 ( 133 kB)
  270.  
  271. .bss : 0xc04552a4 - 0xc0480908 ( 174 kB)
  272.  
  273. SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  274.  
  275. NR_IRQS:128
  276.  
  277. Console: colour dummy device 80x30
  278.  
  279. Calibrating delay loop...
  280. 148.88 BogoMIPS (lpj=744448)
  281.  
  282. pid_max: default: 32768 minimum: 301
  283.  
  284. Mount-cache hash table ent
  285. ries: 512
  286.  
  287. CPU: Testing write buffer coherency: ok
  288.  
  289. devtmpfs: initialized
  290.  
  291. NET: Registered protocol family 16
  292.  
  293. bio: create slab <bio-0> at 0
  294.  
  295. SCSI subsystem initialized
  296.  
  297. usbcore: registered new interface driver usbfs
  298.  
  299. usbcore: registered new interface driver hub
  300.  
  301. usbcore: registered new device driver usb
  302.  
  303. Bluetooth: Core ver 2.16
  304.  
  305. NET: Registered protocol family 31
  306.  
  307. Bluetooth: HCI device and connection manager initialized
  308.  
  309. Bluetooth: HCI socket layer initialized
  310.  
  311. Bluetooth: L2CAP socket layer initialized
  312.  
  313. Bluetooth: SCO socket layer initialized
  314.  
  315. cfg80211: Calling CRDA to update world regulatory domain
  316.  
  317. Switching to clocksource vt8500_timer
  318.  
  319. Switched to NOHz mode on CPU #0
  320.  
  321. NET: Registered protocol family 2
  322.  
  323. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  324.  
  325. TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  326.  
  327. TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  328.  
  329. TCP: Hash tables configured (established 4096 bind 4096)
  330.  
  331. TCP reno registered
  332.  
  333. UDP hash table entries: 256 (order: 0, 4096 bytes)
  334.  
  335. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  336.  
  337. NET: Registered protocol family 1
  338.  
  339. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  340.  
  341. io scheduler noop registered
  342.  
  343. io scheduler deadline registered
  344.  
  345. io scheduler cfq registered (default)
  346.  
  347. Enabled support for WMT GE raster acceleration
  348.  
  349.  
  350. Console: switching to colour frame buffer device 128x37
  351.  
  352.  
  353. vt8500_serial.0: ttyWMT0 at MMIO 0xd8200000 (irq = 32) is a VT85
  354. 00 UART0
  355.  
  356. console [ttyWMT0] enabled, bootconsole disabled
  357. bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  358. bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details.
  359. ftmac100: Loading version 0.2 ...
  360. eql: Equalizer2002: Simon Janes ([email protected]) and David S. Miller ([email protected])
  361. tun: Universal TUN/TAP device driver, 1.6
  362. tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  363. dm9000 Ethernet Driver, V1.31
  364. usbcore: registered new interface driver rt2800usb
  365. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  366. vt8500-ehci vt8500-ehci.0: VT8500 EHCI
  367. vt8500-ehci vt8500-ehci.0: new USB bus registered, assigned bus number 1
  368. vt8500-ehci vt8500-ehci.0: irq 43, io mem 0xd8007900
  369. vt8500-ehci vt8500-ehci.0: USB 0.0 started, EHCI 1.00
  370. hub 1-0:1.0: USB hub found
  371. hub 1-0:1.0: 2 ports detected
  372. Initializing USB Mass Storage driver...
  373. usbcore: registered new interface driver usb-storage
  374. USB Mass Storage support registered.
  375. usbcore: registered new interface driver libusual
  376. serio: i8042 KBD port at 0xc883a800,0xc883a804 irq 46
  377. serio: i8042 AUX port at 0xc883a800,0xc883a804 irq 45
  378. mousedev: PS/2 mouse device common for all mice
  379. vt8500-rtc vt8500-rtc.0: rtc core: registered vt8500-rtc as rtc0
  380. Bluetooth: Broadcom Blutonium firmware driver ver 1.2
  381. usbcore: registered new interface driver bcm203x
  382. Bluetooth: Digianswer Bluetooth USB driver ver 0.10
  383. usbcore: registered new interface driver bpa10x
  384. Bluetooth: BlueFRITZ! USB driver ver 1.2
  385. usbcore: registered new interface driver bfusb
  386. Bluetooth: Generic Bluetooth USB driver ver 0.6
  387. usbcore: registered new interface driver btusb
  388. [MMC/SD] WMT MCI Controller registered \0x09\0x09\0x09(DriverVersion=0)
  389. usbcore: registered new interface driver usbhid
  390. usbhid: USB HID core driver
  391. TCP cubic registered
  392. NET: Registered protocol family 10
  393. IPv6 over IPv4 tunneling driver
  394. NET: Registered protocol family 17
  395. Bluetooth: RFCOMM TTY layer initialized
  396. Bluetooth: RFCOMM socket layer initialized
  397. Bluetooth: RFCOMM ver 1.11
  398. Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  399. Bluetooth: BNEP filters: protocol multicast
  400. Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  401. vt8500-rtc vt8500-rtc.0: setting system clock to 2000-02-01 00:01:00 UTC (949363260
  402. usb 1-1: new high speed USB device number 2 using vt8500-ehci
  403.  
  404. hub 1-1:1.0: USB hub found
  405. hub 1-1:1.0: 4 ports detected
  406. input: AT Translated Set 2 keyboard as /devices/platform/i8042/s
  407. erio0/input/input0
  408. atkbd serio1: keyboard reset failed on vt8500ps2/serio1
  409.  
  410. atkbd serio1: keyboard reset failed on vt8500ps2/serio1
  411. Waiting for root device /dev/sda2...
  412.  
  413. usb 1-1.4: new high speed USB device number 3 using vt8500-ehci
  414.  
  415. usb-storage 1-1.4:1.0: Quirks match for vid 058f pid 6387: 400
  416. scsi0 : usb-storage 1-1.4:1.0
  417.  
  418. scsi 0:0:0:0: Direct-Access JetFlash TS4GJFV30 8.07 PQ: 0 ANSI: 2
  419.  
  420. sd 0:0:0:0: [sda] 8011774 512-byte logical blocks: (4.10 GB/3.81 GiB)
  421. sd 0:0:0:0: [sda] Write Protect is off
  422. sd 0:0:0:0: [sda] No Caching mode page present
  423. sd 0:0:0:0: [sda] Assuming drive cache: write through
  424. sd 0:0:0:0: [sda] No Caching mode page present
  425. sd 0:0:0:0: [sda] Assuming drive cache: write through
  426. sda: sda1 sda2
  427. sd 0:0:0:0: [sda] No Caching mode page present
  428. sd 0:0:0:0: [sda] Assuming drive cache: write through
  429. sd 0:0:0:0: [sda] Attached SCSI removable disk
  430. VFS: Mounted root (ext2 filesystem) on device 8:2.
  431.  
  432. devtmpfs: mounted
  433. Freeing init memory: 120K
  434.  
  435.  
  436. Iversion 2
  437.  
  438.  
  439. Using makefile-style concurrent boot in runlevel S.
  440.  
  441. Starting the hotplug events dispatcher: udevd
  442. udev[70]: starting version 164
  443.  
  444. .
  445.  
  446. Synthesizing the initial hotplug events...
  447. done.
  448.  
  449. Waiting for /dev to be fully populated...
  450. done.
  451.  
  452. Activating swap...done.
  453.  
  454. Checking root file system...
  455. fsck from util-linux-ng 2.17.2
  456.  
  457. root2: clean, 9608/184736 files, 48986/738816 blocks
  458. done.
  459.  
  460. Cleaning up ifupdown...
  461. .
  462.  
  463. Setting up networking...
  464. .
  465. Loading kernel modules...done.
  466.  
  467. Activating lvm and md swap...done.
  468. Checking file systems...
  469. fsck from util-linux-ng 2.17.2
  470. done.
  471.  
  472. Mounting local filesystems...done.
  473. Activating swapfile swap...
  474. done.
  475. Cleaning up temporary files...
  476. .
  477.  
  478. Configuring network interfaces...
  479. SIOCSIFHWADDR: No such device
  480. Failed to bring up eth0.
  481. done.
  482.  
  483. Cleaning up temporary files...
  484. .
  485.  
  486. Setting kernel variables ...
  487. done.
  488.  
  489.  
  490. IEntering
  491.  
  492. Using makefile-style concurrent boot in runlevel 2.
  493.  
  494. Starting enhanced syslogd: rsyslogd.
  495.  
  496. Starting periodic command scheduler: cron
  497. <7>usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
  498.  
  499. .
Add Comment
Please, Sign In to add comment