Guest User

Untitled

a guest
Mar 5th, 2013
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. U-Boot 2013.01-10811-g85dafbb-dirty (Feb 28 2013 - 19:46:33)
  2.  
  3. CPU: Freescale i.MX28 rev1.2 at 454 MHz
  4. BOOT: SSP SD/MMC #0, 3V3
  5. I2C: ready
  6. DRAM: 128 MiB
  7. MMC: MXS MMC: 0
  8. In: serial
  9. Out: serial
  10. Err: serial
  11. Net: FEC0 [PRIME], FEC1
  12. Hit any key to stop autoboot: 0
  13. Booting from net ...
  14. BOOTP broadcast 1
  15. DHCP client bound to address 10.29.244.98
  16. Using FEC0 device
  17. TFTP from server 10.29.244.90; our IP address is 10.29.244.98
  18. Filename 'uImage'.
  19. Load address: 0x42000000
  20. Loading: #################################################################
  21. #################################################################
  22. #################################################################
  23. ################################
  24. 617.2 KiB/s
  25. done
  26. Bytes transferred = 3327224 (32c4f8 hex)
  27. BOOTP broadcast 1
  28. DHCP client bound to address 10.29.244.98
  29. Using FEC0 device
  30. TFTP from server 10.29.244.90; our IP address is 10.29.244.98
  31. Filename 'imx28-evk.dtb'.
  32. Load address: 0x41000000
  33. Loading: T ##
  34. 2.9 KiB/s
  35. done
  36. Bytes transferred = 17538 (4482 hex)
  37. ## Booting kernel from Legacy Image at 42000000 ...
  38. Image Name: Linux-3.8.0-next-20130304
  39. Created: 2013-03-04 16:28:16 UTC
  40. Image Type: ARM Linux Kernel Image (uncompressed)
  41. Data Size: 3327160 Bytes = 3.2 MiB
  42. Load Address: 40008000
  43. Entry Point: 40008000
  44. Verifying Checksum ... OK
  45. ## Flattened Device Tree blob at 41000000
  46. Booting using the fdt blob at 0x41000000
  47. Loading Kernel Image ... OK
  48. OK
  49. Loading Device Tree to 47b5f000, end 47b66481 ... OK
  50.  
  51. Starting kernel ...
  52.  
  53. Uncompressing Linux... done, booting the kernel.
  54. [ 0.000000] Booting Linux on physical CPU 0x0
  55. [ 0.000000] Linux version 3.8.0-next-20130304 (fabio@fabio-Latitude-E6410) (3
  56. [ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  57. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  58. [ 0.000000] Machine: Freescale i.MX28 (Device Tree), model: Freescale i.MX28t
  59. [ 0.000000] debug: skip boot console de-registration.
  60. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  61. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pa2
  62. [ 0.000000] Kernel command line: console=ttyAMA0,115200 root=/dev/nfs ip=dhcn
  63. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  64. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  65. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  66. [ 0.000000] __ex_table already sorted, skipping sort
  67. [ 0.000000] Memory: 128MB = 128MB total
  68. [ 0.000000] Memory: 117808k/117808k available, 13264k reserved, 0K highmem
  69. [ 0.000000] Virtual kernel memory layout:
  70. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  71. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  72. [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
  73. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  74. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  75. [ 0.000000] .text : 0xc0008000 - 0xc06020e8 (6121 kB)
  76. [ 0.000000] .init : 0xc0603000 - 0xc06292f4 ( 153 kB)
  77. [ 0.000000] .data : 0xc062a000 - 0xc066c390 ( 265 kB)
  78. [ 0.000000] .bss : 0xc066c390 - 0xc0bbe00c (5448 kB)
  79. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  80. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  81. [ 0.000000] of_irq_init: children remain, but no parents
  82. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 1789s
  83. [ 0.000000] Console: colour dummy device 80x30
  84. [ 0.000000] Lock dependency validator: Copyr
Advertisement
Add Comment
Please, Sign In to add comment