Created
October 17, 2020 23:53
-
-
Save aweis/70851e26b6dbf66f017d2efc0b218747 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot 1.3.0-rc3-lab126 (Apr 16 2011 - 20:15:23) | |
| CPU: Freescale i.MX35 at 532 MHz | |
| Board: MX35 Luigi [ POR] | |
| WDOG_WCR = 0xff31 | |
| WDOG_WMCR = 0x0 | |
| Board Id: SP1B000000000000 | |
| S/N: B008A0A0118305W4 | |
| DRAM: 256 MB | |
| Using default environment | |
| In: serial | |
| Out: serial | |
| Err: serial | |
| No ethernet found. | |
| i.MX35 CPU board version 2.0 | |
| Net: No ethernet found. | |
| Hit any key to stop autoboot: 1 0 | |
| ## Booting image at 87f40400 ... | |
| Image Name: Linux-2.6.26-rt-lab126 | |
| Image Type: ARM Linux Kernel Image (uncompressed) | |
| Data Size: 2167548 Bytes = 2.1 MB | |
| Load Address: 80008000 | |
| Entry Point: 80008000 | |
| Verifying Checksum ... OK | |
| Loading Kernel Image ... OK | |
| Starting kernel ... | |
| Uncompressing Linux.......................................................................................................................... done, booting the kernel. | |
| boot: C def:bcut:batterycut=1,version=s172597: | |
| 2.6.26-rt-lab126 #5 Sat Sep 1 14:28:26 PDT 2012 armv6l | |
| INFO:Using default keypad setting. (not passing "kb_rev" to module) | |
| INFO:Loaded module /lib/modules/mxc_keyb.ko (22508 bytes) | |
| Press [ENTER] for recovery menu... 0 /INFO:Partition table verified for /dev/mmcblk0 | |
| INFO:Checking for updates... (auto-pilot mode) | |
| /dev/mmcblk0p4: | |
| CHS=4/16/100167 size=3282272256 bytes | |
| flag type first last lba first lba size | |
| Partition p1: | |
| 0x00 0x0b 16 <large> 16 6410672 | |
| CHS: 0/1/1 - <large> | |
| Partition p2: | |
| Partition p3: | |
| Partition p4: | |
| INFO:Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 | |
| INFO:No update*.bin found; no update needed. | |
| INFO:no updates found. | |
| BOOTING DEFAULT. | |
| argc == 9 | |
| argv[0]: "kinit" | |
| argv[1]: "console=ttymxc0,115200" | |
| argv[2]: "mem=256M" | |
| argv[3]: "panic=10" | |
| argv[4]: "root=/dev/mmcblk0p1" | |
| argv[5]: "ro" | |
| argv[6]: "ip=none" | |
| argv[7]: "quiet" | |
| argv[8]: "lpj=2555904" | |
| Running ipconfig | |
| argc == 4 | |
| argv[0]: "IP-Config" | |
| argv[1]: "-i" | |
| argv[2]: "Linux kinit" | |
| argv[3]: "ip=none" | |
| IP-Config: no devices to configure | |
| kinit: do_mounts | |
| kinit: name_to_dev_t(/dev/mmcblk0p1) = dev(179,1) | |
| kinit: root_dev = dev(179,1) | |
| kinit: /dev/root appears to be a ext3 filesystem | |
| kinit: trying to mount /dev/root on /root with type ext3 | |
| kinit: Mounted root (ext3 filesystem) readonly. | |
| Checking for init: /sbin/init | |
| Checking for init: /bin/init | |
| Checking for init: /etc/init | |
| Checking for init: /sbin/init.sysvinit | |
| INIT: version 2.86 booting | |
| system: I rcS:def:starting /etc/rcS.d/S02kdb | |
| system: I S02kdb:def:Setting boot device to mmcblk0 | |
| kdb set: 'system/driver/filesystem/DEV_ROOT' | |
| system: I rcS:def:starting /etc/rcS.d/S03udev | |
| system: I S03udev:def:setting up virtual fs for hotplug event handling | |
| system: I S03udev:def:starting the hotplug events dispatcher | |
| system: I S03udev:def:synthesizing initial hotplug events | |
| lipc-send-event[380]: E lipc:con::Connection error(Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory) | |
| lipc-send-event[380]: C def:dbusi::Failed to init dbus | |
| lipc-send-event[380]: E def:open::Failed to open LIPC | |
| lipc-send-event[380]: E def:fail:source=com.lab126.hal, event=usbPlugIn:Sending event failed | |
| lipc-send-event[479]: E lipc:con::Connection error(Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory) | |
| lipc-send-event[479]: C def:dbusi::Failed to init dbus | |
| lipc-send-event[479]: E def:open::Failed to open LIPC | |
| lipc-send-event[479]: E def:fail:source=com.lab126.hal, event=audioHS:Sending event failed | |
| system: I rcS:def:starting /etc/rcS.d/S04rootfsresize | |
| system: I S04rootfsresize:def:No rootfs on /dev/mmcblk0p1 resizing needed | |
| system: I rcS:def:starting /etc/rcS.d/S10filesystems | |
| system: I rcS:def:starting /etc/rcS.d/S10hostname | |
| system: I rcS:def:starting /etc/rcS.d/S10network | |
| system: I S10filesystems:def:mounting filesystems | |
| system: I S10hostname:def:setting device hostname | |
| system: I S10network:def:initializing network configuration | |
| system: I S10network:def:Installed Firewall | |
| system: I rcS:def:starting /etc/rcS.d/S11chpriority | |
| system: I rcS:def:starting /etc/rcS.d/S11video | |
| Unknown HZ value! (91) Assume 100. | |
| system: W S11chpriority:def:Cannot set priority for IRQ-7 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fionaa83