Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Uboot commands and console output:
  2. => setenv bootargs root=/dev/mmcblk0p1 rootfstype=ext4 rootwait console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 rd.dm=0 rd.luks=0 rd.lvm=0 raid=noautodetect pci=nomsi ahci_imx.hotplug=1 quiet
  3. => ext2load mmc 0 0x49000000 /boot/imx6q-udoo.dtb
  4. 27856 bytes read in 1002 ms (26.4 KiB/s)
  5. => ext2load mmc 0 0x46000000 /boot/vmlinuz-3.19.0-rc5-udoo
  6. 5164736 bytes read in 958 ms (5.1 MiB/s)
  7. => env set fdt_high ffffffff
  8. => bootz 0x46000000 - 0x49000000
  9. Kernel image @ 0x46000000 [ 0x000000 - 0x4ecec0 ]
  10. ## Flattened Device Tree blob at 49000000
  11. Booting using the fdt blob at 0x49000000
  12. Using Device Tree in place at 49000000, end 49009ccf
  13.  
  14. Starting kernel ...
  15.  
  16. [ 1.969429] of_dma_request_slave_channel: dma-names property of node '/soc/aips-bus@02100000/i2c@021a4000' missing or empty
  17. [ 2.095166] Error: Driver 'tfp410' is already registered, aborting...
  18. [ 2.269115] coda 2040000.vpu: firmware request failed
  19. [ 2.336703] sr_init: platform driver register failed for SR
  20. INIT: version 2.88 booting
  21. [info] Using makefile-style concurrent boot in runlevel S.
  22. [ ok ] Starting the hotplug events dispatcher: udevd.
  23. [ ok ] Synthesizing the initial hotplug events...done.
  24. [ ok ] Waiting for /dev to be fully populated...done.
  25. [ ok ] Setting parameters of disc: (none).
  26. [ ok ] Activating swap...done.
  27. [ ok ] Cleaning up temporary files... /tmp.
  28. [info] Loading kernel module bonding.
  29. [ ok ] Activating lvm and md swap...done.
  30. [....] Checking file systems...fsck from util-linux 2.20.1
  31. done.
  32. [ ok ] Mounting local filesystems...done.
  33. [ ok ] Activating swapfile swap...done.
  34. [ ok ] Cleaning up temporary files....
  35. [ ok ] Setting kernel variables ...done.
  36. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
  37. Copyright 2004-2011 Internet Systems Consortium.
  38. All rights reserved.
  39. For info, please visit https://www.isc.org/software/dhcp/
  40.  
  41. Listening on LPF/eth0/00:c0:08:88:ab:3e
  42. Sending on LPF/eth0/00:c0:08:88:ab:3e
  43. Sending on Socket/fallback
  44. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
  45. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
  46. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
  47. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
  48. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
  49. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
  50. No DHCPOFFERS received.
  51. No working leases in persistent database - sleeping.
  52. done.
  53. [ ok ] Cleaning up temporary files....
  54. [ ok ] Setting up ALSA...done (none loaded).
  55. INIT: Entering runlevel: 2
  56. [info] Using makefile-style concurrent boot in runlevel 2.
  57. [warn] Not correct BT chip ... (warning).
  58. [ ok ] Starting ramlog-tmpfs 2.0.0: .
  59. [ ok ] Starting enhanced syslogd: rsyslogd.
  60. [ ok ] Loading cpufreq kernel modules...done (none).
  61. [ ok ] Starting periodic command scheduler: cron.
  62. [ ok ] Starting NTP server: ntpd.
  63. [ ok ] Starting system message bus: dbus.
  64. [ ok ] CPUFreq Utilities: Setting interactive CPUFreq governor...disabled, governor not available...done.
  65. [ ok ] Loading LIRC modules:.
  66. [ ok ] Starting remote control daemon(s) : LIRC :.
  67. [ ok ] Starting OpenBSD Secure Shell server: sshd.
  68. [ ok ] Starting bluetooth: bluetoothd rfcomm.
  69. [ ok ] Setting sysfs variables....
  70.  
  71. Debian GNU/Linux 7 udoo ttymxc1
  72.  
  73. udoo login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement