Skip to content

Instantly share code, notes, and snippets.

@r-vignesh
Created September 1, 2022 10:53
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 r-vignesh/4d88f53bb0489f1675fa78f993e95d3f to your computer and use it in GitHub Desktop.
Save r-vignesh/4d88f53bb0489f1675fa78f993e95d3f to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.0.0-rc3-next-20220831-00007-g82f7afd2f38e (a0132425@uda0132425) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.
29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #169 SMP PREEMPT Thu Sep 1 11:13:10 IST 2022
[ 0.000000] Machine model: Texas Instruments AM62A7 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c8fffff]
[ 0.000000] node 0: [mem 0x000000009c900000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000dda00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 18 pages/cpu s34408 r8192 d31128 u73728
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=e50939ea-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1457172K/2097152K available (11648K kernel code, 1146K rwdata, 4376K rodata, 1920K init, 429K bss, 115692K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008368] Console: colour dummy device 80x25
[ 0.012946] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023627] pid_max: default: 32768 minimum: 301
[ 0.028397] LSM: Security Framework initializing
[ 0.033219] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.040791] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050178] rcu: Hierarchical SRCU implementation.
[ 0.055124] rcu: Max phase no-delay instances is 1000.
[ 0.060651] Platform MSI: msi-controller@1820000 domain created
[ 0.066775] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.075967] EFI services will not be available.
[ 0.080797] smp: Bringing up secondary CPUs ...
[ 0.110997] Detected VIPT I-cache on CPU1
[ 0.111084] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.111101] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.111144] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.136726] Detected VIPT I-cache on CPU2
[ 0.136802] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.136816] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.136846] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.162345] Detected VIPT I-cache on CPU3
[ 0.162419] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.162432] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.162461] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.162518] smp: Brought up 1 node, 4 CPUs
[ 0.242230] SMP: Total of 4 processors activated.
[ 0.247043] CPU features: detected: 32-bit EL0 Support
[ 0.252309] CPU features: detected: CRC32 instructions
[ 0.257891] CPU: All CPU(s) started at EL2
[ 0.262104] alternatives: patching kernel code
[ 0.267781] devtmpfs: initialized
[ 0.273402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.283400] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.302087] pinctrl core: initialized pinctrl subsystem
[ 0.307924] DMI not present or invalid.
[ 0.312397] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.319455] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.326934] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.335017] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.343559] thermal_sys: Registered thermal governor 'step_wise'
[ 0.343565] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.349839] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.363534] ASID allocator initialised with 65536 entries
[ 0.373174] KASLR disabled due to lack of seed
[ 0.383100] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.390064] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.396830] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.403769] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.410354] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.417293] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.423789] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.430728] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.437524] cryptd: max_cpu_qlen set to 1000
[ 0.442743] k3-chipinfo 43000014.chipid: Unknown SoC JTAGID[0x0BB8D02F]
[ 0.450533] iommu: Default domain type: Translated
[ 0.455539] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.462196] SCSI subsystem initialized
[ 0.466231] mc: Linux media interface: v0.10
[ 0.470615] videodev: Linux video capture interface: v2.00
[ 0.476274] pps_core: LinuxPPS API ver. 1 registered
[ 0.481350] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.490697] PTP clock support registered
[ 0.494730] EDAC MC: Ver: 3.0.0
[ 0.498420] FPGA manager framework
[ 0.501969] Advanced Linux Sound Architecture Driver Initialized.
[ 0.508964] clocksource: Switched to clocksource arch_sys_counter
[ 0.515392] VFS: Disk quotas dquot_6.6.0
[ 0.519440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.531948] NET: Registered PF_INET protocol family
[ 0.537126] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.546265] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.555055] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.562990] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.571190] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.579051] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.585866] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.592778] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.600241] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.606397] RPC: Registered named UNIX socket transport module.
[ 0.612469] RPC: Registered udp transport module.
[ 0.617278] RPC: Registered tcp transport module.
[ 0.622086] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.628677] PCI: CLS 0 bytes, default 64
[ 0.633351] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.642731] Initialise system trusted keyrings
[ 0.647465] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.657853] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.664321] NFS: Registering the id_resolver key type
[ 0.669529] Key type id_resolver registered
[ 0.673807] Key type id_legacy registered
[ 0.677950] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.684804] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.692533] 9p: Installing v9fs 9p2000 file system support
[ 0.732085] Key type asymmetric registered
[ 0.736276] Asymmetric key parser 'x509' registered
[ 0.741297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.748864] io scheduler mq-deadline registered
[ 0.753496] io scheduler kyber registered
[ 0.759210] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.769371] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.785107] brd: module loaded
[ 0.792273] loop: module loaded
[ 0.795990] megasas: 07.719.03.00-rc1
[ 0.802052] tun: Universal TUN/TAP device driver, 1.6
[ 0.807547] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.813965] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.820057] sky2: driver version 1.30
[ 0.824157] VFIO - User Level meta-driver version: 0.3
[ 0.830012] i2c_dev: i2c /dev entries driver
[ 0.834925] sdhci: Secure Digital Host Controller Interface driver
[ 0.841248] sdhci: Copyright(c) Pierre Ossman
[ 0.845822] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.852308] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.858532] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.865959] optee: probing for conduit method.
[ 0.870537] optee: revision 3.12 (3d47a131)
[ 0.870940] optee: initialized driver
[ 0.879906] NET: Registered PF_PACKET protocol family
[ 0.885212] 9pnet: Installing 9P2000 support
[ 0.889634] Key type dns_resolver registered
[ 0.894386] Loading compiled-in X.509 certificates
[ 0.908679] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.4.3--w2022.02-am62a (Jolly Je')
[ 1.010649] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.021919] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.028840] pca953x 1-0022: using AI
[ 1.053772] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.072538] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.086910] printk: console [ttyS2] disabled
[ 1.091334] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[ 1.100124] printk: console [ttyS2] enabled
[ 1.100124] printk: console [ttyS2] enabled
[ 1.108576] printk: bootconsole [ns16550a0] disabled
[ 1.108576] printk: bootconsole [ns16550a0] disabled
[ 1.562028] ALSA device list:
[ 1.562329] mmc1: CQHCI version 5.10
[ 1.565036] No soundcards found.
[ 1.609783] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.617463] Waiting for root device PARTUUID=e50939ea-02...
[ 1.656426] mmc1: new high speed SDHC card at address 5048
[ 1.662434] mmcblk1: mmc1:5048 SD32G 29.7 GiB
[ 1.669532] mmcblk1: p1 p2
[ 1.980278] EXT4-fs (mmcblk1p2): recovery complete
[ 1.986346] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 1.994921] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.002309] devtmpfs: mounted
[ 2.005815] Freeing unused kernel memory: 1920K
[ 2.010433] Run /sbin/init as init process
[ 2.303208] systemd[1]: System time before build time, advancing clock.
[ 2.391018] NET: Registered PF_INET6 protocol family
[ 2.396854] Segment Routing with IPv6
[ 2.400573] In-situ OAM (IOAM) with IPv6
[ 2.445130] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -EL
FUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 2.467111] systemd[1]: Detected architecture arm64.
Welcome to Arago 2021.09!
[ 2.550224] systemd[1]: Set hostname to <am62axx-evm>.
[ 4.848969] random: crng init done
[ 4.852674] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 4.865027] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 4.875895] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 4.898107] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.921945] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.945331] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password �…ts to Console Directory Watch.
[ 4.969219] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R�…uests to Wall Directory Watch.
[ 4.993240] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.009080] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.029046] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.045064] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.072728] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 5.097134] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 5.122117] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 5.145339] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.183286] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 5.193214] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.213571] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.229724] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.253512] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.273342] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.309409] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.328572] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.352653] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.373618] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.392919] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st�…odes for the current kernel...
[ 5.420533] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 5.444782] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 5.465323] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 5.478807] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 5.508095] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 5.565666] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.585620] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[ 5.595352] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 5.622346] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 5.641673] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta�… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star�…progress communication helper.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ 5.902701] systemd-journald[150]: Received client request to flush runtime journal.
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Wait for Complete Device Initialization...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Found device /dev/disk/by-uuid/25A3-91AB.
[ OK ] Started udev Wait for Complete Device Initialization.
Mounting /boot...
[ 7.743217] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting Reboot and dump vmcore via kexec...
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Reached target Network (Pre).
Starting Network Service...
[ OK ] Started Login Service.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
Starting Enable and configure wl18xx bluetooth stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Simple Network Ma�…ent Protocol (SNMP) Daemon....
Starting Permit User Sessions...
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ OK ] Started Simple Network Man�…ement Protocol (SNMP) Daemon..
[ OK ] Started rc.pvr.service.
Starting weston.service...
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
root@am62axx-evm:~# [ 129.310518] Initializing XFRM netlink socket
root@am62axx-evm:~#
root@am62axx-evm:~# ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 82 bytes 6220 (6.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 82 bytes 6220 (6.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am62axx-evm:~#
root@am62axx-evm:~#
root@am62axx-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment