Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 11.25 KB | Hits: 74 | Expires: Never
Copy text to clipboard
  1.  
  2. setenv bootcmd 'mmc init; fatload mmc 0:1 0x80000000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80000000 0x81600000'
  3. setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 ro vram=12M omapfb.mode=dvi:1280x720MR-16@60'
  4. boot
  5.  
  6.  
  7.  
  8. Texas Instruments X-Loader 1.4.2 (Jun 18 2009 - 12:55:21)
  9.  
  10. Reading boot sector
  11.  
  12. Booting from mmc
  13.  
  14.  
  15.  
  16.  
  17.  
  18. U-Boot 2009.11-rc1 (Mar 02 2010 - 03:30:51)
  19.  
  20.  
  21.  
  22. OMAP3530-GP ES2.1, CPU-OPP2 L3-165MHz
  23.  
  24. OMAP3 Beagle board + LPDDR/NAND
  25.  
  26. I2C:   ready
  27.  
  28. DRAM:  128 MB
  29.  
  30. NAND:  256 MiB
  31.  
  32. *** Warning - bad CRC or NAND, using default environment
  33.  
  34.  
  35.  
  36. In:    serial
  37.  
  38. Out:   serial
  39.  
  40. Err:   serial
  41.  
  42. Board revision Ax/Bx
  43.  
  44. Die ID #7f8400020000000004013ef10100c01d
  45.  
  46. Hit any key to stop autoboot: 10  9  8  7  6  5  4  3  2  1  0
  47.  
  48. mmc1 is available
  49.  
  50. reading boot.scr
  51.  
  52.  
  53.  
  54. 323 bytes read
  55.  
  56. Running bootscript from mmc ...
  57.  
  58. ## Executing script at 82000000
  59.  
  60. mmc1 is available
  61.  
  62. reading uImage
  63.  
  64.  
  65.  
  66. 3053280 bytes read
  67.  
  68. reading uInitrd
  69.  
  70.  
  71.  
  72. 7299889 bytes read
  73.  
  74. ## Booting kernel from Legacy Image at 80000000 ...
  75.  
  76.    Image Name:   2.6.33-500.2
  77.  
  78.    Image Type:   ARM Linux Kernel Image (uncompressed)
  79.  
  80.    Data Size:    3053216 Bytes =  2.9 MB
  81.  
  82.    Load Address: 80008000
  83.  
  84.    Entry Point:  80008000
  85.  
  86.    Verifying Checksum ... OK
  87.  
  88. ## Loading init Ramdisk from Legacy Image at 81600000 ...
  89.  
  90.    Image Name:   initramfs
  91.  
  92.    Image Type:   ARM Linux RAMDisk Image (uncompressed)
  93.  
  94.    Data Size:    7299825 Bytes =  7 MB
  95.  
  96.    Load Address: 00000000
  97.  
  98.    Entry Point:  00000000
  99.  
  100.    Verifying Checksum ... OK
  101.  
  102.    Loading Kernel Image ... OK
  103.  
  104. OK
  105.  
  106.  
  107.  
  108. Starting kernel ...
  109.  
  110.  
  111.  
  112. Uncompressing Linux... done, booting the kernel.
  113.  
  114. [    0.000000] Initializing cgroup subsys cpuset
  115.  
  116. [    0.000000] Initializing cgroup subsys cpu
  117.  
  118. [    0.000000] Linux version 2.6.33-500-omap (voodoo@voodoo-e6400) (gcc version 4.3.1 (GCC) ) #2 Fri Mar 19 08:50:33 CDT 2010
  119.  
  120. [    0.000000] CPU: ARMv7 Processor [411fc082] revision 2 (ARMv7), cr=10c53c7f
  121.  
  122. [    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  123.  
  124. [    0.000000] Machine: OMAP3 Beagle Board
  125.  
  126. [    0.000000] Memory policy: ECC disabled, Data cache writeback
  127.  
  128. [    0.000000] OMAP3430/3530 ES2.1 (l2cache iva sgx neon isp )
  129.  
  130. [    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000
  131.  
  132. [    0.000000] Reserving 12582912 bytes SDRAM for VRAM
  133.  
  134. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
  135.  
  136. [    0.000000] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 ro vram=12M omapfb.mode=dvi:1280x720MR-16@60
  137.  
  138. [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  139.  
  140. [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  141.  
  142. [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  143.  
  144. [    0.000000] allocated 655360 bytes of page_cgroup
  145.  
  146. [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  147.  
  148. [    0.000000] Memory: 128MB = 128MB total
  149.  
  150. [    0.000000] Memory: 103152KB available (5460K code, 747K data, 192K init, 0K highmem)
  151.  
  152. [    0.000000] Hierarchical RCU implementation.
  153.  
  154. [    0.000000] NR_IRQS:402
  155.  
  156. [    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
  157.  
  158. [    0.000000] Reprogramming SDRC clock to 332000000 Hz
  159.  
  160. [    0.000000] GPMC revision 5.0
  161.  
  162. [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  163.  
  164. [    0.000000] Total of 96 interrupts on 1 active controller
  165.  
  166. [    0.000000] OMAP GPIO hardware version 2.5
  167.  
  168. [    0.000000] OMAP clockevent source: GPTIMER1 at 13000000 Hz
  169.  
  170. [    0.000000] Console: colour dummy device 80x30
  171.  
  172. [    0.000000] console [tty0] enabled
  173.  
  174. [    0.000000] Calibrating delay loop... 498.07 BogoMIPS (lpj=2490368)
  175.  
  176. [    0.000000] Security Framework initialized
  177.  
  178. [    0.000000] AppArmor: AppArmor initialized
  179.  
  180. [    0.000000] Mount-cache hash table entries: 512
  181.  
  182. [    0.000000] Initializing cgroup subsys ns
  183.  
  184. [    0.000000] Initializing cgroup subsys cpuacct
  185.  
  186. [    0.000000] Initializing cgroup subsys memory
  187.  
  188. [    0.000000] Initializing cgroup subsys freezer
  189.  
  190. [    0.000000] CPU: Testing write buffer coherency: ok
  191.  
  192. [    0.000000] devtmpfs: initialized
  193.  
  194. [    0.000000] regulator: core version 0.5
  195.  
  196. [    0.000000] NET: Registered protocol family 16
  197.  
  198. [    0.000000] Found NAND on CS0
  199.  
  200. [    0.000000] Registering NAND on CS0
  201.  
  202. [   33.627136] OMAP DMA hardware revision 4.0
  203.  
  204. [   33.632049] bio: create slab <bio-0> at 0
  205.  
  206. [   33.634643] SCSI subsystem initialized
  207.  
  208. [   33.635437] usbcore: registered new interface driver usbfs
  209.  
  210. [   33.635559] usbcore: registered new interface driver hub
  211.  
  212. [   33.635742] usbcore: registered new device driver usb
  213.  
  214. [   33.653808] i2c_omap i2c_omap.1: bus 1 rev3.12 at 2600 kHz
  215.  
  216. [   33.656372] twl4030: PIH (irq 7) chaining IRQs 368..375
  217.  
  218. [   33.656433] twl4030: power (irq 373) chaining IRQs 376..383
  219.  
  220. [   33.656738] twl4030: gpio (irq 368) chaining IRQs 384..401
  221.  
  222. [   33.658050] regulator: VUSB1V5: 1500 mV normal standby
  223.  
  224. [   33.658386] regulator: VUSB1V8: 1800 mV normal standby
  225.  
  226. [   33.658721] regulator: VUSB3V1: 3100 mV normal standby
  227.  
  228. [   33.659393] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
  229.  
  230. [   33.659729] regulator: VDAC: 1800 mV normal standby
  231.  
  232. [   33.660095] regulator: VDVI: 1800 mV normal standby
  233.  
  234. [   33.660522] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
  235.  
  236. [   33.673797] i2c_omap i2c_omap.3: bus 3 rev3.12 at 100 kHz
  237.  
  238. [   33.674560] Advanced Linux Sound Architecture Driver Version 1.0.21.
  239.  
  240. [   33.675079] NetLabel: Initializing
  241.  
  242. [   33.675109] NetLabel:  domain hash size = 128
  243.  
  244. [   33.675140] NetLabel:  protocols = UNLABELED CIPSOv4
  245.  
  246. [   33.675231] NetLabel:  unlabeled traffic allowed by default
  247.  
  248. [   33.675292] Switching to clocksource gp timer
  249.  
  250. [   33.683441] AppArmor: AppArmor Filesystem Enabled
  251.  
  252. [   33.685180] NET: Registered protocol family 2
  253.  
  254. [   33.685607] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  255.  
  256. [   33.686614] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  257.  
  258. [   33.686767] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  259.  
  260. [   33.686859] TCP: Hash tables configured (established 4096 bind 4096)
  261.  
  262. [   33.686889] TCP reno registered
  263.  
  264. [   33.686920] UDP hash table entries: 256 (order: 0, 4096 bytes)
  265.  
  266. [   33.686981] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  267.  
  268. [   33.687347] NET: Registered protocol family 1
  269.  
  270. [   33.687683] Trying to unpack rootfs image as initramfs...
  271.  
  272. [   34.598968] Freeing initrd memory: 7128K
  273.  
  274. [   34.600280] audit: initializing netlink socket (disabled)
  275.  
  276. [   34.600372] type=2000 audit(1.230:1): initialized
  277.  
  278. [   34.713897] VFS: Disk quotas dquot_6.5.2
  279.  
  280. [   34.714080] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  281.  
  282. [   34.716705] msgmni has been set to 215
  283.  
  284. [   34.720642] alg: No test for stdrng (krng)
  285.  
  286. [   34.720794] io scheduler noop registered
  287.  
  288. [   34.720825] io scheduler deadline registered
  289.  
  290. [   34.721038] io scheduler cfq registered (default)
  291.  
  292. [   34.737030] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  293.  
  294. [   34.758575] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
  295.  
  296. [   34.779174] serial8250.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
  297.  
  298. [   34.799713] serial8250.2: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654
  299.  
  300. [   35.291687] console [ttyS2] enabled
  301.  
  302. [   35.296020] brd: module loaded
  303.  
  304. [   35.302215] loop: module loaded
  305.  
  306. [   35.307373] Initializing USB Mass Storage driver...
  307.  
  308. [   35.312438] usbcore: registered new interface driver usb-storage
  309.  
  310. [   35.318572] USB Mass Storage support registered.
  311.  
  312. [   35.323242] udc: OMAP UDC driver, version: 4 October 2004 (iso) (dma)
  313.  
  314. [   35.330291] mice: PS/2 mouse device common for all mice
  315.  
  316. [   35.335998] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  317.  
  318. [   35.343170] i2c /dev entries driver
  319.  
  320. [   35.347259] Driver for 1-wire Dallas network protocol.
  321.  
  322. [   35.352661] 1-Wire driver for the DS2760 battery monitor  chip  - (c) 2004-2005, Szabolcs Gyurko
  323.  
  324. [   35.361755] cpuidle: using governor ladder
  325.  
  326. [   35.365966] cpuidle: using governor menu
  327.  
  328. [   35.369995] sdhci: Secure Digital Host Controller Interface driver
  329.  
  330. [   35.376281] sdhci: Copyright(c) Pierre Ossman
  331.  
  332. [   35.486145] No device for DAI tlv320aic23
  333.  
  334. [   35.575927] No device for DAI omap-mcbsp-dai-0
  335.  
  336. [   35.580413] No device for DAI omap-mcbsp-dai-1
  337.  
  338. [   35.584899] No device for DAI omap-mcbsp-dai-2
  339.  
  340. [   35.589416] No device for DAI omap-mcbsp-dai-3
  341.  
  342. [   35.593902] No device for DAI omap-mcbsp-dai-4
  343.  
  344. [   35.598419] Not OMAP3 EVM!
  345.  
  346. [   35.601135] Not OMAP3517 / AM3517 EVM!
  347.  
  348. [   35.604919] OMAP3 Beagle SoC init
  349.  
  350. [   35.609985] asoc: twl4030 <-> omap-mcbsp-dai-0 mapping ok
  351.  
  352. [   35.618988] ALSA device list:
  353.  
  354. [   35.622009]   #0: omap3beagle (twl4030)
  355.  
  356. [   35.626037] oprofile: using arm/armv7
  357.  
  358. [   35.630859] TCP cubic registered
  359.  
  360. [   35.634582] NET: Registered protocol family 10
  361.  
  362. [   35.640502] lo: Disabled Privacy Extensions
  363.  
  364. [   35.645629] NET: Registered protocol family 17
  365.  
  366. [   35.650299] Power Management for TI OMAP3.
  367.  
  368. [   35.656677] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  369.  
  370. [   35.665191] registered taskstats version 1
  371.  
  372. [   35.671386] regulator_init_complete: incomplete constraints, leaving VDVI on
  373.  
  374. [   35.678680] regulator_init_complete: incomplete constraints, leaving VDAC on
  375.  
  376. [   35.686614] regulator_init_complete: incomplete constraints, leaving VUSB3V1 on
  377.  
  378. [   35.694274] /home/voodoo/bzr_repo/lucid-ti-omap/KERNEL/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  379.  
  380. [   35.704559] Freeing init memory: 192K
  381.  
  382. [   35.850158] udev: starting version 151
  383.  
  384. [   36.045745] mmc0: new high speed SD card at address 0007
  385.  
  386. [   36.107025] mmcblk0: mmc0:0007 SD02G 1.89 GiB
  387.  
  388. [   36.111877]  mmcblk0: p1 p2 p3
  389.  
  390. [   37.188476] EXT3-fs (mmcblk0p2): recovery required on readonly filesystem
  391.  
  392. [   37.195465] EXT3-fs (mmcblk0p2): write access will be enabled during recovery
  393.  
  394. [   40.719573] kjournald starting.  Commit interval 5 seconds
  395.  
  396. [   40.725189] EXT3-fs (mmcblk0p2): recovery complete
  397.  
  398. [   40.934570] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
  399.  
  400.  
  401.  
  402. Ubuntu lucid (development branch) beagleboard ttyS2
  403.  
  404.  
  405.  
  406. beagleboard login: ubuntu
  407. Password:
  408.  
  409. Last login: Wed Dec 31 17:00:31 MST 1969 on ttyS2
  410.  
  411. Linux beagleboard 2.6.33-500-omap #2 Fri Mar 19 08:50:33 CDT 2010 armv7l
  412.  
  413.  
  414.  
  415. For official documentation, please visit:
  416.  
  417.  * http://help.ubuntu.com/
  418.  
  419.  
  420.  
  421. For official documentation, please visit:
  422.  
  423.  * http://help.ubuntu.com/
  424.  
  425. ubuntu@beagleboard:~$ dmesg | grep ram
  426.  
  427. [    0.000000] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 ro vram=12M omapfb.mode=dvi:1280x720MR-16@60
  428.  
  429. [    0.000000] Reprogramming SDRC clock to 332000000 Hz
  430.  
  431. [    0.000000] Security Framework initialized
  432.  
  433. [   33.687683] Trying to unpack rootfs image as initramfs...
  434.  
  435. ubuntu@beagleboard:~$ dmesg | grep initr
  436.  
  437. [   33.687683] Trying to unpack rootfs image as initramfs...
  438.  
  439. [   34.598968] Freeing initrd memory: 7128K
  440.  
  441. ubuntu@beagleboard:~$