0% found this document useful (0 votes)
16 views9 pages

Linux Boot

The document provides a boot log for the XIEGU Tech X6100 HF+6m Transceiver, detailing the initialization process of the device and the loading of the Linux kernel version 5.8.9. It includes information about hardware components, memory allocation, and various system configurations during the boot sequence. The log indicates successful execution of the boot script and initialization of peripherals, including USB and network interfaces.

Uploaded by

Larry McElhiney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views9 pages

Linux Boot

The document provides a boot log for the XIEGU Tech X6100 HF+6m Transceiver, detailing the initialization process of the device and the loading of the Linux kernel version 5.8.9. It includes information about hardware components, memory allocation, and various system configurations during the boot sequence. The log indicates successful execution of the boot script and initialization of peripherals, including USB and network interfaces.

Uploaded by

Larry McElhiney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

root@linux-kwm1:/dev/shm

>stty -F /dev/ttyACM0 cs8 -parenb


root@linux-kwm1:/dev/shm
>screen /dev/ttyACM0 115200

Power X6100 on!

U-Boot SPL 2017.11 (Nov 10 2022 - 09:20:33)


DRAM: 1024 MiB
Trying to boot from MMC2

DRAM: 1 GiB
MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
*** Warning - bad CRC, using default environment

Setting up a 480x854 lcd console (overscan 0x0)


Video: Drawing the logo ...
In: serial
Out: serial
Err: serial
Allwinner mUSB OTG (Peripheral)
Net:
Warning: usb_ether using MAC address from ROM
eth0: usb_ether
starting USB...
USB0: USB EHCI 1.00
USB1: USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
Found U-Boot script /boot.scr
reading /boot.scr
424 bytes read in 15 ms (27.3 KiB/s)
## Executing script at 43100000
------------ x6100 boot script ------------
reading zImage
4572864 bytes read in 236 ms (18.5 MiB/s)
reading sun8i-r16-x6100.dtb
26156 bytes read in 25 ms (1021.5 KiB/s)
## Flattened Device Tree blob at 49000000
Booting using the fdt blob at 0x49000000
Loading Device Tree to 49ff6000, end 49fff62b ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0


[ 0.000000] Linux version 5.8.9 (jet@ubuntu) (arm-buildroot-linux-gnueabihf-
gcc.br_real (Buildroot -svn39) 8.4.0, GNU ld (GNU Binutils) 2.32) #96 SMP PREEMPT
Fri Nov 11 16:01:58 HKT 2022
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction
cache
[ 0.000000] OF: fdt: Machine model: XIEGU Tech X6100 HF+6m Transceiver

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 1 of 9
:
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x4a000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node cma@4a000000, compatible id
shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] HighMem [mem 0x0000000070000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] percpu: Embedded 15 pages/cpu s30988 r8192 d22260 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk2p2
rootwait panic=10 fbcon=rotate:3
[ 0.000000] video=VGA:480x800
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes,
linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes,
linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 896900K/1048576K available (7168K kernel code, 502K rwdata,
1860K rodata, 1024K init, 246K bss, 20604K reserved, 131072K cma-reserved, 262132K
highmem)
[ 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 restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10
jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x320/0x4b0 with
crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:
0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every
4398046511097ns
[ 0.000020] Switching to timer-based delay loop, resolution 41ns
[ 0.000268] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 79635851949 ns
[ 0.000755] Console: colour dummy device 80x30
[ 0.000819] Calibrating delay loop (skipped), value calculated using timer
frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000835] pid_max: default: 32768 minimum: 301
[ 0.000999] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001016] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes,
linear)
[ 0.001882] CPU: Testing write buffer coherency: ok
[ 0.002296] /cpus/cpu@0 missing clock-frequency property
[ 0.002320] /cpus/cpu@1 missing clock-frequency property
[ 0.002336] /cpus/cpu@2 missing clock-frequency property
[ 0.002354] /cpus/cpu@3 missing clock-frequency property
[ 0.002367] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003011] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.003144] rcu: Hierarchical SRCU implementation.
[ 0.003764] smp: Bringing up secondary CPUs ...
[ 0.004709] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005742] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 2 of 9
:
[ 0.006679] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006776] smp: Brought up 1 node, 4 CPUs
[ 0.006795] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.006802] CPU: All CPU(s) started in HYP mode.
[ 0.006807] CPU: Virtualization extensions available.
[ 0.007578] devtmpfs: initialized
[ 0.014238] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev
5
[ 0.014660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 19112604462750000 ns
[ 0.014688] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.019430] pinctrl core: initialized pinctrl subsystem
[ 0.020358] thermal_sys: Registered thermal governor 'step_wise'
[ 0.021532] NET: Registered protocol family 16
[ 0.023300] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.024543] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint
registers.
[ 0.024555] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.045999] SCSI subsystem initialized
[ 0.046526] usbcore: registered new interface driver usbfs
[ 0.046586] usbcore: registered new interface driver hub
[ 0.046672] usbcore: registered new device driver usb
[ 0.046913] pps_core: LinuxPPS API ver. 1 registered
[ 0.046922] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
<[email protected]>
[ 0.046943] PTP clock support registered
[ 0.047480] Advanced Linux Sound Architecture Driver Initialized.
[ 0.048528] clocksource: Switched to clocksource arch_sys_counter
[ 0.056599] NET: Registered protocol family 2
[ 0.057230] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144
bytes, linear)
[ 0.057259] TCP established hash table entries: 8192 (order: 3, 32768 bytes,
linear)
[ 0.057335] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.057450] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.057632] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.057722] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.058001] NET: Registered protocol family 1
[ 0.058770] RPC: Registered named UNIX socket transport module.
[ 0.058784] RPC: Registered udp transport module.
[ 0.058790] RPC: Registered tcp transport module.
[ 0.058795] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.060454] Initialise system trusted keyrings
[ 0.060710] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.067127] NFS: Registering the id_resolver key type
[ 0.067172] Key type id_resolver registered
[ 0.067179] Key type id_legacy registered
[ 0.067290] Key type asymmetric registered
[ 0.067299] Asymmetric key parser 'x509' registered
[ 0.067356] bounce: pool size: 64 pages
[ 0.067430] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.067441] io scheduler mq-deadline registered
[ 0.067449] io scheduler kyber registered
[ 0.072897] sun8i-a33-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.127765] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.130899] printk: console [ttyS0] disabled
[ 0.151149] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 35, base_baud =
1500000) is a U6_16550A
[ 0.810845] printk: console [ttyS0] enabled
[ 0.838321] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 36, base_baud =
1500000) is a U6_16550A
[ 0.854916] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 0.861245] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 3 of 9
:
[ 0.867553] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 0.873891] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit
external bus
[ 0.882442] lima 1c40000.gpu: bus rate = 200000000
[ 0.887233] lima 1c40000.gpu: mod rate = 384000000
[ 0.892159] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali)
found: -19
[ 0.900611] lima 1c40000.gpu: Failed to register cooling device
[ 0.906986] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 0
[ 0.919155] libphy: Fixed MDIO Bus: probed
[ 0.923601] CAN device driver interface
[ 0.928300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.934910] ehci-platform: EHCI generic platform driver
[ 0.940580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.946773] ohci-platform: OHCI generic platform driver
[ 0.953161] input: matrix_keypad@0 as
/devices/platform/matrix_keypad@0/input/input0
[ 0.964464] rotary-encoder rotary@0: gray
[ 0.969124] input: rotary@0 as /devices/platform/rotary@0/input/input1
[ 0.975953] rotary-encoder rotary@1: gray
[ 0.980572] input: rotary@1 as /devices/platform/rotary@1/input/input2
[ 0.987371] rotary-encoder rotary@3: gray
[ 0.991887] input: rotary@3 as /devices/platform/rotary@3/input/input3
[ 0.999690] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 1.004743] sun6i-rtc 1f00000.rtc: RTC enabled
[ 1.009551] i2c /dev entries driver
[ 1.016123] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec,
nowayout=0)
[ 1.028805] sun4i-ss 1c15000.crypto-engine: Die ID 5
[ 1.035751] usbcore: registered new interface driver usbhid
[ 1.041370] usbhid: USB HID core driver
[ 1.048958] NET: Registered protocol family 17
[ 1.053439] can: controller area network core (rev 20170425 abi 9)
[ 1.059800] NET: Registered protocol family 29
[ 1.064244] can: raw protocol (rev 20170425)
[ 1.068530] can: broadcast manager protocol (rev 20170425 t)
[ 1.074191] can: netlink gateway (rev 20190810) max_hops=1
[ 1.080034] Key type dns_resolver registered
[ 1.084446] Registering SWP/SWPB emulation handler
[ 1.089312] Loading compiled-in X.509 certificates
[ 1.108058] sun8i-a23-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 1.115586] sun8i-a23-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using
dummy regulator
[ 1.146234] 1f02800.serial: ttyS2 at MMIO 0x1f02800 (irq = 51, base_baud =
1500000) is a U6_16550A
[ 1.156903] panel@0 enforce active low on chipselect handle
[ 1.168914] asoc-simple-card sound: sun8i <-> 1c22c00.dai mapping ok
[ 1.176999] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[ 1.183187] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP223 found
[ 1.191377] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-
3a3/axp221-pek/input/input4
[ 1.202724] axp20x-adc axp22x-adc: DMA mask not set
[ 1.208622] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not
set
[ 1.217244] dcdc1: supplied by regulator-dummy
[ 1.221842] vcc-3v0: Bringing 3300000uV into 3000000-3000000uV
[ 1.228011] dcdc2: supplied by regulator-dummy
[ 1.233305] dcdc3: supplied by regulator-dummy
[ 1.238027] dcdc4: supplied by regulator-dummy
[ 1.242800] dcdc5: supplied by regulator-dummy
[ 1.247542] dc1sw: supplied by vcc-3v0
[ 1.251600] dc5ldo: supplied by vcc-dram
[ 1.255832] aldo1: supplied by regulator-dummy

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 4 of 9
:
[ 1.260594] aldo2: supplied by regulator-dummy
[ 1.265348] aldo3: supplied by regulator-dummy
[ 1.270105] eldo1: supplied by vcc-3v0
[ 1.273923] vcc-1v2-hsic: Bringing 700000uV into 1200000-1200000uV
[ 1.280369] eldo2: supplied by vcc-3v0
[ 1.284197] vcc-dsp: Bringing 700000uV into 3000000-3000000uV
[ 1.290175] eldo3: supplied by vcc-3v0
[ 1.293994] eldo3: Bringing 700000uV into 3000000-3000000uV
[ 1.299823] dldo1: supplied by regulator-dummy
[ 1.304369] vcc-wifi0: Bringing 700000uV into 3300000-3300000uV
[ 1.310588] dldo2: supplied by regulator-dummy
[ 1.315110] vcc-wifi1: Bringing 700000uV into 3300000-3300000uV
[ 1.321296] dldo3: supplied by regulator-dummy
[ 1.325840] vcc-3v0-csi: Bringing 700000uV into 3000000-3000000uV
[ 1.332182] dldo4: supplied by regulator-dummy
[ 1.336916] rtc_ldo: supplied by regulator-dummy
[ 1.341820] ldo_io0: supplied by regulator-dummy
[ 1.346706] ldo_io1: supplied by regulator-dummy
[ 1.352283] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set
[ 1.360988] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 1.369212] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[ 1.376624] sun4i-drm display-engine: bound 1e00000.display-frontend (ops
0xc084f6b8)
[ 1.384916] sun4i-drm display-engine: bound 1e60000.display-backend (ops
0xc084eef8)
[ 1.392730] sun4i-drm display-engine: bound 1e70000.drc (ops 0xc084ea28)
[ 1.400021] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops
0xc084da58)
[ 1.407678] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.415185] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on
minor 1
[ 1.665452] Console: switching to colour frame buffer device 100x30
[ 1.705059] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[ 1.712998] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 1.718645] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus
number 1
[ 1.726789] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
[ 1.758527] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 1.764836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.08
[ 1.773116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.780344] usb usb1: Product: EHCI Host Controller
[ 1.785216] usb usb1: Manufacturer: Linux 5.8.9 ehci_hcd
[ 1.790536] usb usb1: SerialNumber: 1c1a000.usb
[ 1.795744] hub 1-0:1.0: USB hub found
[ 1.799577] hub 1-0:1.0: 1 port detected
[ 1.804422] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 1.811087] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus
number 2
[ 1.819171] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
[ 1.892693] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001,
bcdDevice= 5.08
[ 1.900986] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.908200] usb usb2: Product: Generic Platform OHCI controller
[ 1.914128] usb usb2: Manufacturer: Linux 5.8.9 ohci_hcd
[ 1.919447] usb usb2: SerialNumber: 1c1a400.usb
[ 1.925121] hub 2-0:1.0: USB hub found
[ 1.928943] hub 2-0:1.0: 1 port detected
[ 1.934838] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 1.964757] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 1.973224] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 2.003823] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[ 2.037479] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 5 of 9
:
[ 2.044932] ALSA device list:
[ 2.047902] #0: sun8i-a33-audio
[ 2.052164] Waiting for root device /dev/mmcblk2p2...
[ 2.128762] mmc2: new DDR MMC card at address 0001
[ 2.134590] mmcblk2: mmc2:0001 8GME4R 7.28 GiB
[ 2.139817] mmcblk2boot0: mmc2:0001 8GME4R partition 1 4.00 MiB
[ 2.146262] mmcblk2boot1: mmc2:0001 8GME4R partition 2 4.00 MiB
[ 2.154914] mmcblk2: p1 p2
[ 2.177915] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts:
(null)
[ 2.186176] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.193716] devtmpfs: mounted
[ 2.197840] Freeing unused kernel memory: 1024K
[ 2.238711] Run /sbin/init as init process
[ 2.243397] random: fast init done
[ 2.336183] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [ 2.480257] udevd[118]: starting version 3.2.9
[ 2.502818] random: udevd: uninitialized urandom read (16 bytes read)
[ 2.510173] random: udevd: uninitialized urandom read (16 bytes read)
[ 2.517394] random: udevd: uninitialized urandom read (16 bytes read)
[ 2.552629] udevd[118]: specified group 'gpib' unknown
[ 2.562677] udevd[119]: starting eudev-3.2.9
[ 2.776520] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using
dummy regulator
[ 2.790479] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver
[ 2.800676] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus
number 3
[ 2.809141] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.08
[ 2.822017] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.830270] rtc-pcf8563 1-0051: registered as rtc1
[ 2.834193] usb usb3: Product: MUSB HDRC host driver
[ 2.840145] rtc-pcf8563 1-0051: setting system clock to 2024-01-06T08:10:04 UTC
(1704528604)
[ 2.849317] usb usb3: Manufacturer: Linux 5.8.9 musb-hcd
[ 2.854661] usb usb3: SerialNumber: musb-hdrc.2.auto
[ 2.863246] hub 3-0:1.0: USB hub found
[ 2.870659] hub 3-0:1.0: 1 port detected
[ 2.874988] phy phy-1c19400.phy.1: External vbus detected, not enabling our own
vbus
done
Initializing random number generator: OK
Saving random seed: OK
Starting haveged: haveged: listening socket at 3
OK
Starting system message bus: done
Starting network: OK
Starting NetworkManager ... done.
Starting ofono ... done.
Starting sntp: sntp [email protected] Wed Nov 9 10:19:32 UTC 2022 (1)
pool.ntp.org lookup error Temporary failure in name resolution
FAIL
Starting ntpd: [ 3.811327] Bluetooth: Core ver 2.22
[ 3.815218] NET: Registered protocol family 31
[ 3.821052] Bluetooth: HCI device and connection manager initialized
[ 3.833878] Bluetooth: HCI socket layer initialized
[ 3.842067] Bluetooth: L2CAP socket layer initialized
[ 3.849840] Bluetooth: SCO socket layer initialized
OK
Starting pulseaudio: W: [pulseaudio] main.c: This program is not intended to be run

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 6 of 9
:
as root (unless --system is specified).
OK
[ 5.214069] random: crng init done
[ 5.217608] random: 7 urandom warning(s) missed due to ratelimiting
Starting sshd: OK
Init amixer: OK
Starting vsftpd: OK
Starting monit:
Starting Monit 5.26.0 daemon
OK

Welcome to XIEGU X6100!


XIEGU-x6100 login: root
Password: 123
[root@XIEGU-x6100:/root]#

[root@XIEGU-x6100:/root]# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 7.0G 391.3M 6.3G 6% /
devtmpfs 437.9M 0 437.9M 0% /dev
tmpfs 502.4M 0 502.4M 0% /dev/shm
tmpfs 502.4M 48.0K 502.4M 0% /tmp
tmpfs 502.4M 160.0K 502.3M 0% /run

[root@XIEGU-x6100:/root]# lsscsi (no output!)


[root@XIEGU-x6100:/root]# which lsscsi
/usr/bin/lsscsi
[root@XIEGU-x6100:/root]# ls -l /usr/bin/lsscsi
lrwxrwxrwx 1 root root 17 Nov 9 2022 /usr/bin/lsscsi ->
../../bin/busybox

[root@XIEGU-x6100:/root]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 7.3G 0 disk
|-mmcblk2p1 179:1 0 48M 0 part
`-mmcblk2p2 179:2 0 7.2G 0 part /
mmcblk2boot0 179:8 0 4M 1 disk
mmcblk2boot1 179:16 0 4M 1 disk

inserd SD-Card (16 GB)

[root@XIEGU-x6100:/root]#
[ 381.775390] mmc0: host does not support reading read-only switch, assuming write-
enable
[ 381.789781] mmc0: new high speed SDHC card at address aaaa
[ 381.799621] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 381.815537] mmcblk0: p1

[root@XIEGU-x6100:/root]# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 7.0G 391.3M 6.3G 6% /
devtmpfs 437.9M 0 437.9M 0% /dev
tmpfs 502.4M 0 502.4M 0% /dev/shm
tmpfs 502.4M 48.0K 502.4M 0% /tmp
tmpfs 502.4M 168.0K 502.3M 0% /run
/dev/mmcblk0p1 14.8G 32.0K 14.8G 0% /media/sd-mmcblk0p1

[root@XIEGU-x6100:/root]# which dd
/bin/dd

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 7 of 9
:
[root@XIEGU-x6100:/root]# dd if=/dev/mmcblk2 of=/dev/mmcblk0 bs=1M status=progress

dd: invalid argument 'progress' to 'status'

[root@XIEGU-x6100:/root]# time $(dd if=/dev/mmcblk2 of=/dev/mmcblk0 bs=1M)


7456+0 records in
7456+0 records out
BusyBox v1.31.1 (2022-11-09 18:20:04 HKT) multi-call binary.

Usage: time [-vpa] [-o FILE] PROG ARGS

Run PROG, display resource usage when it exits

-v Verbose
-p POSIX output format
-f FMT Custom format
-o FILE Write result to FILE
-a Append (else overwrite)

[root@XIEGU-x6100:/root]# umount /dev/mmcblk0p1


[root@XIEGU-x6100:/root]# fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 14.86 GiB, 15931539456 bytes, 31116288 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x354aa55f

Device Boot Start End Sectors Size Id Type


/dev/mmcblk0p1 32768 131071 98304 48M 83 Linux
/dev/mmcblk0p2 131072 15269887 15138816 7.2G 83 Linux

[root@XIEGU-x6100:/root]# [ 1189.689133] mmc0: card aaaa removed

[root@XIEGU-x6100:/root]# shutdown -h now


-sh: shutdown: not found
[root@XIEGU-x6100:/root]# boot --help
-sh: boot: not found
[root@XIEGU-x6100:/root]# reboot --help
BusyBox v1.31.1 (2022-11-09 18:20:04 HKT) multi-call binary.

Usage: reboot [-d DELAY] [-n] [-f]

Reboot the system

-d SEC Delay interval


-n Do not sync
-f Force (don't go through init)
[root@XIEGU-x6100:/root]# reboot
[root@XIEGU-x6100:/root]# Clean xgradio left over files: OK
Stopping monit:
Monit daemon with pid [249] killed
'x6100_ui_v100' stop: '/usr/share/support/userapp stop'
OK
Stopping vsftpd: stopped /usr/sbin/vsftpd (pid 244)
OK
Deinit amixer: OK
Stopping sshd: OK
Stopping pulseaudio: E: [pulseaudio] main.c: Failed to kill daemon: No such process
OK
Stopping ntpd: OK
Nothing to do, sntp is not a daemon.

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 8 of 9
:
Stopping ofono ...done.
Stopping NetworkManager ... done.
Stopping network: OK
Stopping system message bus: done
Stopping haveged: stopped /usr/sbin/haveged (pid 162)
OK
Saving random seed: OK
Stopping klogd: OK
Stopping syslogd: OK
[ 1375.754223] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system reboot
[ 1377.830389] reboot: Restarting system

X6100 System was shut down despite cmd boot!!!

https://groups.io/g/xiegu-x6100/attachment/4673/0/X6100-Linux-boot-log.txt 11/4/24, 18 19
Page 9 of 9
:

You might also like