Advertisement
Guest User

BeagleBone boot on Mainline

a guest
Jun 10th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. U-Boot SPL 2013.04-00534-g842033e (Jun 11 2013 - 09:14:37)
  2. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  3. musb-hdrc: MHDRC RTL version 2.0
  4. musb-hdrc: setup fifo_mode 4
  5. musb-hdrc: 28/31 max ep, 16384/16384 memory
  6. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  7. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  8. musb-hdrc: MHDRC RTL version 2.0
  9. musb-hdrc: setup fifo_mode 4
  10. musb-hdrc: 28/31 max ep, 16384/16384 memory
  11. USB Host mode controller at 47401800 using PIO, IRQ 0
  12. OMAP SD/MMC: 0
  13. reading args
  14. spl: error reading image args, err - -1
  15. reading u-boot.img
  16. reading u-boot.img
  17.  
  18.  
  19. U-Boot 2013.04-00534-g842033e (Jun 11 2013 - 09:14:37)
  20.  
  21. I2C: ready
  22. DRAM: 256 MiB
  23. WARNING: Caches not enabled
  24. NAND: 0 MiB
  25. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  26. *** Warning - readenv() failed, using default environment
  27.  
  28. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  29. musb-hdrc: MHDRC RTL version 2.0
  30. musb-hdrc: setup fifo_mode 4
  31. musb-hdrc: 28/31 max ep, 16384/16384 memory
  32. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  33. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  34. musb-hdrc: MHDRC RTL version 2.0
  35. musb-hdrc: setup fifo_mode 4
  36. musb-hdrc: 28/31 max ep, 16384/16384 memory
  37. USB Host mode controller at 47401800 using PIO, IRQ 0
  38. Net: <ethaddr> not set. Validating first E-fuse MAC
  39. cpsw, usb_ether
  40. Hit any key to stop autoboot: 0
  41. U-Boot#
  42. U-Boot#
  43. U-Boot# setenv bootargs console=ttyO0,115200n8 root=/dev/ram rw initrd=0x82000000,32MB
  44. U-Boot# mmc rescan
  45. U-Boot# fatload mmc 0 0x81000000 uImage.am335x-bone
  46. reading uImage.am335x-bone
  47. 4386373 bytes read in 795 ms (5.3 MiB/s)
  48. U-Boot# fatload mmc 0 82000000 bb.raw
  49. reading bb.raw
  50. 10240000 bytes read in 1825 ms (5.4 MiB/s)
  51. U-Boot# bootm 0x81000000
  52. ## Booting kernel from Legacy Image at 81000000 ...
  53. Image Name: Linux-3.10.0-rc5-00045-g91a2b1c
  54. Image Type: ARM Linux Kernel Image (uncompressed)
  55. Data Size: 4386309 Bytes = 4.2 MiB
  56. Load Address: 80008000
  57. Entry Point: 80008000
  58. Verifying Checksum ... OK
  59. Loading Kernel Image ... OK
  60. OK
  61.  
  62. Starting kernel ...
  63.  
  64. [ 0.000000] Booting Linux on physical CPU 0x0
  65. [ 0.000000] Linux version 3.10.0-rc5-00045-g91a2b1c (lokesh@a0131933lt) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) 3
  66. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  67. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  68. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  69. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  70. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  71. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  72. [ 0.000000] AM335X ES1.0 (neon )
  73. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0fc7000 s13632 r8192 d15040 u36864
  74. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  75. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram rw initrd=0x82000000,32MB
  76. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  77. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  78. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  79. [ 0.000000] Memory: 255MB = 255MB total
  80. [ 0.000000] Memory: 195540k/195540k available, 66604k reserved, 0K highmem
  81. [ 0.000000] Virtual kernel memory layout:
  82. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  83. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  84. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  85. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  86. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  87. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  88. [ 0.000000] .text : 0xc0008000 - 0xc075b1f8 (7501 kB)
  89. [ 0.000000] .init : 0xc075c000 - 0xc07be540 ( 394 kB)
  90. [ 0.000000] .data : 0xc07c0000 - 0xc08563c8 ( 601 kB)
  91. [ 0.000000] .bss : 0xc08563c8 - 0xc0dba8a0 (5522 kB)
  92. [ 0.000000] Hierarchical RCU implementation.
  93. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  94. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  95. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  96. [ 0.000000] Total of 128 interrupts on 1 active controller
  97. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  98. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  99. [ 0.000000] OMAP clocksource: timer1 at 24000000 Hz
  100. [ 0.000000] Console: colour dummy device 80x30
  101. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  102. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  103. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  104. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  105. [ 0.000000] ... CLASSHASH_SIZE: 4096
  106. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  107. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  108. [ 0.000000] ... CHAINHASH_SIZE: 16384
  109. [ 0.000000] memory used by lock dependency info: 3695 kB
  110. [ 0.000000] per task-struct memory footprint: 1152 bytes
  111. [ 0.001324] Calibrating delay loop... 363.72 BogoMIPS (lpj=1818624)
  112. [ 0.119608] pid_max: default: 32768 minimum: 301
  113. [ 0.120270] Security Framework initialized
  114. [ 0.120463] Mount-cache hash table entries: 512
  115. [ 0.133251] CPU: Testing write buffer coherency: ok
  116. [ 0.135193] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  117. [ 0.135290] Setting up static identity map for 0xc0554148 - 0xc05541b8
  118. [ 0.139216] Brought up 1 CPUs
  119. [ 0.139248] SMP: Total of 1 processors activated (363.72 BogoMIPS).
  120. [ 0.139263] CPU: All CPU(s) started in SVC mode.
  121. [ 0.143505] devtmpfs: initialized
  122. [ 0.223783] pinctrl core: initialized pinctrl subsystem
  123. [ 0.229875] regulator-dummy: no parameters
  124. [ 0.234730] NET: Registered protocol family 16
  125. [ 0.245668] DMA: preallocated 256 KiB pool for atomic coherent allocations
  126. [ 0.275677] OMAP GPIO hardware version 0.1
  127. [ 0.305331] No ATAGs?
  128. [ 0.305365] hw-breakpoint: debug architecture 0x4 unsupported.
  129. [ 0.390689] bio: create slab <bio-0> at 0
  130. [ 0.404652] SCSI subsystem initialized
  131. [ 0.407607] usbcore: registered new interface driver usbfs
  132. [ 0.408229] usbcore: registered new interface driver hub
  133. [ 0.409223] usbcore: registered new device driver usb
  134. [ 0.412487] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
  135. [ 0.415248] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  136. [ 0.423482] DCDC1: at 1800 mV
  137. [ 0.426505] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  138. [ 0.429088] vdd_core: 925 <--> 1150 mV at 1100 mV
  139. [ 0.432224] LDO1: at 1800 mV
  140. [ 0.434732] LDO2: at 3300 mV
  141. [ 0.437275] LDO3: at 3300 mV
  142. [ 0.440110] LDO4: at 3300 mV
  143. [ 0.442282] tps65217 0-0024: TPS65217 ID 0xf version 1.1
  144. [ 0.453280] Switching to clocksource timer1
  145. [ 0.637486] NET: Registered protocol family 2
  146. [ 0.640167] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  147. [ 0.640454] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
  148. [ 0.641698] TCP: Hash tables configured (established 2048 bind 2048)
  149. [ 0.642013] TCP: reno registered
  150. [ 0.642060] UDP hash table entries: 256 (order: 2, 20480 bytes)
  151. [ 0.642404] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  152. [ 0.644448] NET: Registered protocol family 1
  153. [ 0.647228] RPC: Registered named UNIX socket transport module.
  154. [ 0.647265] RPC: Registered udp transport module.
  155. [ 0.647282] RPC: Registered tcp transport module.
  156. [ 0.647299] RPC: Registered tcp NFSv4.1 backchannel transport module.
  157. [ 0.648463] Trying to unpack rootfs image as initramfs...
  158. [ 0.650050] rootfs image is not initramfs (junk in compressed archive); looks like an initrd
  159. [ 0.915399] Freeing initrd memory: 32768K (c2000000 - c4000000)
  160. [ 0.915563] NetWinder Floating Point Emulator V0.97 (double precision)
  161. [ 1.170763] VFS: Disk quotas dquot_6.5.2
  162. [ 1.171088] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  163. [ 1.174950] NFS: Registering the id_resolver key type
  164. [ 1.175592] Key type id_resolver registered
  165. [ 1.175623] Key type id_legacy registered
  166. [ 1.175812] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  167. [ 1.176553] msgmni has been set to 477
  168. [ 1.181080] io scheduler noop registered
  169. [ 1.181113] io scheduler deadline registered
  170. [ 1.181241] io scheduler cfq registered (default)
  171. [ 1.183132] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  172. [ 1.189625] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  173. [ 1.199068] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  174. [ 1.200305] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  175. [ 1.829729] console [ttyO0] enabled
  176. [ 1.878360] brd: module loaded
  177. [ 1.907879] loop: module loaded
  178. [ 1.919029] mtdoops: mtd device (mtddev=name/number) must be supplied
  179. [ 1.935849] usbcore: registered new interface driver asix
  180. [ 1.942149] usbcore: registered new interface driver ax88179_178a
  181. [ 1.949368] usbcore: registered new interface driver cdc_ether
  182. [ 1.956788] usbcore: registered new interface driver smsc95xx
  183. [ 1.963420] usbcore: registered new interface driver net1080
  184. [ 1.970157] usbcore: registered new interface driver cdc_subset
  185. [ 1.977277] usbcore: registered new interface driver zaurus
  186. [ 1.984013] usbcore: registered new interface driver cdc_ncm
  187. [ 1.992859] usbcore: registered new interface driver cdc_wdm
  188. [ 1.999756] usbcore: registered new interface driver usb-storage
  189. [ 2.007143] usbcore: registered new interface driver usbtest
  190. [ 2.016213] mousedev: PS/2 mouse device common for all mice
  191. [ 2.029583] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  192. [ 2.037385] 44e3e000.rtc: already running
  193. [ 2.043174] i2c /dev entries driver
  194. [ 2.050941] Driver for 1-wire Dallas network protocol.
  195. [ 2.062490] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  196. [ 2.074764] leds-gpio leds.3: pins are not configured from the driver
  197. [ 2.089386] ledtrig-cpu: registered to indicate activity on CPUs
  198. [ 2.098256] usbcore: registered new interface driver usbhid
  199. [ 2.104320] usbhid: USB HID core driver
  200. [ 2.110308] oprofile: no performance counters
  201. [ 2.118361] oprofile: using timer interrupt.
  202. [ 2.124048] TCP: cubic registered
  203. [ 2.127555] Initializing XFRM netlink socket
  204. [ 2.132264] NET: Registered protocol family 17
  205. [ 2.137141] NET: Registered protocol family 15
  206. [ 2.142341] Key type dns_resolver registered
  207. [ 2.147045] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  208. [ 2.155536] ThumbEE CPU extension supported.
  209. [ 2.233955] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  210. [ 2.240403] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  211. [ 2.250615] libphy: 4a101000.mdio: probed
  212. [ 2.255037] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  213. [ 2.265216] Random MACID = 9e:36:70:67:50:6b
  214. [ 2.276071] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 19:45:15 UTC (946755915)
  215. [ 2.290486] RAMDISK: ext2 filesystem found at block 0
  216. [ 2.296111] RAMDISK: Loading 10000KiB [1 disk] into ram disk... done.
  217. [ 2.948159] EXT2-fs (ram0): warning: mounting unchecked fs, running e2fsck is recommended
  218. [ 2.957629] VFS: Mounted root (ext2 filesystem) on device 1:0.
  219. [ 2.965224] devtmpfs: mounted
  220. [ 2.969159] Freeing unused kernel memory: 392K (c075c000 - c07be000)
  221. Mounting proc : OK
  222. Mounting sysfs : OK
  223. Mounting /dev : OK
  224. Creating local mdev devices
  225.  
  226. ******************************************
  227. Starting System Init for 6430EVM-6430
  228. Release: OpnSrc
  229. ******************************************
  230. Saving kernel ring buffer : OK
  231. Mounting devpts : OK
  232. Setting up networking
  233. Configuring lo : OK
  234. Configuring eth0 : ifup: can't open '/etc/network/interfaces': No such file or directory
  235. Failed
  236. Starting syslogd : OK
  237. Starting klogd : OK
  238. Mounting filesystems : mount: according to /proc/mounts, none is already mounted on /dev/pts
  239. mount: according to /proc/mounts, /proc is already mounted on /proc
  240. OK
  241.  
  242. Please press Enter to activate this console.
  243. #
  244. # cat /proc/version
  245. Linux version 3.10.0-rc5-00045-g91a2b1c (lokesh@a0131933lt) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #2 SMP Tue Ju3
  246. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement