Advertisement
Guest User

Untitled

a guest
Mar 16th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. U-Boot SPL 2016.03-00130-g41bccb8 (Mar 16 2016 - 23:47:00)
  2. drivers/ddr/altera/sequencer.c: Preparing to start memory calibration
  3. drivers/ddr/altera/sequencer.c: CALIBRATION PASSED
  4. drivers/ddr/altera/sequencer.c: Calibration complete
  5. Trying to boot from MMC
  6.  
  7.  
  8. U-Boot 2016.03-00130-g41bccb8 (Mar 16 2016 - 23:47:00 +0100)
  9.  
  10. CPU: Altera SoCFPGA Platform
  11. FPGA: Altera Cyclone V, SE/A4 or SX/C4, version 0x0
  12. BOOT: SD/MMC Internal Transceiver (3.0V)
  13. Watchdog enabled
  14. I2C: ready
  15. DRAM: 1 GiB
  16. MMC: dwmmc0@ff704000: 0
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Model: Terasic DE0-Nano(Atlas)
  21. Net: eth0: ethernet@ff702000
  22. Hit any key to stop autoboot: 0
  23. reading u-boot.scr
  24. ** Unable to read file u-boot.scr **
  25. Optional boot script not found. Continuing to boot normally
  26. reading zImage
  27. 4556832 bytes read in 238 ms (18.3 MiB/s)
  28. reading socfpga.dtb
  29. 19220 bytes read in 6 ms (3.1 MiB/s)
  30. fpgaintf
  31. ffd08028: 00000000 ....
  32. fpga2sdram
  33. ffc25080: 00000000 ....
  34. axibridge
  35. ffd0501c: 00000000 ....
  36. Kernel image @ 0x008000 [ 0x000000 - 0x458820 ]
  37. ## Flattened Device Tree blob at 00000100
  38. Booting using the fdt blob at 0x000100
  39. reserving fdt memory region: addr=0 size=1000
  40. Loading Device Tree to 03ff8000, end 03fffb13 ... OK
  41.  
  42. Starting kernel ...
  43.  
  44. [ 0.000000] Booting Linux on physical CPU 0x0
  45. [ 0.000000] Initializing cgroup subsys cpuset
  46. [ 0.000000] Linux version 4.1.0-00166-g186070d4-dirty (effik@effik-lenovo) (gcc version 5.2.0 (crosstool-NG crosstool-ng-1.21.0-125-g2acb5e7) ) #4 SMP PREEMPT Fri Oct 2 09:48:22 CEST 2015
  47. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  48. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  49. [ 0.000000] Machine model: Terasic DE-0(Atlas)
  50. [ 0.000000] Truncating RAM at 0x00000000-0x40000000 to -0x2f800000
  51. [ 0.000000] Memory policy: Data cache writealloc
  52. [ 0.000000] PERCPU: Embedded 12 pages/cpu @ef1dd000 s20032 r8192 d20928 u49152
  53. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 193040
  54. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait
  55. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  56. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  57. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  58. [ 0.000000] Memory: 761528K/778240K available (6955K kernel code, 434K rwdata, 1660K rodata, 408K init, 151K bss, 16712K reserved, 0K cma-reserved)
  59. [ 0.000000] Virtual kernel memory layout:
  60. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  61. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  62. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  63. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  64. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  65. [ 0.000000] .text : 0xc0008000 - 0xc0871ea8 (8616 kB)
  66. [ 0.000000] .init : 0xc0872000 - 0xc08d8000 ( 408 kB)
  67. [ 0.000000] .data : 0xc08d8000 - 0xc0944b34 ( 435 kB)
  68. [ 0.000000] .bss : 0xc0944b34 - 0xc096a810 ( 152 kB)
  69. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  70. [ 0.000000] Preemptible hierarchical RCU implementation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement