Raspberry Pi/5 16GB/Debian/13: Difference between revisions
Jump to navigation
Jump to search
| Line 132: | Line 132: | ||
<syntaxhighlight style='margin:3px 0' lang='ini'> | <syntaxhighlight style='margin:3px 0' lang='ini'> | ||
cat <<'INI' | tee -a /media/${USER}/bootfs/config.txt >/dev/null | cat <<'INI' | tee -a /media/${USER}/bootfs/config.txt >/dev/null | ||
usb_max_current_enable=1 | |||
arm_freq_min=500 | |||
gpu_freq_min=500 | |||
dtoverlay=dwc2 | dtoverlay=dwc2 | ||
INI | INI | ||
| Line 137: | Line 141: | ||
|valign='top' style='width:50%'| | |valign='top' style='width:50%'| | ||
<syntaxhighlight style='margin:3px 0' lang='bash'> | <syntaxhighlight style='margin:3px 0' lang='bash'> | ||
vcgencmd get_config usb_max_current_enable | |||
watch -n 1 vcgencmd measure_clock arm | |||
vcgencmd get_config arm_freq_min | |||
vcgencmd get_config gpu_freq_min | |||
lsmod | grep -E 'dwc2|g_ether' | lsmod | grep -E 'dwc2|g_ether' | ||
dmesg | grep -E 'dwc2' | dmesg | grep -E 'dwc2' | ||
Revision as of 15:46, 8 January 2026
lsblk
:'
sdb 8:16 1 29.8G 0 disk
├─sdb1 8:17 1 512M 0 part /media/shahed/bootfs
└─sdb2 8:18 1 29.3G 0 part /media/shahed/rootfs
'
|
ls -alh /media/${USER}/bootfs/{ssh,{config,cmdline}.txt}
:'
-rw-r--r-- 1 shahed shahed 176 Jan 1 1980 /media/shahed/bootfs/cmdline.txt
-rw-r--r-- 1 shahed shahed 1.3K Dec 4 22:40 /media/shahed/bootfs/config.txt
-rw-r--r-- 1 shahed shahed 0 Jan 8 22:30 /media/shahed/bootfs/ssh
'
| ||||||
ls -lah /media/${USER}/rootfs/etc/netplan/
:'
total 16K
drwxr-xr-x 2 root root 4.0K Oct 17 16:18 .
drwxr-xr-x 133 root root 12K Dec 4 22:50 ..
'
|
ls -lah /media/${USER}/rootfs/etc/udev/rules.d/
:'
total 12K
drwxr-xr-x 2 root root 4.0K Dec 4 22:41 .
drwxr-xr-x 4 root root 4.0K Dec 4 22:39 ..
-rw-r--r-- 1 root root 337 Dec 4 22:41 99-rpi-keyboard.rules
'
| ||||||
| |||||||
SD Card » Pre-Boot
|
SD Card » Pre-Boot | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
References
|
References | ||
|---|---|---|