Esta pagina se ve mejor con JavaScript habilitado

[ 65.620412] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[ 65.963152] usb 3-2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[ 65.963164] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 65.963171] usb 3-2: Product: CP2102 USB to UART Bridge Controller
[ 65.963176] usb 3-2: Manufacturer: Silicon Labs
[ 65.963181] usb 3-2: SerialNumber: 0001
[ 65.992499] usbcore: registered new interface driver usbserial_generic
[ 65.992506] usbserial: USB Serial support registered for generic
[ 65.994192] usbcore: registered new interface driver cp210x
[ 65.994202] usbserial: USB Serial support registered for cp210x
[ 65.994238] cp210x 3-2:1.0: cp210x converter detected
[ 65.999198] usb 3-2: cp210x converter now attached to ttyUSB0

screen /dev/ttyUSB0 115200

Arrancar Kali/FreeBSD

Cambio password chroot:
apt install qemu-user-static binfmt-support

Kernel:
Executable file formats / Emulations —> [*] Kernel support for MISC binaries

Copiamos el binario dentro del FW del chroot:
cp /usr/bin/qemu-arm-static /media/kr0m/root/usr/bin/

chroot /media/kr0m/root /bin/bash