Advertisement
Guest User

Radxa Rock booting Linux with barebox

a guest
Jan 5th, 2015
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. DDR Version 1.04 20140217
  2. In
  3. DDR3
  4. 300MHz
  5. Bus Width=32 Col=10 Bank=8 Row=15 CS=2 Die Bus-Width=16 Size=2048MB
  6. Memory OK
  7. OUT
  8. Switch to console [cs0]
  9. i2c-rk3x 2002d000.i2c: Initialized RK3xxx I2C bus at 2002d000
  10. i2c-rk3x 2002f000.i2c: Initialized RK3xxx I2C bus at 2002f000
  11. i2c-rk3x 20056000.i2c: Initialized RK3xxx I2C bus at 20056000
  12. i2c-rk3x 2005a000.i2c: Initialized RK3xxx I2C bus at 2005a000
  13. i2c-rk3x 2005e000.i2c: Initialized RK3xxx I2C bus at 2005e000
  14. arc-emac 10204000.ethernet: ARC EMAC detected with id: 0x7fd02
  15. mdio_bus: miibus0: probed
  16. dw_mmc 10214000.dwmmc: registered as 10214000.dwmmc
  17. mshc1: detected SD card version 1.0
  18. mshc1: registered mshc1
  19. of_get_named_gpio_flags: unable to find device of node /pinctrl/gpio0@0x2000a000
  20. of_get_named_gpio_flags: unable to find device of node /pinctrl/gpio0@0x2000a000
  21. of_get_named_gpio_flags: unable to find device of node /pinctrl/gpio0@0x2000a000
  22. netconsole: port not set
  23. netconsole: registered as netconsole-1
  24. malloc space: 0xdbe00000 -> 0xdfdfffff (size 64 MiB)
  25. environment load /dev/env0: No such file or directory
  26. Maybe you have to create the partition.
  27. running /env/bin/init...
  28.  
  29. Hit any key to stop autoboot: 3 2 1 0
  30. booting mshc1
  31. ext4 ext40: EXT2 rev 1, inode_size 128
  32. mounted /dev/mshc1.0 on /mnt/mshc1.0
  33.  
  34. Loading ARM Linux zImage '/mnt/mshc1.0/zImage'
  35. commandline: root=/dev/mmcblk0p2 rootwait earlyprintk panic=10 console=ttyS2,115200
  36. Uncompressing Linux... done, booting the kernel.
  37. Booting Linux on physical CPU 0x0
  38. Linux version 3.19.0-rc1-118052-g7ce0120 (apx@ct) (gcc version 4.9.2 (Debian 4.9.2-10) ) #15 SMP Mon Jan 5 19:13:29 MSK 2015
  39. CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  40. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  41. Machine model: Radxa Rock
  42. bootconsole [earlycon0] enabled
  43. Memory policy: Data cache writealloc
  44. PERCPU: Embedded 9 pages/cpu @ee7ba000 s7680 r8192 d20992 u36864
  45. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522768
  46. Kernel command line: root=/dev/mmcblk0p2 rootwait earlyprintk panic=10 console=ttyS2,115200
  47. PID hash table entries: 4096 (order: 2, 16384 bytes)
  48. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  49. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  50. Memory: 2072820K/2097152K available (4623K kernel code, 227K rwdata, 1444K rodata, 244K init, 304K bss, 24332K reserved, 0K cma-reserved, 1318912K highmem)
  51. Virtual kernel memory layout:
  52. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  53. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  54. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  55. lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  56. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  57. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  58. .text : 0xc0008000 - 0xc05f4f94 (6068 kB)
  59. .init : 0xc05f5000 - 0xc0632000 ( 244 kB)
  60. .data : 0xc0632000 - 0xc066ae80 ( 228 kB)
  61. .bss : 0xc066ae80 - 0xc06b7198 ( 305 kB)
  62. Hierarchical RCU implementation.
  63. NR_IRQS:16 nr_irqs:16 16
  64. L2C-310 enabling early BRESP for Cortex-A9
  65. L2C-310 full line of zeros enabled for Cortex-A9
  66. L2C-310 dynamic clock gating enabled, standby mode enabled
  67. L2C-310 cache controller enabled, 16 ways, 512 kB
  68. L2C-310: CACHE_ID 0x4100c0c8, AUX_CTRL 0x46050001
  69. sched_clock: 64 bits at 75MHz, resolution 13ns, wraps every 1832519368704ns
  70. Console: colour dummy device 80x30
  71. Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
  72. pid_max: default: 32768 minimum: 301
  73. Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  74. Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  75. CPU: Testing write buffer coherency: ok
  76. CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  77. rockchip_smp_prepare_cpus: ncores 4
  78. Setting up static identity map for 0x60489760 - 0x604897b8
  79. CPU1: failed to come online
  80. CPU2: failed to come online
  81. CPU3: failed to come online
  82. Brought up 1 CPUs
  83. CPU: All CPU(s) started in SVC mode.
  84. devtmpfs: initialized
  85. VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  86. pinctrl core: initialized pinctrl subsystem
  87. NET: Registered protocol family 16
  88. DMA: preallocated 256 KiB pool for atomic coherent allocations
  89. cpuidle: using governor ladder
  90. cpuidle: using governor menu
  91. hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  92. hw-breakpoint: maximum watchpoint size is 4 bytes.
  93. reg-fixed-voltage sdmmc-regulator: Failed to find supply vin
  94. reg-fixed-voltage sdmmc-regulator: Failed to register regulator: -517
  95. platform sdmmc-regulator: Driver reg-fixed-voltage requests probe deferral
  96. SCSI subsystem initialized
  97. usbcore: registered new interface driver usbfs
  98. usbcore: registered new interface driver hub
  99. usbcore: registered new device driver usb
  100. cfg80211: Calling CRDA to update world regulatory domain
  101. Switched to clocksource arm_global_timer
  102. NET: Registered protocol family 2
  103. TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  104. TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  105. TCP: Hash tables configured (established 8192 bind 8192)
  106. TCP: reno registered
  107. UDP hash table entries: 512 (order: 2, 16384 bytes)
  108. UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  109. NET: Registered protocol family 1
  110. RPC: Registered named UNIX socket transport module.
  111. RPC: Registered udp transport module.
  112. RPC: Registered tcp transport module.
  113. RPC: Registered tcp NFSv4.1 backchannel transport module.
  114. futex hash table entries: 1024 (order: 4, 65536 bytes)
  115. NFS: Registering the id_resolver key type
  116. Key type id_resolver registered
  117. Key type id_legacy registered
  118. Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  119. bounce: pool size: 64 pages
  120. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  121. io scheduler noop registered
  122. io scheduler deadline registered (default)
  123. dma-pl330 20018000.dma-controller: Loaded driver for PL330 DMAC-241330
  124. dma-pl330 20018000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
  125. dma-pl330 20078000.dma-controller: Loaded driver for PL330 DMAC-241330
  126. dma-pl330 20078000.dma-controller: DBUFF-64x8bytes Num_Chans-7 Num_Peri-20 Num_Events-14
  127. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  128. dw-apb-uart 10124000.serial: ttyS0 at MMIO 0x10124000 (irq = 22, base_baud = 1500000) is a 16550A
  129. dw-apb-uart 10126000.serial: ttyS1 at MMIO 0x10126000 (irq = 23, base_baud = 1500000) is a 16550A
  130. console [ttyS2] disabled
  131. dw-apb-uart 20064000.serial: ttyS2 at MMIO 0x20064000 (irq = 30, base_baud = 1500000) is a 16550A
  132. console [ttyS2] enabled
  133. console [ttyS2] enabled
  134. bootconsole [earlycon0] disabled
  135. bootconsole [earlycon0] disabled
  136. dw-apb-uart 20068000.serial: ttyS3 at MMIO 0x20068000 (irq = 31, base_baud = 1500000) is a 16550A
  137. [drm] Initialized drm 1.1.0 20060810
  138. brd: module loaded
  139. platform 10204000.ethernet: Driver rockchip_emac requests probe deferral
  140. dwc2 10180000.usb: no platform data or transceiver defined
  141. platform 10180000.usb: Driver dwc2 requests probe deferral
  142. dwc2 101c0000.usb: no platform data or transceiver defined
  143. platform 101c0000.usb: Driver dwc2 requests probe deferral
  144. mousedev: PS/2 mouse device common for all mice
  145. i2c /dev entries driver
  146. rtc-hym8563 1-0051: rtc core: registered hym8563 as rtc0
  147. rk3x-i2c 2002f000.i2c: Initialized RK3xxx I2C bus at f008e000
  148. softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  149. Driver 'mmcblk' needs updating - please use bus_type methods
  150. Synopsys Designware Multimedia Card Interface Driver
  151. dwmmc_rockchip 10214000.dwmmc: IDMAC supports 32-bit address mode.
  152. dwmmc_rockchip 10214000.dwmmc: Using PIO mode.
  153. dwmmc_rockchip 10214000.dwmmc: Version ID is 240a
  154. dwmmc_rockchip 10214000.dwmmc: DW MMC controller at irq 27, 32 bit host data width, 256 deep fifo
  155. platform 10214000.dwmmc: Driver dwmmc_rockchip requests probe deferral
  156. usbcore: registered new interface driver usbhid
  157. usbhid: USB HID core driver
  158. usbcore: registered new interface driver r8188eu
  159. usbcore: registered new interface driver rtl8723au
  160. TCP: cubic registered
  161. NET: Registered protocol family 17
  162. Key type dns_resolver registered
  163. Registering SWP/SWPB emulation handler
  164. sdmmc-supply: supplied by VCC_IO
  165. rockchip_emac 10204000.ethernet: ARC EMAC detected with id: 0x7fd02
  166. rockchip_emac 10204000.ethernet: IRQ is 26
  167. rockchip_emac 10204000.ethernet: MAC address is now 86:27:7e:b4:3d:4f
  168. libphy: Synopsys MII Bus: probed
  169. rockchip_emac 10204000.ethernet: connected to SMSC LAN8710/LAN8720 phy with id 0x7c0f1
  170. dwc2 10180000.usb: no platform data or transceiver defined
  171. platform 10180000.usb: Driver dwc2 requests probe deferral
  172. dwc2 101c0000.usb: no platform data or transceiver defined
  173. platform 101c0000.usb: Driver dwc2 requests probe deferral
  174. dwmmc_rockchip 10214000.dwmmc: IDMAC supports 32-bit address mode.
  175. dwmmc_rockchip 10214000.dwmmc: Using PIO mode.
  176. dwmmc_rockchip 10214000.dwmmc: Version ID is 240a
  177. dwmmc_rockchip 10214000.dwmmc: DW MMC controller at irq 27, 32 bit host data width, 256 deep fifo
  178. dwmmc_rockchip 10214000.dwmmc: No vqmmc regulator found
  179. dwmmc_rockchip 10214000.dwmmc: 1 slots initialized
  180. dwc2 10180000.usb: no platform data or transceiver defined
  181. platform 10180000.usb: Driver dwc2 requests probe deferral
  182. dwc2 101c0000.usb: no platform data or transceiver defined
  183. platform 101c0000.usb: Driver dwc2 requests probe deferral
  184. input: gpio-keys as /devices/platform/gpio-keys/input/input0
  185. dwc2 10180000.usb: no platform data or transceiver defined
  186. platform 10180000.usb: Driver dwc2 requests probe deferral
  187. rtc-hym8563 1-0051: setting system clock to 2015-01-05 17:24:36 UTC (1420478676)
  188. dwc2 101c0000.usb: no platform data or transceiver defined
  189. platform 101c0000.usb: Driver dwc2 requests probe deferral
  190. Waiting for root device /dev/mmcblk0p2...
  191. mmc_host mmc0: Bus speed (slot 0) = 37500000Hz (slot req 25000000Hz, actual 18750000HZ div = 1)
  192. mmc0: new SDHC card at address 0001
  193. mmcblk0: mmc0:0001 00000 14.6 GiB
  194. mmcblk0: p1 p2
  195. dwc2 10180000.usb: no platform data or transceiver defined
  196. platform 10180000.usb: Driver dwc2 requests probe deferral
  197. dwc2 101c0000.usb: no platform data or transceiver defined
  198. platform 101c0000.usb: Driver dwc2 requests probe deferral
  199. EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  200. EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  201. EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
  202. VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  203. devtmpfs: mounted
  204. Freeing unused kernel memory: 244K (c05f5000 - c0632000)
  205. Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory
  206. INIT: version 2.88 booting
  207. [info] Using makefile-style concurrent boot in runlevel S.
  208. [....] Starting the hotplug events dispatcher: udevdsystemd-udevd[159]: starting version 204
  209. [ ok .
  210. [....] Synthesizing the initial hotplug events...random: nonblocking pool is initialized
  211. [ ok done.
  212. [....] Waiting for /dev to be fully populated...[ ok done.
  213. [....] Activating swap...[ ok done.
  214. EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  215. [....] Activating lvm and md swap...[ ok done.
  216. [....] Checking file systems...fsck from util-linux 2.20.1
  217. [ ok done.
  218. [....] Cleaning up temporary files... /tmp[ ok .
  219. [....] Mounting local filesystems...[ ok done.
  220. [....] Activating swapfile swap...[ ok done.
  221. [....] Cleaning up temporary files...[ ok .
  222. [....] Setting kernel variables ...[ ok done.
  223. [....] Configuring network interfaces...[ ok done.
  224. [....] Starting rpcbind daemon...rpcbind: cannot create socket for udp6
  225. rpcbind: cannot create socket for tcp6
  226. [ ok .
  227. [....] Starting NFS common utilities: statd idmapd[FAIL failed!
  228. [....] Cleaning up temporary files...[ ok .
  229. [....] Setting up ALSA...[ ok done (none loaded).
  230. [info] Setting console screen modes and fonts.
  231. rockchip_emac 10204000.ethernet eth0: Link is Down
  232. setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
  233. Setting up Cyrillic on the console... done.
  234. [....] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix[ ok .
  235. [....] startpar: service(s) returned failure: nfs-common ...[FAIL failed!
  236. INIT: Entering runlevel: 2
  237. [info] Using makefile-style concurrent boot in runlevel 2.
  238. rockchip_emac 10204000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  239. [....] Starting enhanced syslogd: rsyslogd[ ok .
  240. [....] Starting NFS common utilities: statd idmapd[FAIL failed!
  241. [....] Starting automount...[ ok .
  242. [....] Starting periodic command scheduler: cron[ ok .
  243. [....] Starting system message bus: dbus[ ok .
  244. [....] Starting NTP server: ntpd[ ok .
  245. [....] Exporting directories for NFS kernel daemon...[ ok .
  246. [....] Starting NFS kernel daemon: nfsdrpc.nfsd: addrNFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
  247. ess family inet6 not supported bNFSD: starting 90-second grace period (net c065eec0)
  248. y protocol TCP
  249. mountdrpc.mountd: svc_tli_create: could not open connection for udp6
  250. rpc.mountd: svc_tli_create: could not open connection for tcp6
  251. rpc.mountd: svc_tli_create: could not open connection for udp6
  252. rpc.mountd: svc_tli_create: could not open connection for tcp6
  253. rpc.mountd: svc_tli_create: could not open connection for udp6
  254. rpc.mountd: svc_tli_create: could not open connection for tcp6
  255. [ ok .
  256. [....] Starting OpenBSD Secure Shell server: sshd[ ok .
  257. [....] startpar: service(s) returned failure: nfs-common ...[FAIL failed!
  258. dw-apb-uart 10124000.serial: Couldn't set LCR to 3
  259. of_dma_request_slave_channel: dma-names property of node '/serial@10124000' missing or empty
  260. dw-apb-uart 10126000.serial: Couldn't set LCR to 3
  261. dw-apb-uart 10126000.serial: Couldn't set LCR to 147
  262. dw-apb-uart 10126000.serial: Couldn't set LCR to 19
  263. ttyS0 - failed to request DMA
  264. dw-apb-uart 10124000.serial: Couldn't set LCR to 147
  265. dw-apb-uart 10124000.serial: Couldn't set LCR to 19
  266. dw-apb-uart 10126000.serial: Couldn't set LCR to 3
  267. dw-apb-uart 10126000.serial: Couldn't set LCR to 147
  268. dw-apb-uart 10126000.serial: Couldn't set LCR to 19
  269. dw-apb-uart 10126000.serial: Couldn't set LCR to 147
  270. dw-apb-uart 10126000.serial: Couldn't set LCR to 19
  271. dw-apb-uart 10124000.serial: Couldn't set LCR to 3
  272. dw-apb-uart 10124000.serial: Couldn't set LCR to 147
  273. dw-apb-uart 10124000.serial: Couldn't set LCR to 19
  274. dw-apb-uart 10124000.serial: Couldn't set LCR to 147
  275. dw-apb-uart 10124000.serial: Couldn't set LCR to 19
  276.  
  277. Debian GNU/Linux jessie/sid rr ttyS2
  278.  
  279. rr login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement