Advertisement
Guest User

am335x-append-dtb-uImage-mainline-uboot-mainline-kernel

a guest
Jun 12th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.42 KB | None | 0 0
  1.  
  2. U-Boot SPL 2013.04-00274-ga71d45d (Jun 12 2013 - 10:54:45)
  3. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  4. musb-hdrc: MHDRC RTL version 2.0
  5. musb-hdrc: setup fifo_mode 4
  6. musb-hdrc: 28/31 max ep, 16384/16384 memory
  7. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  8. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  9. musb-hdrc: MHDRC RTL version 2.0
  10. musb-hdrc: setup fifo_mode 4
  11. musb-hdrc: 28/31 max ep, 16384/16384 memory
  12. USB Host mode controller at 47401800 using PIO, IRQ 0
  13. OMAP SD/MMC: 0
  14. reading u-boot.img
  15. reading u-boot.img
  16.  
  17.  
  18. U-Boot 2013.04-00274-ga71d45d (Jun 12 2013 - 10:54:45)
  19.  
  20. I2C: ready
  21. DRAM: 512 MiB
  22. WARNING: Caches not enabled
  23. NAND: No NAND device found!!!
  24. 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# mmc rescan
  44. U-Boot#
  45. U-Boot# fatload mmc 0 81000000 uImage-append
  46. reading uImage-append
  47. 4060097 bytes read in 468 ms (8.3 MiB/s)
  48. U-Boot#
  49. U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz
  50. reading ramdisk-pm.gz
  51. 2022580 bytes read in 234 ms (8.2 MiB/s)
  52. U-Boot#
  53. U-Boot# setenv bootargs console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
  54. U-Boot#
  55. U-Boot# bootm 81000000
  56. ## Booting kernel from Legacy Image at 81000000 ...
  57. Image Name: Linux
  58. Image Type: ARM Linux Kernel Image (uncompressed)
  59. Data Size: 4060033 Bytes = 3.9 MiB
  60. Load Address: 80008000
  61. Entry Point: 80008000
  62. Verifying Checksum ... OK
  63. Loading Kernel Image ... OK
  64. OK
  65.  
  66. Starting kernel ...
  67.  
  68. [ 0.000000] Booting Linux on physical CPU 0x0
  69. [ 0.000000] Linux version 3.10.0-rc5-00054-g75da4e1 (a0393758@psplinux064) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #3 SMP Wed Jun 12 11:11:04 IST 2013
  70. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  71. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  72. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  73. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  74. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  75. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  76. [ 0.000000] AM335X ES2.0 (neon )
  77. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0f83000 s13632 r8192 d15040 u36864
  78. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  79. [ 0.000000] Kernel command line: console=ttyO0,115200n8 mem=256M root=/dev/ram rw initrd=0x82000000,32MB ramdisk_size=65536 earlyprintk=serial
  80. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  81. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  82. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  83. [ 0.000000] Memory: 255MB = 255MB total
  84. [ 0.000000] Memory: 195812k/195812k available, 66332k reserved, 0K highmem
  85. [ 0.000000] Virtual kernel memory layout:
  86. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  87. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  88. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  89. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  90. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  91. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  92. [ 0.000000] .text : 0xc0008000 - 0xc0717e40 (7232 kB)
  93. [ 0.000000] .init : 0xc0718000 - 0xc077a540 ( 394 kB)
  94. [ 0.000000] .data : 0xc077c000 - 0xc0812748 ( 602 kB)
  95. [ 0.000000] .bss : 0xc0812748 - 0xc0d76b98 (5522 kB)
  96. [ 0.000000] Hierarchical RCU implementation.
  97. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  98. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  99. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  100. [ 0.000000] Total of 128 interrupts on 1 active controller
  101. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  102. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  103. [ 0.000000] OMAP clocksource: timer1 at 24000000 Hz
  104. [ 0.000000] Console: colour dummy device 80x30
  105. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  106. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  107. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  108. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  109. [ 0.000000] ... CLASSHASH_SIZE: 4096
  110. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  111. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  112. [ 0.000000] ... CHAINHASH_SIZE: 16384
  113. [ 0.000000] memory used by lock dependency info: 3695 kB
  114. [ 0.000000] per task-struct memory footprint: 1152 bytes
  115. [ 0.001349] Calibrating delay loop... 363.72 BogoMIPS (lpj=1818624)
  116. [ 0.119592] pid_max: default: 32768 minimum: 301
  117. [ 0.120265] Security Framework initialized
  118. [ 0.120460] Mount-cache hash table entries: 512
  119. [ 0.134499] CPU: Testing write buffer coherency: ok
  120. [ 0.136478] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  121. [ 0.136568] Setting up static identity map for 0xc0504ff8 - 0xc0505068
  122. [ 0.140736] Brought up 1 CPUs
  123. [ 0.140767] SMP: Total of 1 processors activated (363.72 BogoMIPS).
  124. [ 0.140783] CPU: All CPU(s) started in SVC mode.
  125. [ 0.144924] devtmpfs: initialized
  126. [ 0.166536] omap_hwmod: debugss: _wait_target_disable failed
  127. [ 0.229961] pinctrl core: initialized pinctrl subsystem
  128. [ 0.236179] regulator-dummy: no parameters
  129. [ 0.240945] NET: Registered protocol family 16
  130. [ 0.251760] DMA: preallocated 256 KiB pool for atomic coherent allocations
  131. [ 0.282118] OMAP GPIO hardware version 0.1
  132. [ 0.311801] No ATAGs?
  133. [ 0.311832] hw-breakpoint: debug architecture 0x4 unsupported.
  134. [ 0.398111] bio: create slab <bio-0> at 0
  135. [ 0.412285] SCSI subsystem initialized
  136. [ 0.415260] usbcore: registered new interface driver usbfs
  137. [ 0.415895] usbcore: registered new interface driver hub
  138. [ 0.416869] usbcore: registered new device driver usb
  139. [ 0.419507] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
  140. [ 0.419571] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
  141. [ 0.430141] Switching to clocksource timer1
  142. [ 0.619161] NET: Registered protocol family 2
  143. [ 0.622169] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  144. [ 0.622451] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
  145. [ 0.623700] TCP: Hash tables configured (established 2048 bind 2048)
  146. [ 0.623976] TCP: reno registered
  147. [ 0.624019] UDP hash table entries: 256 (order: 2, 20480 bytes)
  148. [ 0.624364] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  149. [ 0.626297] NET: Registered protocol family 1
  150. [ 0.628589] RPC: Registered named UNIX socket transport module.
  151. [ 0.628618] RPC: Registered udp transport module.
  152. [ 0.628635] RPC: Registered tcp transport module.
  153. [ 0.628652] RPC: Registered tcp NFSv4.1 backchannel transport module.
  154. [ 0.629947] Trying to unpack rootfs image as initramfs...
  155. [ 0.632852] rootfs image is not initramfs (no cpio magic); looks like an initrd
  156. [ 0.904828] Freeing initrd memory: 32768K (c2000000 - c4000000)
  157. [ 0.905033] NetWinder Floating Point Emulator V0.97 (double precision)
  158. [ 1.166431] VFS: Disk quotas dquot_6.5.2
  159. [ 1.166733] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  160. [ 1.170217] NFS: Registering the id_resolver key type
  161. [ 1.171028] Key type id_resolver registered
  162. [ 1.171062] Key type id_legacy registered
  163. [ 1.171258] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  164. [ 1.172006] msgmni has been set to 478
  165. [ 1.176649] io scheduler noop registered
  166. [ 1.176680] io scheduler deadline registered
  167. [ 1.176777] io scheduler cfq registered (default)
  168. [ 1.178570] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  169. [ 1.184420] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  170. [ 1.194925] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  171. [ 1.800360] console [ttyO0] enabled
  172. [ 1.848345] brd: module loaded
  173. [ 1.876506] loop: module loaded
  174. [ 1.887306] mtdoops: mtd device (mtddev=name/number) must be supplied
  175. [ 1.905989] usbcore: registered new interface driver asix
  176. [ 1.913040] usbcore: registered new interface driver ax88179_178a
  177. [ 1.920067] usbcore: registered new interface driver cdc_ether
  178. [ 1.927444] usbcore: registered new interface driver smsc95xx
  179. [ 1.934399] usbcore: registered new interface driver net1080
  180. [ 1.941136] usbcore: registered new interface driver cdc_subset
  181. [ 1.947930] usbcore: registered new interface driver zaurus
  182. [ 1.954641] usbcore: registered new interface driver cdc_ncm
  183. [ 1.963545] usbcore: registered new interface driver cdc_wdm
  184. [ 1.970163] usbcore: registered new interface driver usb-storage
  185. [ 1.977583] usbcore: registered new interface driver usbtest
  186. [ 1.986735] mousedev: PS/2 mouse device common for all mice
  187. [ 2.001119] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  188. [ 2.008687] 44e3e000.rtc: already running
  189. [ 2.014568] i2c /dev entries driver
  190. [ 2.018810] Driver for 1-wire Dallas network protocol.
  191. [ 2.030172] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  192. [ 2.051680] ledtrig-cpu: registered to indicate activity on CPUs
  193. [ 2.060130] usbcore: registered new interface driver usbhid
  194. [ 2.066147] usbhid: USB HID core driver
  195. [ 2.072340] oprofile: no performance counters
  196. [ 2.079975] oprofile: using timer interrupt.
  197. [ 2.085717] TCP: cubic registered
  198. [ 2.089224] Initializing XFRM netlink socket
  199. [ 2.093958] NET: Registered protocol family 17
  200. [ 2.098763] NET: Registered protocol family 15
  201. [ 2.104020] Key type dns_resolver registered
  202. [ 2.108688] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  203. [ 2.117184] ThumbEE CPU extension supported.
  204. [ 2.133992] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  205. [ 2.148710] DCDC1: at 1500 mV
  206. [ 2.155365] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  207. [ 2.163824] vdd_core: 925 <--> 1150 mV at 1100 mV
  208. [ 2.171781] LDO1: at 1800 mV
  209. [ 2.177703] LDO2: at 3300 mV
  210. [ 2.183845] LDO3: at 1800 mV
  211. [ 2.189627] LDO4: at 3300 mV
  212. [ 2.195786] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  213. [ 2.270809] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  214. [ 2.277253] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  215. [ 2.287410] libphy: 4a101000.mdio: probed
  216. [ 2.291815] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  217. [ 2.302012] Random MACID = be:31:24:a5:6d:fc
  218. [ 2.312697] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:18:52 UTC (946685932)
  219. [ 2.327043] RAMDISK: gzip image found at block 0
  220. [ 2.825483] VFS: Mounted root (ext2 filesystem) on device 1:0.
  221. [ 2.833269] devtmpfs: mounted
  222. [ 2.837341] Freeing unused kernel memory: 392K (c0718000 - c077a000)
  223. mount: mounting none on /var/shm failed: No such file or directory
  224. ::
  225. :: Enabling hot-plug : [SUCCESS]
  226. ::
  227. ::
  228. : Populating /dev : [SUCCESS]
  229.  
  230. [SUCCESS]
  231. ::
  232. ::
  233. :: Setting PATH
  234. ::
  235. : syslogd : [SUCCESS]
  236. : telnetd : [SUCCESS]
  237.  
  238. Please press Enter to activate this console. ::
  239. :: Setting shell environment ...
  240. ::
  241. : Path
  242. : Aliases
  243. : Touch Screen
  244. ::
  245. :: Done
  246. ::
  247. [root@arago /]#
  248. [root@arago /]#
  249. [root@arago /]#
  250. [root@arago /]#
  251. [root@arago /]# zc
  252. zcat zcip
  253. [root@arago /]# zcat /proc/config.gz | grep -r APPEND
  254. CONFIG_ARM_APPENDED_DTB=y
  255. [root@arago /]#
  256. [root@arago /]# zcat /proc/config.gz | grep -r ATAG
  257. CONFIG_ATAGS=y
  258. CONFIG_ARM_ATAG_DTB_COMPAT=y
  259. CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
  260. # CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
  261. CONFIG_ATAGS_PROC=y
  262. [root@arago /]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement