Skip to content

Instantly share code, notes, and snippets.

@jdub
Created February 16, 2015 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdub/2f858fcbed294ac75636 to your computer and use it in GitHub Desktop.
Save jdub/2f858fcbed294ac75636 to your computer and use it in GitHub Desktop.
OpenWrt + systemd on VoCore
U-Boot for VoCore(based on RT5350)Warning: un-recognized chip ID, please update bootloader!
.
Version: May 30 2014 20:52:36
Press 'x' to console...
Booting image at bc050000 .
Image Name: MIPS OpenWrt Linux-3.14.32
Created: 2015-02-16 6:24:28 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 1075753 Bytes = 1 MB
Load Address: 80000000
Entry Point: 80000000
Load Kernel: .................
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
[ 0.000000] Linux version 3.14.32 (jdub@ubuntu) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44457) ) #
16 Sun Feb 15 22:23:44 PST 2015
[ 0.000000] SoC Type: Ralink RT5350 id:1 rev:3
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
[ 0.000000] MIPS: machine is VoCore
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 02000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x01ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0x01ffffff]
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
[ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Writing ErrCtl register=0001b7a0
[ 0.000000] Readback ErrCtl register=0001b7a0
[ 0.000000] Memory: 29144K/32768K available (2343K kernel code, 119K rwdata, 464K rodata, 136K init, 185K bss,
3624K reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:256
[ 0.000000] CPU Clock: 360MHz
[ 0.000000] systick: running - mult: 214748, shift: 32
[ 0.000000] genirq: Flags mismatch irq 7. 00014600 (timer) vs. 00014600 (systick)
[ 0.010000] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
[ 0.070000] pid_max: default: 32768 minimum: 301
[ 0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.080000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.080000] Initializing cgroup subsys devices
[ 0.090000] Initializing cgroup subsys freezer
[ 0.090000] Initializing cgroup subsys net_cls
[ 0.090000] Initializing cgroup subsys blkio
[ 0.100000] devtmpfs: initialized
[ 0.100000] pinctrl core: initialized pinctrl subsystem
[ 0.110000] NET: Registered protocol family 16
[ 0.140000] bio: create slab <bio-0> at 0
[ 0.140000] rt2880_gpio 10000600.gpio: registering 22 gpios
[ 0.150000] rt2880_gpio 10000600.gpio: registering 22 irq handlers
[ 0.150000] rt2880_gpio 10000660.gpio: registering 6 gpios
[ 0.160000] rt2880_gpio 10000660.gpio: registering 6 irq handlers
[ 0.170000] Switched to clocksource systick
[ 0.180000] NET: Registered protocol family 2
[ 0.190000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.210000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.220000] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.230000] TCP: reno registered
[ 0.240000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.250000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.270000] NET: Registered protocol family 1
[ 0.270000] rt-timer 10000100.timer: maximum frequency is 7324Hz
[ 0.290000] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.350000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.350000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.380000] msgmni has been set to 56
[ 0.390000] io scheduler noop registered
[ 0.400000] io scheduler deadline registered (default)
[ 0.420000] gpio-export gpio-export.4: 17 gpio(s) exported
[ 0.440000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.460000] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a 16550A
[ 0.480000] console [ttyS0] enabled
[ 0.480000] console [ttyS0] enabled
[ 0.490000] bootconsole [early0] disabled
[ 0.490000] bootconsole [early0] disabled
[ 0.520000] m25p80 spi32766.0: found w25q128, expected s25fl064k
[ 0.530000] m25p80 spi32766.0: w25q128 (16384 Kbytes)
[ 0.540000] 4 ofpart partitions found on MTD device spi32766.0
[ 0.560000] Creating 4 MTD partitions on "spi32766.0":
[ 0.560000] 0x000000000000-0x000000030000 : "uboot"
[ 0.580000] 0x000000030000-0x000000040000 : "uboot-env"
[ 0.600000] 0x000000040000-0x000000050000 : "factory"
[ 0.600000] 0x000000050000-0x000001000000 : "firmware"
[ 0.750000] 2 uimage-fw partitions found on MTD device firmware
[ 0.770000] 0x000000050000-0x000000156a69 : "kernel"
[ 0.780000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an era
se block -- forcing read-only
[ 0.810000] 0x000000156a69-0x000001000000 : "rootfs"
[ 0.810000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an era
se block -- forcing read-only
[ 0.810000] mtd: device 5 (rootfs) set to be root filesystem
[ 0.810000] 1 squashfs-split partitions found on MTD device rootfs
[ 0.810000] 0x000000760000-0x000001000000 : "rootfs_data"
[ 0.810000] ralink_soc_eth 10100000.ethernet eth0: ralink at 0xb0100000, irq 5
[ 0.810000] rt3xxx-usbphy usbphy.3: loaded
[ 0.810000] rt2880_wdt 10000120.watchdog: Initialized
[ 0.810000] TCP: cubic registered
[ 0.810000] NET: Registered protocol family 17
[ 0.810000] 8021q: 802.1Q VLAN Support v1.8
[ 0.810000] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[ 0.810000] devtmpfs: mounted
[ 0.810000] Freeing unused kernel memory: 136K (802de000 - 80300000)
[ 6.030000] random: systemd urandom read with 66 bits of entropy available
[ 6.380000] systemd[1]: systemd 218 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVI
NIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS -KMOD -IDN)
[ 6.430000] systemd[1]: Detected architecture 'mips'.
Welcome to OpenWrt!
[ 6.460000] systemd[1]: Set hostname to <openwrt>.
[ 6.480000] systemd[1]: Initializing machine ID from random generator.
[ 6.480000] systemd[1]: Installed transient /etc/machine-id file.
[ 7.240000] systemd[1]: Starting Timers.
[ OK ] Reached target Timers.
[ 7.280000] systemd[1]: Reached target Timers.
[ 7.280000] systemd[1]: Starting Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 7.320000] systemd[1]: Reached target Remote File Systems.
[ 7.320000] systemd[1]: Expecting device dev-ttyS0.device...
Expecting device dev-ttyS0.device...
[ 7.660000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 7.680000] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 7.700000] systemd[1]: Starting Swap.
[ OK ] Reached target Swap.
[ 7.720000] systemd[1]: Reached target Swap.
[ 7.720000] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 7.740000] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.760000] systemd[1]: Starting -.slice.
[ OK ] Created slice -.slice.
[ 7.780000] systemd[1]: Created slice -.slice.
[ 7.780000] systemd[1]: Starting udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 7.820000] systemd[1]: Listening on udev Kernel Socket.
[ 7.820000] systemd[1]: Starting Delayed Shutdown Socket.
[ OK ] Listening on Delayed Shutdown Socket.
[ 7.860000] systemd[1]: Listening on Delayed Shutdown Socket.
[ 7.860000] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 7.910000] systemd[1]: Listening on udev Control Socket.
[ 7.920000] systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket.
[ 7.950000] systemd[1]: Listening on Journal Socket.
[ 7.960000] systemd[1]: Starting system.slice.
[ OK ] Created slice system.slice.
[ 7.990000] systemd[1]: Created slice system.slice.
[ 8.000000] systemd[1]: Mounted Huge Pages File System.
[ 8.010000] systemd[1]: Started Remount Root and Kernel File Systems.
[ 8.030000] systemd[1]: Starting Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 8.070000] systemd[1]: Reached target Local File Systems (Pre).
[ 8.070000] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 8.110000] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 8.190000] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 8.290000] systemd[1]: Starting system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.390000] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 8.390000] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 8.440000] systemd[1]: Starting Slices.
[ OK ] Reached target Slices.
[ 8.560000] systemd[1]: Reached target Slices.
[ 8.560000] systemd[1]: Started Rebuild Dynamic Linker Cache.
[ 9.000000] systemd[1]: Mounted POSIX Message Queue File System.
[ 9.070000] systemd[1]: Mounted Configuration File System.
[ 9.110000] systemd[1]: Listening on Journal Audit Socket.
[ 9.110000] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 9.180000] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 9.180000] systemd[1]: Starting Paths.
[ OK ] Reached target Paths.
[ 9.240000] systemd[1]: Reached target Paths.
[ 9.240000] systemd[1]: Starting Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 9.530000] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.550000] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 9.610000] systemd[1]: Starting Sockets.
[ OK ] Reached target Sockets.
[ 9.640000] systemd[1]: Reached target Sockets.
[ 9.660000] systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Starting Update UTMP about System Boot/Shutdown...
[ 9.720000] systemd[1]: Started Rebuild Hardware Database.
[ 9.880000] systemd[1]: Starting udev Kernel Device Manager...
Starting udev Kernel Device Manager...
[ 9.920000] systemd[1]: Mounted FUSE Control File System.
[ OK ] Started Apply Kernel Variables.
[ 9.960000] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started udev Coldplug all Devices.
[ 11.740000] systemd[1]: Started udev Coldplug all Devices.
[ 12.250000] random: nonblocking pool is initialized
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 12.560000] systemd[1]: Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Journal Service.
[ 13.540000] systemd[1]: Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted Temporary Directory.
[ OK ] Reached target Local File Systems.
[ OK ] Mounted Debug File System.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Basic System.
[ 15.610000] systemd-journald[257]: Received request to flush runtime journal from PID 1
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Serial Getty on ttyS0...
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Multi-User System.
openwrt login:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment