User Tools

Site Tools


informatica:raspberry:red_usb

This is an old revision of the document!


Conectar a una raspberry por el cable de USB desde un portátil.

Probaremos con raspberry 4

Planchamos la ISO:

dd if=2022-04-04-raspios-bullseye-armhf-lite.img of=/dev/mmcblk0 bs=1M
1m25.225s
rootfs/etc/dhcpcd.conf
interface usb0
static ip_address=192.168.69.1/24
static routers=192.168.69.1
static domain_name_servers=192.168.69.1 

Fichero boot/config.txt

Antes

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2

Después

# Enable DRM VC4 V3D driver
#dtoverlay=vc4-kms-v3d
dtoverlay=dwc2
max_framebuffers=2
touch ssh
boot/cmdline.txt

Antes:

console=serial0,115200 console=tty1 root=PARTUUID=7d5a2870-02 rootfstype=ext4 fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh

Después:

 console=serial0,115200 console=tty1 root=PARTUUID=7d5a2870-02 rootfstype=ext4 fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet init=/usr/lib/raspi-config/init_resize.sh
informatica/raspberry/red_usb.1652802019.txt.gz · Last modified: 2022/05/17 15:40 by jose