Advertisement
RobertBerger

3.10.28 beagle-xm bootlog ramdisk

Apr 4th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.79 KB | None | 0 0
  1. U-Boot SPL 2014.01-mainline-student-v2014.01 (Mar 07 2014 - 22:00:50)
  2. reading u-boot.img
  3. reading u-boot.img
  4.  
  5.  
  6. U-Boot 2014.01-mainline-student-v2014.01 (Mar 07 2014 - 22:00:50)
  7.  
  8. OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 Ghz
  9. OMAP3 Beagle board + LPDDR/NAND
  10. I2C: ready
  11. DRAM: 512 MiB
  12. NAND: 0 MiB
  13. MMC: OMAP SD/MMC: 0
  14. *** Warning - readenv() failed, using default environment
  15.  
  16. In: serial
  17. Out: serial
  18. Err: serial
  19. Beagle xM Rev C
  20. No EEPROM on expansion board
  21. Die ID #531000029ff80000016830c417019019
  22. Net: usb_ether
  23. Hit any key to stop autoboot: 0
  24. OMAP3 beagleboard.org # setenv kernel_addr_r '0x80300000'
  25. OMAP3 beagleboard.org # setenv fdt_addr_r '0x815f0000'
  26. OMAP3 beagleboard.org # setenv ramdisk_addr_r '0x85000000'
  27. OMAP3 beagleboard.org # setenv tftp_bootfile 'beagle-xm/uImage'
  28. OMAP3 beagleboard.org # setenv fdt_file 'beagle-xm/uImage-omap3-beagle-xm.dtb'
  29. OMAP3 beagleboard.org # setenv ramdisk_file 'beagle-xm/uRamdisk'
  30. OMAP3 beagleboard.org # setenv bootcmd 'tftp ${kernel_addr_r} ${tftp_bootfile}; tftp ${ramdisk_addr_r} ${ramdisk_file}; tftp ${fdt_addr_r} ${fdt_file}; bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}'
  31. OMAP3 beagleboard.org # setenv bootargs 'console=ttyO2,115200n8 ip=192.168.42.11:192.168.42.1:192.168.42.1:255.255.255.0::eth0: root=/dev/ram rw'
  32. OMAP3 beagleboard.org # setenv netup 'dcache off; setenv usbethaddr 0:0:1:2:3:81; setenv ipaddr 192.168.42.11; setenv serverip 192.168.42.1; setenv netmask 255.255.255.0; usb start'
  33. OMAP3 beagleboard.org # setenv loaduimage 'run netup; ping $serverip; boot'
  34. OMAP3 beagleboard.org # run loaduimage
  35. (Re)start USB...
  36. USB0: USB EHCI 1.00
  37. scanning bus 0 for devices... 3 USB Device(s) found
  38. scanning usb for storage devices... 0 Storage Device(s) found
  39. scanning usb for ethernet devices... 1 Ethernet Device(s) found
  40. ERROR: Need valid 'usbnet_devaddr' to be set
  41. at ether.c:2362/usb_eth_init()
  42. Waiting for Ethernet connection... done.
  43. Using sms0 device
  44. host 192.168.42.1 is alive
  45. Waiting for Ethernet connection... done.
  46. Using sms0 device
  47. TFTP from server 192.168.42.1; our IP address is 192.168.42.11
  48. Filename 'beagle-xm/uImage'.
  49. Load address: 0x80300000
  50. Loading: #################################################################
  51. #################################################################
  52. #################################################################
  53. #################
  54. 1.1 MiB/s
  55. done
  56. Bytes transferred = 3102264 (2f5638 hex)
  57. Waiting for Ethernet connection... done.
  58. Using sms0 device
  59. TFTP from server 192.168.42.1; our IP address is 192.168.42.11
  60. Filename 'beagle-xm/uRamdisk'.
  61. Load address: 0x85000000
  62. Loading: #################################################################
  63. #################################################################
  64. #################################################################
  65. #################################################################
  66. #################################################################
  67. #################################################################
  68. #################################################################
  69. #################################################################
  70. ###############################
  71. 1.1 MiB/s
  72. done
  73. Bytes transferred = 8078067 (7b42f3 hex)
  74. Waiting for Ethernet connection... done.
  75. Using sms0 device
  76. TFTP from server 192.168.42.1; our IP address is 192.168.42.11
  77. Filename 'beagle-xm/uImage-omap3-beagle-xm.dtb'.
  78. Load address: 0x815f0000
  79. Loading: #
  80. 859.4 KiB/s
  81. done
  82. Bytes transferred = 11444 (2cb4 hex)
  83. ## Booting kernel from Legacy Image at 80300000 ...
  84. Image Name: Linux-3.10.28-custom-student
  85. Image Type: ARM Linux Kernel Image (uncompressed)
  86. Data Size: 3102200 Bytes = 3 MiB
  87. Load Address: 80008000
  88. Entry Point: 80008000
  89. Verifying Checksum ... OK
  90. ## Loading init Ramdisk from Legacy Image at 85000000 ...
  91. Image Name: Test Ramdisk Image
  92. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  93. Data Size: 8078003 Bytes = 7.7 MiB
  94. Load Address: 00000000
  95. Entry Point: 00000000
  96. Verifying Checksum ... OK
  97. ## Flattened Device Tree blob at 815f0000
  98. Booting using the fdt blob at 0x815f0000
  99. Loading Kernel Image ... OK
  100. Loading Ramdisk to 8f84b000, end 8ffff2b3 ... OK
  101. Using Device Tree in place at 815f0000, end 815f5cb3
  102.  
  103. Starting kernel ...
  104.  
  105. [ 0.000000] Booting Linux on physical CPU 0x0
  106. [ 0.000000] Initializing cgroup subsys cpuset
  107. [ 0.000000] Initializing cgroup subsys cpu
  108. [ 0.000000] Initializing cgroup subsys cpuacct
  109. [ 0.000000] Linux version 3.10.28-custom-student (student@armv7a) (gcc version 4.8.1 (GCC) ) #1 Thu Apr 3 18:31:04 EEST 2014
  110. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  111. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  112. [ 0.000000] Machine: Generic OMAP3 (Flattened Device Tree), model: TI OMAP3 BeagleBoard xM
  113. [ 0.000000] cma: CMA: reserved 16 MiB at 9e800000
  114. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  115. [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
  116. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  117. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  118. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  119. [ 0.000000] Kernel command line: console=ttyO2,115200n8 ip=192.168.42.11:192.168.42.1:192.168.42.1:255.255.255.0::eth0: root=/dev/ram rw
  120. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  121. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  122. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  123. [ 0.000000] allocated 1048576 bytes of page_cgroup
  124. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  125. [ 0.000000] Memory: 511MB = 511MB total
  126. [ 0.000000] Memory: 482816k/482816k available, 41472k reserved, 0K highmem
  127. [ 0.000000] Virtual kernel memory layout:
  128. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  129. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  130. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  131. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  132. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  133. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  134. [ 0.000000] .text : 0xc0008000 - 0xc08894cc (8710 kB)
  135. [ 0.000000] .init : 0xc088a000 - 0xc08fde84 ( 464 kB)
  136. [ 0.000000] .data : 0xc08fe000 - 0xc09889c8 ( 555 kB)
  137. [ 0.000000] .bss : 0xc09889c8 - 0xc0a49a24 ( 773 kB)
  138. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  139. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  140. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  141. [ 0.000000] Total of 96 interrupts on 1 active controller
  142. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
  143. [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
  144. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  145. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  146. [ 0.000000] Console: colour dummy device 80x30
  147. [ 0.000213] Calibrating delay loop... 398.13 BogoMIPS (lpj=1990656)
  148. [ 0.049926] pid_max: default: 32768 minimum: 301
  149. [ 0.050140] Security Framework initialized
  150. [ 0.050262] AppArmor: AppArmor initialized
  151. [ 0.050506] Mount-cache hash table entries: 512
  152. [ 0.054534] Initializing cgroup subsys memory
  153. [ 0.054595] Initializing cgroup subsys devices
  154. [ 0.054626] Initializing cgroup subsys freezer
  155. [ 0.054626] Initializing cgroup subsys blkio
  156. [ 0.054656] Initializing cgroup subsys perf_event
  157. [ 0.054809] CPU: Testing write buffer coherency: ok
  158. [ 0.054870] ftrace: allocating 24027 entries in 71 pages
  159. [ 0.151153] Setting up static identity map for 0xc05c9130 - 0xc05c9188
  160. [ 0.160980] devtmpfs: initialized
  161. [ 0.182067] omap_hwmod: mcbsp2: cannot be enabled for reset (3)
  162. [ 0.222290] xor: measuring software checksum speed
  163. [ 0.319305] arm4regs : 744.800 MB/sec
  164. [ 0.419097] 8regs : 548.800 MB/sec
  165. [ 0.518890] 32regs : 716.000 MB/sec
  166. [ 0.518890] xor: using function: arm4regs (744.800 MB/sec)
  167. [ 0.518920] pinctrl core: initialized pinctrl subsystem
  168. [ 0.519561] regulator-dummy: no parameters
  169. [ 0.521301] NET: Registered protocol family 16
  170. [ 0.524505] DMA: preallocated 256 KiB pool for atomic coherent allocations
  171. [ 0.531860] Reprogramming SDRC clock to 400000000 Hz
  172. [ 0.534667] OMAP GPIO hardware version 2.5
  173. [ 0.543609] platform 49022000.mcbsp: alias fck already exists
  174. [ 0.544036] platform 49024000.mcbsp: alias fck already exists
  175. [ 0.548339] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
  176. [ 0.549499] No ATAGs?
  177. [ 0.549499] hw-breakpoint: debug architecture 0x4 unsupported.
  178. [ 0.550659] OMAP DMA hardware revision 5.0
  179. [ 0.560302] bio: create slab <bio-0> at 0
  180. [ 0.728698] raid6: int32x1 97 MB/s
  181. [ 0.898590] raid6: int32x2 117 MB/s
  182. [ 1.068267] raid6: int32x4 98 MB/s
  183. [ 1.237548] raid6: int32x8 100 MB/s
  184. [ 1.237548] raid6: using algorithm int32x2 (117 MB/s)
  185. [ 1.237579] raid6: using intx1 recovery algorithm
  186. [ 1.257232] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver
  187. [ 1.259887] usbcore: registered new interface driver usbfs
  188. [ 1.260009] usbcore: registered new interface driver hub
  189. [ 1.260253] usbcore: registered new device driver usb
  190. [ 1.261199] omap_i2c i2c.8: did not get pins for i2c error: -19
  191. [ 1.261749] omap_i2c i2c.8: bus 0 rev4.4 at 2600 kHz
  192. [ 1.266540] twl 0-0048: PIH (irq 23) chaining IRQs 338..346
  193. [ 1.266693] twl 0-0048: power (irq 343) chaining IRQs 346..353
  194. [ 1.268371] VDD1: 600 <--> 1450 mV at 1387 mV
  195. [ 1.269409] VDAC: 1800 mV
  196. [ 1.270416] VPLL2: 1800 mV
  197. [ 1.271240] VMMC1: 1850 <--> 3150 mV at 3150 mV
  198. [ 1.271972] VUSB1V5: 1500 mV
  199. [ 1.272613] VUSB1V8: 1800 mV
  200. [ 1.273254] VUSB3V1: 3100 mV
  201. [ 1.273956] VSIM: 1800 <--> 3000 mV at 1800 mV
  202. [ 1.275085] twl4030_gpio gpio.32: gpio (irq 338) chaining IRQs 354..371
  203. [ 1.276367] omap_i2c i2c.9: did not get pins for i2c error: -19
  204. [ 1.276916] omap_i2c i2c.9: bus 1 rev4.4 at 400 kHz
  205. [ 1.277038] omap_i2c i2c.10: did not get pins for i2c error: -19
  206. [ 1.277496] omap_i2c i2c.10: bus 2 rev4.4 at 100 kHz
  207. [ 1.278961] omap-iommu omap-iommu.0: mmu_isp registered
  208. [ 1.280120] NetLabel: Initializing
  209. [ 1.280151] NetLabel: domain hash size = 128
  210. [ 1.280151] NetLabel: protocols = UNLABELED CIPSOv4
  211. [ 1.280242] NetLabel: unlabeled traffic allowed by default
  212. [ 1.280426] Switching to clocksource 32k_counter
  213. [ 1.323608] AppArmor: AppArmor Filesystem Enabled
  214. [ 1.339538] NET: Registered protocol family 2
  215. [ 1.340270] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  216. [ 1.340393] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  217. [ 1.340454] TCP: Hash tables configured (established 4096 bind 4096)
  218. [ 1.340545] TCP: reno registered
  219. [ 1.340637] UDP hash table entries: 256 (order: 0, 4096 bytes)
  220. [ 1.340667] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  221. [ 1.341064] NET: Registered protocol family 1
  222. [ 1.341552] RPC: Registered named UNIX socket transport module.
  223. [ 1.341552] RPC: Registered udp transport module.
  224. [ 1.341552] RPC: Registered tcp transport module.
  225. [ 1.341583] RPC: Registered tcp NFSv4.1 backchannel transport module.
  226. [ 1.343505] Trying to unpack rootfs image as initramfs...
  227. [ 1.344787] rootfs image is not initramfs (no cpio magic); looks like an initrd
  228. [ 1.390045] Freeing initrd memory: 7888K (cf84b000 - cffff000)
  229. [ 1.390350] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  230. [ 1.394317] audit: initializing netlink socket (disabled)
  231. [ 1.394378] type=2000 audit(1.330:1): initialized
  232. [ 1.624420] VFS: Disk quotas dquot_6.5.2
  233. [ 1.624755] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  234. [ 1.628662] NFS: Registering the id_resolver key type
  235. [ 1.628753] Key type id_resolver registered
  236. [ 1.628753] Key type id_legacy registered
  237. [ 1.628814] fuse init (API version 7.22)
  238. [ 1.631011] bio: create slab <bio-1> at 1
  239. [ 1.632873] Btrfs loaded
  240. [ 1.632934] msgmni has been set to 990
  241. [ 1.635101] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  242. [ 1.635101] io scheduler noop registered
  243. [ 1.635131] io scheduler deadline registered
  244. [ 1.635375] io scheduler cfq registered (default)
  245. [ 1.651428] platform omapfb: Driver omapfb requests probe deferral
  246. [ 1.744995] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  247. [ 1.746978] omap_uart serial.5: did not get pins for uart0 error: -19
  248. [ 1.747283] serial.5: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  249. [ 1.747833] omap_uart serial.6: did not get pins for uart1 error: -19
  250. [ 1.748077] serial.6: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  251. [ 1.748565] omap_uart serial.7: did not get pins for uart2 error: -19
  252. [ 1.748748] serial.7: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  253. [ 2.572357] console [ttyO2] enabled
  254. [ 2.576629] omap_uart serial.17: did not get pins for uart3 error: -19
  255. [ 2.583770] serial.17: ttyO3 at MMIO 0x49042000 (irq = 96) is a OMAP UART3
  256. [ 2.601501] brd: module loaded
  257. [ 2.609771] loop: module loaded
  258. [ 2.614532] omap2_mcspi spi.11: pins are not configured from the driver
  259. [ 2.622009] omap2_mcspi spi.12: pins are not configured from the driver
  260. [ 2.629364] omap2_mcspi spi.13: pins are not configured from the driver
  261. [ 2.636779] omap2_mcspi spi.14: pins are not configured from the driver
  262. [ 2.645050] usbcore: registered new interface driver ax88179_178a
  263. [ 2.651550] usbcore: registered new interface driver cdc_ether
  264. [ 2.657775] usbcore: registered new interface driver smsc95xx
  265. [ 2.663879] usbcore: registered new interface driver rndis_host
  266. [ 2.670227] usbcore: registered new interface driver cdc_ncm
  267. [ 2.676849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  268. [ 2.683746] ehci-omap: OMAP-EHCI Host Controller driver
  269. [ 2.689514] ehci-omap 48064800.ehci: EHCI Host Controller
  270. [ 2.695587] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 1
  271. [ 2.704254] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800
  272. [ 2.720703] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00
  273. [ 2.727050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  274. [ 2.734191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  275. [ 2.741790] usb usb1: Product: EHCI Host Controller
  276. [ 2.746917] usb usb1: Manufacturer: Linux 3.10.28-custom-student ehci_hcd
  277. [ 2.754058] usb usb1: SerialNumber: 48064800.ehci
  278. [ 2.759979] hub 1-0:1.0: USB hub found
  279. [ 2.763977] hub 1-0:1.0: 3 ports detected
  280. [ 2.769134] HS USB OTG: no transceiver configured
  281. [ 2.774139] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
  282. [ 2.782318] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
  283. [ 2.791687] twl_rtc rtc.22: Enabling TWL-RTC
  284. [ 2.800506] twl_rtc rtc.22: rtc core: registered rtc.22 as rtc0
  285. [ 2.808013] i2c /dev entries driver
  286. [ 2.812469] Driver for 1-wire Dallas network protocol.
  287. [ 2.819427] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  288. [ 2.827667] cpuidle: using governor ladder
  289. [ 2.832000] cpuidle: using governor menu
  290. [ 2.836181] sdhci: Secure Digital Host Controller Interface driver
  291. [ 2.842712] sdhci: Copyright(c) Pierre Ossman
  292. [ 2.847961] omap-dma-engine 48056000.dma-controller: allocating channel for 62
  293. [ 2.855621] omap-dma-engine 48056000.dma-controller: allocating channel for 61
  294. [ 2.865905] omap_hsmmc mmc.15: pins are not configured from the driver
  295. [ 2.911163] leds-gpio leds.18: pins are not configured from the driver
  296. [ 2.918640] ledtrig-cpu: registered to indicate activity on CPUs
  297. [ 2.925109] hidraw: raw HID events driver (C) Jiri Kosina
  298. [ 2.931365] usbcore: registered new interface driver usbhid
  299. [ 2.937194] usbhid: USB HID core driver
  300. [ 2.941802] oprofile: using arm/armv7
  301. [ 2.945709] nf_conntrack version 0.5.0 (7923 buckets, 31692 max)
  302. [ 2.953491] ip_tables: (C) 2000-2006 Netfilter Core Team
  303. [ 2.959197] TCP: cubic registered
  304. [ 2.962738] NET: Registered protocol family 17
  305. [ 2.967803] Key type dns_resolver registered
  306. [ 2.972473] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  307. [ 2.981536] ThumbEE CPU extension supported.
  308. [ 2.986053] Registering SWP/SWPB emulation handler
  309. [ 2.991149] SmartReflex Class3 initialized
  310. [ 2.997375] registered taskstats version 1
  311. [ 3.004760] VPLL2: disabling
  312. [ 3.008331] VDAC: disabling
  313. [ 3.013336] platform omapfb: Driver omapfb requests probe deferral
  314. [ 3.019989] HS USB OTG: no transceiver configured
  315. [ 3.024993] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
  316. [ 3.033172] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
  317. [ 3.044219] twl_rtc rtc.22: setting system clock to 2014-02-17 03:51:23 UTC (1392609083)
  318. [ 3.052734] sr_init: No PMIC hook to init smartreflex
  319. [ 3.058197] sr_init: platform driver register failed for SR
  320. [ 3.091461] mmc0: host does not support reading read-only switch. assuming write-enable.
  321. [ 3.102325] mmc0: new high speed SDHC card at address 3373
  322. [ 3.108673] mmcblk0: mmc0:3373 SD04G 3.69 GiB
  323. [ 3.115264] mmcblk0: p1 p2
  324. [ 3.119415] platform omapfb: Driver omapfb requests probe deferral
  325. [ 3.126129] HS USB OTG: no transceiver configured
  326. [ 3.131134] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
  327. [ 3.139282] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
  328. [ 15.181762] RAMDISK: gzip image found at block 0
  329. [ 16.668304] VFS: Mounted root (ext2 filesystem) on device 1:0.
  330. [ 16.674743] devtmpfs: mounted
  331. [ 16.678894] Freeing unused kernel memory: 460K (c088a000 - c08fd000)
  332. INIT: version 2.88 booting
  333. Starting udev
  334. [ 16.920013] udevd[73]: starting version 182
  335. Starting Bootlog daemon: bootlogd.
  336. Populating dev cache
  337. Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
  338. ifconfig: SIOCSIFADDR: No such device
  339. INIT: Entering runlevel: 3
  340. Starting syslogd/klogd: done
  341. Stopping Bootlog daemon: bootlogd.
  342.  
  343. Poky (Yocto Project Reference Distro) 1.5.1 beagle-xm-ml /dev/ttyO2
  344.  
  345. beagle-xm-ml login: root
  346. root@beagle-xm-ml:~# ifconfig -a
  347. lo Link encap:Local Loopback
  348. inet addr:127.0.0.1 Mask:255.0.0.0
  349. UP LOOPBACK RUNNING MTU:65536 Metric:1
  350. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  351. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  352. collisions:0 txqueuelen:0
  353. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  354.  
  355. root@beagle-xm-ml:~# cat /etc/network/interfaces
  356. # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
  357.  
  358. # The loopback interface
  359. auto lo
  360. iface lo inet loopback
  361.  
  362. # Wireless interfaces
  363. #iface wlan0 inet dhcp
  364. # wireless_mode managed
  365. # wireless_essid any
  366. # wpa-driver wext
  367. # wpa-conf /etc/wpa_supplicant.conf
  368.  
  369. #iface atml0 inet dhcp
  370.  
  371. # Wired or wireless interfaces
  372. auto eth0
  373. iface eth0 inet static
  374. address 192.168.42.11
  375. netmask 255.255.255.0
  376.  
  377. #iface eth0 inet dhcp
  378. #iface eth1 inet dhcp
  379.  
  380. # Ethernet/RNDIS gadget (g_ether)
  381. # ... or on host side, usbnet and random hwaddr
  382. #iface usb0 inet static
  383. # address 192.168.7.2
  384. # netmask 255.255.255.0
  385. # network 192.168.7.0
  386. # gateway 192.168.7.1
  387.  
  388. # Bluetooth networking
  389. #iface bnep0 inet dhcp
  390.  
  391. root@beagle-xm-ml:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement