Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. $ miniterm.py /dev/ttyUSB0 115200
  2. --- Miniterm on /dev/ttyUSB0: 115200,8,N,1 ---
  3. --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
  4. Compiled-in FDT at c0265840
  5. Linux version 3.4.0 (jack@jack-desktop) (gcc version 4.5.1-or32-1.0rc4 (GCC) ) #3 Wed Aug 28 14:10:53 WIT 2013
  6. CPU: OpenRISC-12 (revision 8) @25 MHz
  7. -- dcache: 8192 bytes total, 16 bytes/line, 1 way(s)
  8. -- icache: 8192 bytes total, 16 bytes/line, 1 way(s)
  9. -- dmmu: 64 entries, 1 way(s)
  10. -- immu: 64 entries, 1 way(s)
  11. -- additional features:
  12. -- debug unit
  13. -- PIC
  14. -- timer
  15. setup_memory: Memory: 0x0-0x1000000
  16. Reserved - 0x00ffdb44-0x000024bc
  17. Setting up paging and PTEs.
  18. map_ram: Memory: 0x0-0x1000000
  19. On node 0 totalpages: 2048
  20. free_area_init_node: node 0, pgdat c024b900, node_mem_map c03c4000
  21. Normal zone: 8 pages used for memmap
  22. Normal zone: 0 pages reserved
  23. Normal zone: 2040 pages, LIFO batch:0
  24. dtlb_miss_handler c0002000
  25. itlb_miss_handler c0002108
  26. OpenRISC Linux -- http://openrisc.net
  27. pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  28. pcpu-alloc: [0] 0
  29. Built 1 zonelists in Zone order, mobility grouping off. Total pages: 2040
  30. Kernel command line: console=uart,mmio,0x90000000,115200
  31. Early serial console at MMIO 0x90000000 (options '115200')
  32. bootconsole [uart0] enabled
  33. PID hash table entries: 64 (order: -5, 256 bytes)
  34. Dentry cache hash table entries: 2048 (order: 0, 8192 bytes)
  35. Inode-cache hash table entries: 2048 (order: 0, 8192 bytes)
  36. Memory: 12368k/16384k available (2054k kernel code, 4016k reserved, 299k data, 1416k init, 0k highmem)
  37. mem_init_done ...........................................
  38. NR_IRQS:64 nr_irqs:32 0
  39. 50.00 BogoMIPS (lpj=250000)
  40. pid_max: default: 32768 minimum: 301
  41. Mount-cache hash table entries: 1024
  42. devtmpfs: initialized
  43. NET: Registered protocol family 16
  44. Switching to clocksource openrisc_timer
  45. NET: Registered protocol family 2
  46. IP route cache hash table entries: 2048 (order: 0, 8192 bytes)
  47. TCP established hash table entries: 1024 (order: 0, 8192 bytes)
  48. TCP bind hash table entries: 1024 (order: -1, 4096 bytes)
  49. TCP: Hash tables configured (established 1024 bind 1024)
  50. TCP: reno registered
  51. UDP hash table entries: 512 (order: 0, 8192 bytes)
  52. UDP-Lite hash table entries: 512 (order: 0, 8192 bytes)
  53. NET: Registered protocol family 1
  54. RPC: Registered named UNIX socket transport module.
  55. RPC: Registered udp transport module.
  56. RPC: Registered tcp transport module.
  57. RPC: Registered tcp NFSv4.1 backchannel transport module.
  58. Unpacking initramfs
  59. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  60. 90000000.serial: ttyS0 at MMIO 0x90000000 (irq = 2) is a 16550A
  61. console [ttyS0] enabled, bootconsole disabled
  62. console [ttyS0] enabled, bootconsole disabled
  63. NET: Registered protocol family 17
  64. Freeing unused kernel memory: 1416k freed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement