APP v1.0.7 sep 19 2025
Firmware 1.0.7 sep 16 2025
FPGA 1.0.0
HARDWARE v1.0.0
FPGA 1.0.0
HARDWARE v1.0.0
El X6200 trabaja internamente con LINUX, si nos conectamos a la consola (Ver procedimento) podemos obtener información sobre el mismo y su funcionamiento, pero tenga en cuenta que toda conexión a un sistema LINUX es auditada por lo que se puede saber quien y cuando se ha conectado y que comandos ha ejecutar, lo cual puede invalidar la garantía de su equipo.
CPU
root@XIEGU-x6200:/root]# cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 48.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 1
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 48.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 2
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 48.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 3
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 48.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Hardware : Generic DT based system
Revision : 0000
Serial : XXXXXXXXXXXXXXXXXXXX
[root@XIEGU-x6200:/root]# uname -m
armv7l
armv7l
El X6200 incorpora una CPU de cuatro nucleos (Quad-core) ARMv7 Processor rev 5 (v7l) (0xC07 = ARM Cortex-A7 )de 32 bits fabricada por ARM Ltd (0x41 = ARM Ltd) con caracteristicas como NEON + FPU
MEMORIA
[root@XIEGU-x6200:/root]# cat /proc/meminfo
MemTotal: 1027688 kB
MemFree: 877240 kB
MemAvailable: 941596 kB
Buffers: 4312 kB
Cached: 85332 kB
SwapCached: 0 kB
...
El X6200 tiene 1 GB de memoria pero solamente usa aproximadamente la mitad
ALMACENAMIENTO
[root@XIEGU-x6200:/root]# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 7.0G 415.7M 6.3G 6% /
devtmpfs 373.3M 0 373.3M 0% /dev
tmpfs 501.8M 0 501.8M 0% /dev/shm
tmpfs 501.8M 80.0K 501.7M 0% /tmp
tmpfs 501.8M 196.0K 501.6M 0% /run
El X6200 tiene 7 GB de almacenamiento pero solamente usa un 5%
REDES
[root@XIEGU-x6200:/root]# netstat -na | grep LISTEN
netstat: /proc/net/tcp6: No such file or directory
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
netstat: /proc/net/udp6: No such file or directory
netstat: /proc/net/raw6: No such file or directory
unix 2 [ ACC ] STREAM LISTENING 4646 /tmp/.esd-0/socket
unix 2 [ ACC ] STREAM LISTENING 4649 /tmp/pulse/native
unix 2 [ ACC ] STREAM LISTENING 7476 /var/run/sdp
unix 2 [ ACC ] STREAM LISTENING 7263 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] SEQPACKET LISTENING 3448 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 7251 @/sys/entropy/haveged
El X6200 unicamente tiene soporte para TCP/IP IPv4 ( los mensajes No such file or directory indican que no tiene soporte IPv6) y esta a la escucha en los puertos 21 (FTP - transmisión de ficheros) y 22 (SSH-Terminal cifrado)
BLUETOOTH
[root@XIEGU-x6200:/root]# hciconfig
hci0: Type: Primary Bus: USB
BD Address: XX:XX:XX.XX:XX.XX ACL MTU: 1021:8 SCO MTU: 255:12
UP RUNNING INQUIRY
RX bytes:28747 acl:0 sco:0 events:1740 errors:0
BD Address: XX:XX:XX.XX:XX.XX ACL MTU: 1021:8 SCO MTU: 255:12
UP RUNNING INQUIRY
RX bytes:28747 acl:0 sco:0 events:1740 errors:0
root@XIEGU-x6200:/root]# bluetoothctl devices
Device XX:XX:XX:XX:XX:XX XX-XX-XX-XX-XX-XX
root@XIEGU-x6200:/root]# bluetoothctl
Agent registered
[CHG] Device XX:XX:XX:XX:XX:XX RSSI: -62
[CHG] Device XX:XX:XX:XX:XX:XX Manufacturer Data Key: ...
[CHG] Device XX:XX:XX:XX:XX:XX Manufacturer Data Value: ...
[CHG] Device XX:XX:XX:XX:XX:XX ServiceData Key: ...
[CHG] Device XX:XX:XX:XX:XX:XX ServiceData Value: ...
[CHG] Device XX:XX:XX:XX:XX:XX RSSI: -66
[CHG] Device XX:XX:XX:XX:XX:XX ManufacturerData Key:...
[CHG] Device XX:XX:XX:XX:XX:XX ManufacturerData Value: ...
Agent registered
[CHG] Device XX:XX:XX:XX:XX:XX RSSI: -62
[CHG] Device XX:XX:XX:XX:XX:XX Manufacturer Data Key: ...
[CHG] Device XX:XX:XX:XX:XX:XX Manufacturer Data Value: ...
[CHG] Device XX:XX:XX:XX:XX:XX ServiceData Key: ...
[CHG] Device XX:XX:XX:XX:XX:XX ServiceData Value: ...
[CHG] Device XX:XX:XX:XX:XX:XX RSSI: -66
[CHG] Device XX:XX:XX:XX:XX:XX ManufacturerData Key:...
[CHG] Device XX:XX:XX:XX:XX:XX ManufacturerData Value: ...
exit para salir
UP RUNNING indica que Bluetooth está activo con sus MAC y el nivel de la señal
WiFi
[root@XIEGU-x6200:/root]# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
[root@XIEGU-x6200:/root]# iwconfig wlan0
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@XIEGU-x6200:/root]# nmcli device show wlan0
GENERAL.DEVICE: wlan0
GENERAL.TYPE: wifi
GENERAL.HWADDR: XX:XX:XX:XX:XX:XX
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.CONNECTION: --
GENERAL.CON-PATH: --
[root@XIEGU-x6200:/root]# lsusb
Bus 003 Device 001: ID 1d6b:0002
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0001
Bus 003 Device 002: ID 0bda:d723
UTILIDADES DE RED
Escanea redes
[root@XIEGU-x6200:/root]#nmcli device wifi list
IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY
XXXX Infra 2 65 Mbit/s 65 *** WPA2
XXXX Infra 3 135 Mbit/s 32 ** WPA2
...
Conecta a una red WiFi
[root@XIEGU-x6200:/root]#nmcli device wifi connect "Nombre_De_Tu_Red" password "Tu_Contraseña"
Verifica red
[root@XIEGU-x6200:/root]#nmcli device show wlan0
GENERAL.DEVICE: wlan0
GENERAL.TYPE: wifi
GENERAL.HWADDR: XX:XX:XX:XX:XX:XX
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.CONNECTION: --
GENERAL.CON-PATH:
Acceso a Internet
[root@XIEGU-x6200:/root]# ping -c 4 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
ping: sendto: Network is unreachable
PING 192.168.1.1 (192.168.1.1): 56 data bytes
ping: sendto: Network is unreachable
Drivers utilizados
[root@XIEGU-x6200:/root]# lsmod | grep rtl
btrtl 16384 1 btusb
bluetooth 389120 30 btrtl,btintel,btbcm,rfcomm, btusb
bluetooth 389120 30 btrtl,btintel,btbcm,rfcomm,
Región WiFi configurada (00 global)
[root@XIEGU-x6200:/root]# iw reg get
global
country 00: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
(5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
(5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)
ATENCION MODIFICACIÓN TEMPORAL
Modificar región WiFi a la real (p.e. España)
[root@XIEGU-x6200:/root]# iw reg set ES
Canales WiFi y potencia (La potencia máxima legal es de 20 dBm - 100 mW)
[root@XIEGU-x6200:/root]# iw list
Wiphy phy0
max # scan SSIDs: 9
max scan IEs length: 2304 bytes
max # sched scan SSIDs: 0
max # match sets: 0
max # scan plans: 1
max scan plan interval: -1
max scan plan iterations: 0
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP-128 (00-0f-ac:4)
* CMAC (00-0f-ac:6)
Available Antennas: TX 0 RX 0
Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO
Band 1:
Capabilities: 0x1962
HT20/HT40
Static SM Power Save
RX HT20 SGI
RX HT40 SGI
RX STBC 1-stream
Max AMSDU length: 7935 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 16 usec (0x07)
HT Max RX data rate: 150 Mbps
HT TX/RX MCS rate indexes supported: 0-7
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps
* 5.5 Mbps
* 11.0 Mbps
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Frequencies:
* 2412 MHz [1] (17.0 dBm)
* 2417 MHz [2] (17.0 dBm)
* 2422 MHz [3] (17.0 dBm)
* 2427 MHz [4] (17.0 dBm)
* 2432 MHz [5] (17.0 dBm)
* 2437 MHz [6] (17.0 dBm)
* 2442 MHz [7] (17.0 dBm)
* 2447 MHz [8] (17.0 dBm)
* 2452 MHz [9] (17.0 dBm)
* 2457 MHz [10] (17.0 dBm)
* 2462 MHz [11] (17.0 dBm)
* 2467 MHz [12] (17.0 dBm) (no IR)
* 2472 MHz [13] (17.0 dBm) (no IR)
* 2484 MHz [14] (disabled)
Supported commands:
* new_interface
* set_interface
* new_key
* start_ap
* new_station
* set_bss
* join_ibss
* set_pmksa
* del_pmksa
* flush_pmksa
* remain_on_channel
* frame
* set_channel
* connect
* disconnect
Supported TX frame types:
* IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
Supported RX frame types:
* IBSS: 0xd0
* managed: 0x40 0xb0 0xd0
* AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
* AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
* P2P-client: 0x40 0xd0
* P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
WoWLAN support:
* wake up on anything (device continues operating normally)
software interface modes (can always be added):
valid interface combinations:
* #{ managed, P2P-client } <= 2, #{ AP, P2P-GO } <= 1,
total <= 2, #channels <= 1
Device supports SAE with AUTHENTICATE command
Device supports scan flush.
Supported extended features:
Dispone de WiFi a 2,4 GHz, usa el interface wlan0 con controlador Realtek, pero está unassociated (Normal que no funcione) y por eso no tiene una IP asociada, por ello falla el PING al intentar alcanzar el router que da acceso a Internet. X6200 utiliza el chip Realtek RTL8723DU. Este chip es un "combo" muy común en dispositivos embebidos que integra WiFi (802.11n) y Bluetooth (4.2).
El WiFi esta configurado de forma global por lo que no estan disponibles los canales 12, 13 y 14
Procesos
[root@XIEGU-x6200:/root]# top
Mem: 150152K used, 877536K free, 8832K shrd, 4344K buff, 85332K cached
CPU: 22% usr 6% sys 0% nic 70% idle 0% io 0% irq 0% sirq
Load average: 1.45 1.44 1.15 2/113 497
PID PPID USER STAT VSZ %VSZ %CPU COMMAND
270 1 root R 190m 19% 25% /usr/app_qt/x6200_ui_v100
497 263 root R 2572 0% 2% top
209 1 root S< 109m 11% 0% /usr/bin/pulseaudio
186 1 root S 44680 4% 0% /usr/sbin/NetworkManager
212 209 root S 21004 2% 0% /usr/libexec/pulse/gsettings- helper
120 1 root S 11948 1% 0% /sbin/udevd -d
201 1 root S 7904 1% 0% /usr/sbin/ntpd -g
162 1 root S 7580 1% 0% /usr/sbin/haveged -w 1024 -r 0
319 1 root S 7380 1% 0% /usr/sbin/wpa_supplicant -u
237 1 root S 6004 1% 0% /usr/libexec/bluetooth/ bluetoothd --co
219 1 root S 5884 1% 0% /usr/sbin/sshd
253 1 root S 4872 0% 0% /usr/sbin/vsftpd
258 1 root S 3688 0% 0% monit
169 1 dbus S 2924 0% 0% dbus-daemon --system
263 1 root S 2700 0% 0% -sh
1 0 root S 2572 0% 0% init
105 1 root S 2572 0% 0% /sbin/syslogd -n
109 1 root S 2572 0% 0% /sbin/klogd -n
246 1 root S 1788 0% 0% /usr/bin/rfcomm watch /dev/rfcomm0
10 2 root IW 0 0% 0% [rcu_preempt]
CPU: 22% usr 6% sys 0% nic 70% idle 0% io 0% irq 0% sirq
Load average: 1.45 1.44 1.15 2/113 497
PID PPID USER STAT VSZ %VSZ %CPU COMMAND
270 1 root R 190m 19% 25% /usr/app_qt/x6200_ui_v100
497 263 root R 2572 0% 2% top
209 1 root S< 109m 11% 0% /usr/bin/pulseaudio
186 1 root S 44680 4% 0% /usr/sbin/NetworkManager
212 209 root S 21004 2% 0% /usr/libexec/pulse/gsettings-
120 1 root S 11948 1% 0% /sbin/udevd -d
201 1 root S 7904 1% 0% /usr/sbin/ntpd -g
162 1 root S 7580 1% 0% /usr/sbin/haveged -w 1024 -r 0
319 1 root S 7380 1% 0% /usr/sbin/wpa_supplicant -u
237 1 root S 6004 1% 0% /usr/libexec/bluetooth/
219 1 root S 5884 1% 0% /usr/sbin/sshd
253 1 root S 4872 0% 0% /usr/sbin/vsftpd
258 1 root S 3688 0% 0% monit
169 1 dbus S 2924 0% 0% dbus-daemon --system
263 1 root S 2700 0% 0% -sh
1 0 root S 2572 0% 0% init
105 1 root S 2572 0% 0% /sbin/syslogd -n
109 1 root S 2572 0% 0% /sbin/klogd -n
246 1 root S 1788 0% 0% /usr/bin/rfcomm watch /dev/rfcomm0
10 2 root IW 0 0% 0% [rcu_preempt]
x6200_ui_v100 es el proceso principal, Pulseradio es el proceso de audio que tiene prioridad
De la utilidad top se sale con "q" de quite
[root@XIEGU-x6200:/root]# ps | grep root
1 root init
2 root [kthreadd]
3 root [rcu_gp]
4 root [rcu_par_gp]
7 root [kworker/u8:0-ev]
8 root [mm_percpu_wq]
9 root [ksoftirqd/0]
10 root [rcu_preempt]
11 root [migration/0]
12 root [cpuhp/0]
13 root [cpuhp/1]
14 root [migration/1]
15 root [ksoftirqd/1]
16 root [kworker/1:0-mm_]
18 root [cpuhp/2]
19 root [migration/2]
20 root [ksoftirqd/2]
23 root [cpuhp/3]
24 root [migration/3]
25 root [ksoftirqd/3]
27 root [kworker/3:0H-kb]
28 root [kdevtmpfs]
29 root [netns]
30 root [rcu_tasks_kthre]
31 root [kworker/1:1-eve]
33 root [oom_reaper]
34 root [writeback]
35 root [kcompactd0]
47 root [kblockd]
48 root [ata_sff]
49 root [devfreq_wq]
50 root [watchdogd]
52 root [rpciod]
53 root [kworker/u9:0-hc]
54 root [xprtiod]
55 root [kswapd0]
56 root [nfsiod]
57 root [kworker/3:1-eve]
58 root [gp]
59 root [pp]
61 root [irq/59-rotary-e] los controladores de los mandos rotatorios o botones
62 root [irq/58-rotary-e]
63 root [irq/62-rotary-e]
64 root [irq/60-rotary-e]
65 root [irq/63-rotary-e]
66 root [irq/61-rotary-e]
67 root [irq/89-rotary-e]
68 root [irq/88-rotary-e]
69 root [kworker/0:2-eve]
78 root [spi0]
79 root [irq/152-axp22x_]
80 root [kworker/0:3-eve]
81 root [irq/25-sunxi-mm]
82 root [irq/26-sunxi-mm]
83 root [mmc_complete]
84 root [kworker/0:1H-kb]
85 root [kworker/1:1H-kb]
86 root [jbd2/mmcblk1p2-]
87 root [ext4-rsv-conver]
88 root [kworker/1:2H]
90 root [kworker/2:1H-kb]
105 root /sbin/syslogd -n
109 root /sbin/klogd -n
120 root /sbin/udevd -d
140 root [kworker/3:2]
141 root [kworker/3:2H-kb]
142 root [irq/101-rtc-pcf]
143 root [kworker/2:2H]
144 root [kworker/0:2H-mm]
161 root /usr/sbin/haveged -w 1024 -r 0 Es un generador de numeros aleatorios
185 root /usr/sbin/NetworkManager Gestor de redes
200 root /usr/sbin/ntpd -g El daemon de NTP para sincronizar el reloj, pero cuando tenga WiFi
208 root /usr/bin/pulseaudio Monitor de audio
209 root [kworker/2:2-eve]
212 root /usr/libexec/pulse/gsettings-helper
219 root /usr/sbin/sshd servidor SSH
237 root /usr/libexec/bluetooth/bluetoothd --compat Bluetooth encendido en modo compatibilidad, otra cosa es que funcione para lo que queremos
246 root /usr/bin/rfcomm watch /dev/rfcomm0
251 root [krfcommd]
253 root /usr/sbin/vsftpd servidor FTP, muy util para transferir ficheros
258 root monit Si se cuelga el monitor lo reinicia
263 root -sh
270 root /usr/app_qt/x6200_ui_v100 Aplicación visual o escritorio hecha con QT
301 root [kworker/u9:1-hc]
302 root [kworker/u9:2-hc]
311 root [cfg80211]
325 root /usr/sbin/wpa_supplicant -u
331 root [RTW_CMD_THREAD] Driver de Realtek esperando órdenes
381 root [kworker/u8:2-ev]
457 root [kworker/u8:4-ev]
459 root [kworker/2:1-eve]
496 root [kworker/u8:1-ev]
497 root [kworker/2:0-eve]
537 root ps
538 root grep root
Mensajes
[root@XIEGU-x6200:/root]# dmesg | grep -i usb
[0.052836] usbcore: registered new interface driver usbfs
[0.052885] usbcore: registered new interface driver hub
[0.052965] usbcore: registered new device driver usb
[0.957118] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[0.973827] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[1.085080] usbcore: registered new interface driver usbhid
[1.090651] usbhid: USB HID core driver
[1.409427] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[1.727939] ehci-platform 1c1a000.usb: EHCI Host Controller
[1.733591] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[1.741773] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000
[1.774935] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[1.781272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[1.789568] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[1.796796] usb usb1: Product: EHCI Host Controller
[1.801668] usb usb1: Manufacturer: Linux 5.8.9 ehci_hcd
[1.806986] usb usb1: SerialNumber: 1c1a000.usb
[1.812224] hub 1-0:1.0: USB hub found
[1.820856] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[1.827511] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[1.835585] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400
[1.909100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[1.917378] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[1.924590] usb usb2: Product: Generic Platform OHCI controller
[1.930517] usb usb2: Manufacturer: Linux 5.8.9 ohci_hcd
[1.935845] usb usb2: SerialNumber: 1c1a400.usb
[1.941106] hub 2-0:1.0: USB hub found
[2.725710] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator
[2.740763] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver
[2.749700] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 3
[2.758088] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[2.770395] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2.781487] usb usb3: Product: MUSB HDRC host driver
[2.787793] usb usb3: Manufacturer: Linux 5.8.9 musb-hcd
[2.796182] usb usb3: SerialNumber: musb-hdrc.2.auto
[2.810531] hub 3-0:1.0: USB hub found
[19.645033] usb 3-1: new high-speed USB device number 2 using musb-hdrc
[19.825479] usb 3-1: New USB device found, idVendor=0bda, idProduct=d723, bcdDevice= 2.00
[19.833773] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[19.841072] usb 3-1: Product: 802.11n WLAN Adapter
[19.846016] usb 3-1: Manufacturer: Realtek
[19.850185] usb 3-1: SerialNumber: 00e04c000001
[19.893558] usbcore: registered new interface driver btusb
[20.259226] usbcore: registered new interface driver rtl8723du
[21.450200] musb-hdrc musb-hdrc.2.auto: ep3 RX three-strikes error
[21.456490] musb-hdrc musb-hdrc.2.auto: ep4 RX three-strikes error
[0.052836] usbcore: registered new interface driver usbfs
[0.052885] usbcore: registered new interface driver hub
[0.052965] usbcore: registered new device driver usb
[0.957118] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[0.973827] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[1.085080] usbcore: registered new interface driver usbhid
[1.090651] usbhid: USB HID core driver
[1.409427] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[1.727939] ehci-platform 1c1a000.usb: EHCI Host Controller
[1.733591] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[1.741773] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000
[1.774935] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[1.781272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[1.789568] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[1.796796] usb usb1: Product: EHCI Host Controller
[1.801668] usb usb1: Manufacturer: Linux 5.8.9 ehci_hcd
[1.806986] usb usb1: SerialNumber: 1c1a000.usb
[1.812224] hub 1-0:1.0: USB hub found
[1.820856] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[1.827511] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[1.835585] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400
[1.909100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[1.917378] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[1.924590] usb usb2: Product: Generic Platform OHCI controller
[1.930517] usb usb2: Manufacturer: Linux 5.8.9 ohci_hcd
[1.935845] usb usb2: SerialNumber: 1c1a400.usb
[1.941106] hub 2-0:1.0: USB hub found
[2.725710] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator
[2.740763] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver
[2.749700] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 3
[2.758088] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[2.770395] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2.781487] usb usb3: Product: MUSB HDRC host driver
[2.787793] usb usb3: Manufacturer: Linux 5.8.9 musb-hcd
[2.796182] usb usb3: SerialNumber: musb-hdrc.2.auto
[2.810531] hub 3-0:1.0: USB hub found
[19.645033] usb 3-1: new high-speed USB device number 2 using musb-hdrc
[19.825479] usb 3-1: New USB device found, idVendor=0bda, idProduct=d723, bcdDevice= 2.00
[19.833773] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[19.841072] usb 3-1: Product: 802.11n WLAN Adapter
[19.846016] usb 3-1: Manufacturer: Realtek
[19.850185] usb 3-1: SerialNumber: 00e04c000001
[19.893558] usbcore: registered new interface driver btusb
[20.259226] usbcore: registered new interface driver rtl8723du
[21.450200] musb-hdrc musb-hdrc.2.auto: ep3 RX three-strikes error
[21.456490] musb-hdrc musb-hdrc.2.auto: ep4 RX three-strikes error
Se producen errores de comunicación entre el controlador USB de la CPU y el chip Realtek y falla 3 veces consecutivas.
Terminales
[root@XIEGU-x6200:/root]# ls /dev/tty*
/dev/tty ... /dev/ttyS0 ...
/dev/tty ... /dev/ttyS0 ...
[root@XIEGU-x6200:/root]# dmesg | grep tty
[0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk1p2 rootwait cma=256M panic=10 fbcon=rotate:3
[0.137028] printk: console [ttyS0] disabled
[0.157266] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 34, base_baud = 1500000) is a U6_16550A
[0.841990] printk: console [ttyS0] enabled
[0.867493] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 35, base_baud = 1500000) is a U6_16550A
[1.195136] 1f02800.serial: ttyS2 at MMIO 0x1f02800 (irq = 50, base_baud = 1500000) is a U6_16550A
[0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk1p2 rootwait cma=256M panic=10 fbcon=rotate:3
[0.137028] printk: console [ttyS0] disabled
[0.157266] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 34, base_baud = 1500000) is a U6_16550A
[0.841990] printk: console [ttyS0] enabled
[0.867493] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 35, base_baud = 1500000) is a U6_16550A
[1.195136] 1f02800.serial: ttyS2 at MMIO 0x1f02800 (irq = 50, base_baud = 1500000) is a U6_16550A
U6_16550A crea tres puertos físicos serie (UART) integrados en el procesador:
- ttyS0 (El puerto de consola) Dirección: 0x1c28000 Estado: console [ttyS0] enabled Es el usado por putty xon una velocidad de 115299 baudios. Función: Este es el puerto por el que estás hablando ahora mismo a través de PuTTY. El comando de arranque (Kernel command line) lo define específicamente como la consola del sistema a 115200 baudios. Es el canal de "emergencia" y administración.
- ttyS1 y ttyS2 (Los puertos de la Radio)
SISTEMA OPERATIVO
Información del Sistema Operativo
[root@XIEGU-x6200:/root]# cat /etc/os-release
NAME=Buildroot
VERSION=2020.02.9
ID=buildroot
VERSION_ID=2020.02.9
PRETTY_NAME="Buildroot 2020.02.9"
VERSION=2020.02.9
ID=buildroot
VERSION_ID=2020.02.9
PRETTY_NAME="Buildroot 2020.02.9"
Versión del Kernel de Linux
[root@XIEGU-x6200:/root]#uname -a
Linux XIEGU-x6200 5.8.9 #116 SMP PREEMPT Sat Sep 21 11:59:57 HKT 2024 armv7l GNU/LinuxDetalles de Compilación
[root@XIEGU-x6200:/root]#cat /proc/version
Linux version 5.8.9 (jet@ubuntu) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2020.02.9) 8.4.0, GNU ld (GNU Binutils) 2.32) #116 SMP PREEMPT Sat Sep 21 11:59:57 HKT 2024
[root@XIEGU-x6200:/root]#cat /etc/os-release
NAME=Buildroot
VERSION=2020.02.9
ID=buildroot
VERSION_ID=2020.02.9
PRETTY_NAME="Buildroot 2020.02.9"
VERSION=2020.02.9
ID=buildroot
VERSION_ID=2020.02.9
PRETTY_NAME="Buildroot 2020.02.9"
Información específica de Xiegu (si está disponible)
[root@XIEGU-x6200:/root]#cat /etc/issue
Welcome to XIEGU X6200!
Welcome to XIEGU X6200!
ENERGIA
[root@XIEGU-x6200:/root]# ls /sys/class/power_supply/
axp20x-battery axp20x-usb axp22x-ac
axp20x-battery axp20x-usb axp22x-ac
[root@XIEGU-x6200:/root]#cd /sys/class/power_supply/axp20x-battery/ (Nos pone en el directorio para despues con ls listarlo)
[root@XIEGU-x6200:/sys/class/power_supply/axp20x-battery]# ls
capacity presentconstant_charge_current statusconstant_charge_current_max subsystemcurrent_now typedevice ueventhealth voltage_max_designhwmon0 voltage_min_designonline voltage_nowpower wakeup4
Ahora podemos ir viendo con CAT los distintos valores, si se queda con ">" se sale con CTRL+D
[root@XIEGU-x6200:/sys/class/ power_supply/axp20x-battery]# cat status status => Chargingcapacity ==> 0health ==> Goodvoltage_min_design ==> 2900000voltage_max_design ==> 4200000
[root@XIEGU-x6200:/root]#ls /sys/class/power_supply/
[root@XIEGU-x6200:/root]#cat status capacity voltage_now current_now tempResumen
El X6200 incorpora una CPU Arm Cortex-A7 de 4 nucleos. Tiene un memoria de 8GB que reparte 1 para trabajo y 7 para el sistema de archivos.
Soporta TCP/IP IPv4 y tiene abiertos los puertos 21 (FTP - transmisión de ficheros) y 22 (SSH-Terminal cifrado).
Tiene instalado LINUX versión 5.8.9, concretamente Buildroot, que es un sistema Linux "embebido" (reducido al mínimo).
Para saber mas sobre el Xiegu X6200
- General
- Xiegu X6200: Generalidades
- Xiegu X6200: Alimentación
- RX
- TX
- Xiegu X6200: Transmisión estándar
- Xiegu X6200: FT8 y FT4
- Xiegu X6200: JS8CALL
- Xiegu X6200: WSPR Y FTS4W
- Xiegu X6200: CW
- Xiegu X6200: Radiosonda RS41
- INTERFACES
- Accesorios
- Complementos
- Xiegu 6200: Problemas y posibles mejoras
- Xiegu 6200: Tricks & Hacks
- Xiegu X6200: Inicialización del equipo
- Xiegu X6200: Comunicaciones
- Xiegu X6200: Logs de errores
- Xiegu X6200: Auditando el sistema
- Xiegu X6200: Configuración WiFi Xiegu X6200
- Xiegu X6200: Caracterizando el procesador
- Xiegu X6200: Transferencia de ficheros
Las modificaciones, configuraciones y procedimientos descritos en este sitio pueden implicar riesgos técnicos, legales o de seguridad. El autor no se responsabiliza del mal funcionamiento de los equipos, daños permanentes, pérdida de garantía ni de posibles infracciones legales derivadas del uso de esta información.
El lector asume plena responsabilidad por cualquier acción que decida realizar basándose en el contenido de este blog.
© 2026 EA5JTT. Queda prohibida la reproducción total o parcial sin autorización expresa del autor.
No hay comentarios:
Publicar un comentario