最終更新:2024-10-17 (木) 07:29:38 (271d)
Raspberry Pi OS/boot
Top / Raspberry Pi OS / boot
Raspberry Pi OS/ブートパーティション
bookworm (Debian 12)から
- Raspberry Pi OS/boot/firmwareに変更
- Raspberry Pi OS/boot/firmware/config.txt?
bullseye (Debian 11)まで
config.txt
https://www.raspberrypi.com/documentation/computers/config_txt.html
- Raspberry Pi OS looks for this file in the boot partition, located at Raspberry Pi OS/boot/firmware.
- Prior to Raspberry Pi OS bookworm, Raspberry Pi OS stored the boot partition at Raspberry Pi OS/boot.
メモ
- start*.elf?, fixup*.dat and bootcode.bin are the GPU firmwares and bootloader.
一覧
Raspberry Pi OS/boot/overlays .dtbo?ファイルが入っている bcm2708-rpi-b.dtb? bcm2708-rpi-b-plus.dtb? bcm2708-rpi-b-rev1.dtb? bcm2708-rpi-cm.dtb? bcm2708-rpi-zero.dtb? bcm2708-rpi-zero-w.dtb? bcm2709-rpi-2-b.dtb? bcm2709-rpi-cm2.dtb? bcm2710-rpi-2-b.dtb? bcm2710-rpi-3-b.dtb? bcm2710-rpi-3-b-plus.dtb? bcm2710-rpi-cm3.dtb? bcm2710-rpi-zero-2.dtb? bcm2710-rpi-zero-2-w.dtb? bcm2711-rpi-400.dtb? bcm2711-rpi-4-b.dtb? bcm2711-rpi-cm4.dtb? bcm2711-rpi-cm4s.dtb? bootcode.bin GPUブートローダ。start*.elf?をロードする。 RPi4ではEEPROMに格納されているので使われていない cmdline.txt カーネルに渡すパラメータ config.txt COPYING.linux? fixup*.dat GPUのファームウェア linker files and are matched pairs with the start*.elf? fixup.dat used to configure the SDRAM partition between the GPU and the CPU. fixup_cd.dat? fixup_db.dat? fixup_x.dat? fixup4.dat? fixup4cd.dat? fixup4db.dat? fixup4x.dat? issue.txt? kernel.img Linuxカーネル BCM2835 Pi Zero, Pi 1 kernel7.img? Linuxカーネル BCM2836, BCM2837 (Pi Zero 2 W, Pi 2, Pi 3) kernel7l.img? Linuxカーネル BCM2711 (Pi 4, Pi 400) kernel8.img Linuxカーネル BCM2837, BCM2711 (Pi Zero 2 W, Pi 2, Pi 3, Pi 4, Pi 400) 64ビット LICENCE.broadcom? start.elf GPUのファームウェア basic firmware start_cd.elf GPUのファームウェア cut-down version with no support hardware blocks like codecs and 3D start_db.elf? GPUのファームウェア debug version of the firmware start_x.elf? GPUのファームウェア camera drivers and codec start4.elf? Raspberry Pi 4 start4cd.elf? Raspberry Pi 4 start4db.elf? Raspberry Pi 4 start4x.elf? Raspberry Pi 4
リポジトリ
Raspberry Pi 4
- start4.elf?, start4x.elf?, start4cd.elf?, and start4db.elf? are firmware files specific to the Raspberry Pi 4.