Advertisement
Guest User

Untitled

a guest
Jun 26th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. BeagleBoard-XM revC FreeBSD hababababa booting...
  2. set_cpufuncs()...done!
  3. FDT related stuff...Memory size: 536870912
  4. done!
  5. pcpu0_init()...done!
  6. allocing pages...done!
  7. pmapping pages...done!
  8. pmap_devmap_bootstrap()...done!
  9. cpu_domains()...done!
  10. setttb()...done!
  11. cpu_tlb_flushID()...done!
  12. cpu_domains2()...done!
  13. cninit()...done!
  14. KDB: debugger backends: ddb
  15. KDB: current backend: ddb
  16. Copyright (c) 1992-2012 The FreeBSD Project.
  17. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  18. The Regents of the University of California. All rights reserved.
  19. FreeBSD is a registered trademark of The FreeBSD Foundation.
  20. FreeBSD 10.0-CURRENT #6 r238334:238335M: Tue Jun 26 17:29:36 CEST 2012
  21. alek@cort:/home/alek/beagle_obj/arm.arm/usr/home/alek/beaglexm-armv6/sys/BEAGLEBOARD-XM arm
  22. CPU: Cortex A8-r3 rev 2 (Cortex-A core)
  23. Supported features: ARM_ISA THUMB2 JAZELLE THUMBEE ARMv4 Security_Ext
  24. WB disabled EABT branch prediction enabled
  25. LoUU:2 LoC:2 LoUIS:1
  26. Cache level 1:
  27. 32KB/64B 4-way data cache WT WB Read-Alloc
  28. 32KB/64B 4-way instruction cache Read-Alloc
  29. Cache level 2:
  30. 256KB/64B 8-way unified cache WT WB Read-Alloc Write-Alloc
  31. real memory = 536870912 (512 MB)
  32. avail memory = 512684032 (488 MB)
  33. Texas Instruments OMAP3530 Processor, Revision ES3.1
  34. random device not loaded; using insecure entropy
  35. simplebus0: <Flattened device tree simple bus> on fdtbus0
  36. aintc0: <TI AINTC Interrupt Controller> mem 0xe8200000-0xe8200fff on simplebus0
  37. aintc0: Revision 4.0
  38. ti_scm0: <TI Control Module> mem 0xe8002000-0xe8003fff on simplebus0
  39. omap3_prcm0: <OMAP3 Power and Clock Management> mem 0xe8004000-0xe8005fff,0xe8306000-0xe8307fff on simplebus0
  40. omap3_gptimer_et0: <OMAP3 General Purpose Timer - Event Timer> mem 0xe8086000-0xe8086fff irq 46 on simplebus0
  41. omap3_gptimer_activate, 443 : freq64=4294967295 : tickcount=42949672 : startcount=4252017623 : time_us=10000
  42. omap3_gptimer_et0: tick: timer_freq = 99
  43. Event timer "AM37x EventTimer0" frequency 10000 Hz quality 1000
  44. omap3_gptimer_tc0: <OMAP3 General Purpose Timer - Tick Counter> mem 0xe8088000-0xe8088fff irq 47 on simplebus0
  45. Timecounter "OMAP3 Timecouter" frequency 4294967295 Hz quality 1000
  46. OMAP3: delay loop calibrated to 4294967295 cycles
  47. uart0: <16750 or compatible> mem 0xe9020000-0xe9020fff irq 74 on simplebus0
  48. uart0: console (115384,n,8,1)
  49. Timecounters tick every 10.000 msec
  50. rn_init: radix functions require max_keylen be set
  51. Trying to mount root from ufs:/dev/md0 []...
  52. warning: no time-of-day clock registered, system time will not be set accurately
  53. cannot open /etc/rc: No such file or directory
  54. Enter full pathname of shell or RETURN for /bin/sh:
  55. Cannot read termcap database;
  56. using dumb terminal settings.
  57. # ls dev
  58. console devstat md0 random ttyu0.init
  59. ctty fd mdctl snp ttyu0.lock
  60. cuau0 fido mem stderr urandom
  61. cuau0.init geom.ctl null stdin zero
  62. cuau0.lock klog openfirm stdout
  63. devctl kmem ptmx ttyu0
  64. # uname -a
  65. FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r238334:238335M: Tue Jun 26 17:29:36 CEST 2012 alek@cort:/home/alek/beagle_obj/arm.arm/usr/home/alek/beaglexm-armv6/sys/BEAGLEBOARDm
  66. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement