boot.zip
大小:14.38MB
价格:46积分
下载量:0
评分:
5.0
上传者:dsz1714
更新日期:2025-09-22

树莓派4UEFI启动固件

资源文件列表(大概)

文件名
大小
boot/
-
boot/bcm2708-rpi-b-plus.dtb
29.9KB
boot/bcm2708-rpi-b-rev1.dtb
29.28KB
boot/bcm2708-rpi-b.dtb
29.61KB
boot/bcm2708-rpi-cm.dtb
29.23KB
boot/bcm2708-rpi-zero-w.dtb
31.05KB
boot/bcm2708-rpi-zero.dtb
29.23KB
boot/bcm2709-rpi-2-b.dtb
31.56KB
boot/bcm2709-rpi-cm2.dtb
31.35KB
boot/bcm2710-rpi-2-b.dtb
31.68KB
boot/bcm2710-rpi-3-b-plus.dtb
34.44KB
boot/bcm2710-rpi-3-b.dtb
33.82KB
boot/bcm2710-rpi-cm3.dtb
31.47KB
boot/bcm2710-rpi-zero-2-w.dtb
32.82KB
boot/bcm2710-rpi-zero-2.dtb
32.82KB
boot/bcm2711-rpi-4-b.dtb
52.99KB
boot/bcm2711-rpi-400.dtb
53.08KB
boot/bcm2711-rpi-cm4-io.dtb
37.45KB
boot/bcm2711-rpi-cm4.dtb
53.59KB
boot/bcm2711-rpi-cm4s.dtb
52.09KB
boot/bcm2712-rpi-5-b.dtb
78.17KB
boot/bcm2712-rpi-cm5-cm4io.dtb
78.6KB
boot/bcm2712-rpi-cm5-cm5io.dtb
78.6KB
boot/bcm2712-rpi-cm5l-cm4io.dtb
78.64KB
boot/bcm2712-rpi-cm5l-cm5io.dtb
78.64KB
boot/bcm2712d0-rpi-5-b.dtb
78.15KB
boot/bootcode.bin
51.25KB
boot/COPYING.linux
18.25KB
boot/fixup.dat
7.15KB
boot/fixup4.dat
5.31KB
boot/fixup4cd.dat
3.16KB
boot/fixup4db.dat
8.25KB
boot/fixup4x.dat
8.25KB
boot/fixup_cd.dat
3.16KB
boot/fixup_db.dat
10.05KB
boot/fixup_x.dat
10.05KB
boot/LICENCE.broadcom
1.56KB
boot/start.elf
2.84MB
boot/start4.elf
2.15MB
boot/start4cd.elf
792.15KB
boot/start4db.elf
3.58MB
boot/start4x.elf
2.87MB
boot/start_cd.elf
792.15KB
boot/start_db.elf
4.6MB
boot/start_x.elf
3.56MB
boot/firmware/
-
boot/firmware/Readme.txt
502B
boot/firmware/LICENCE.txt
8.92KB
boot/firmware/brcm/
-
boot/firmware/brcm/brcmfmac43455-sdio.clm_blob
7KB
boot/firmware/brcm/brcmfmac43455-sdio.txt
2.12KB
boot/firmware/brcm/brcmfmac43455-sdio.Raspberry
2.03KB
boot/firmware/brcm/brcmfmac43455-sdio.bin
616.67KB
boot/overlays/
-
boot/overlays/upstream-pi4.dtbo
2.71KB
boot/overlays/miniuart-bt.dtbo
1.53KB
boot/config.txt
243B
boot/Readme.md
4.77KB
boot/RPI_EFI.fd
1.94MB

资源内容介绍

将文件解压,所有文件放在一个FAT32格式化好的U盘里(具体操作见 http://t.csdnimg.cn/1uABG )
Raspberry Pi 4 UEFI Firmware Images===================================[![Build status](https://img.shields.io/github/actions/workflow/status/pftf/RPi4/linux_edk2.yml?style=flat-square)](https://github.com/pftf/RPi4/actions)[![Github stats](https://img.shields.io/github/downloads/pftf/RPi4/total.svg?style=flat-square)](https://github.com/pftf/RPi4/releases)[![Release](https://img.shields.io/github/release-pre/pftf/RPi4?style=flat-square)](https://github.com/pftf/RPi4/releases)# SummaryThis repository contains installable builds of the official[EDK2 Raspberry Pi 4 UEFI firmware](https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi4).# Initial Notice__PLEASE READ THE FOLLOWING:__ 🔻🔻🔻🔻🔻🔻🔻🔻🔻* Ethernet networking support in Linux requires a recent enough kernel (version 5.7 or later)* SD or wireless support in Linux also requires a recent enough kernel (version 5.12 or later). Still, your mileage may vary as to whether these peripherals will actually be usable.* Many drivers (GPIO, VPU, etc) are still likely to be missing from your OS, and will have to be provided by a third party. Please do not ask for them here, as they fall outside of the scope of this project.* A 3 GB RAM limit is enforced __by default__, even if you are using a Raspberry Pi 4 model that has 4 GB or 8 GB of RAM, on account that the OS **must** patch DMA access, to work around a hardware bug that is present in the Broadcom SoC. For Linux this usually translates to using a recent kernel (version 5.8 or later) and for Windows this requires the installation of a filter driver. If you are running an OS that has been adequately patched, you can disable the 3 GB limit by going to `Device Manager` → `Raspberry Pi Configuration` → `Advanced Settings` in the UEFI settings.* This firmware is built from the [official EDK2 repository](https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi4).🔺🔺🔺🔺🔺🔺🔺🔺🔺# Installation* Download the latest archive from the [Releases](https://github.com/pftf/RPi4/releases) repository.* Create an SD card or a USB drive, with at least one partition (it can be a regular partition or an [ESP](https://en.wikipedia.org/wiki/EFI_system_partition)) and format it to FAT16 or FAT32. __Note:__ Booting from USB or from ESP requires a recent-enough version of the Pi EEPROM (as well as a recent version of the UEFI firmware). If you are using the latest UEFI firmware and find that booting from USB or from ESP doesn't work, please visit https://github.com/raspberrypi/rpi-eeprom/releases to update your EEPROM.* Extract all the files from the archive onto the partition you created above. Note that outside of this `Readme.md`, which you can safely remove, you should not change the names of the extracted files and directories.# UsageInsert the SD card/plug the USB drive and power up your Raspberry Pi. You should see amulticoloured screen (which indicates that the CPU-embedded bootloader is reading thedata from the SD/USB partition) and then the Raspberry Pi black and white logo once theUEFI firmware is ready.At this stage, you can press <kbd>Esc</kbd> to enter the firmware setup, <kbd>F1</kbd>to launch the UEFI Shell, or, provided you also have an UEFI bootloader on the SDcard or on a USB drive in `efi/boot/bootaa64.efi`, you can let the UEFI system run that(which will be the default if no action is taken).# Additional NotesThe firmware provided in the zip archive is the `RELEASE` version but you can also finda `DEBUG` build of the firmware in the[GitHub CI artifacts](https://github.com/pftf/RPi4/actions).The provided firmwares should be able to auto-detect the UART being used (PL011 or miniUART) according to whether `config.txt` contains the relevant overlay or not. The defaultbaudrate for serial I/O is `115200` and the console device to use under Linux is either`/dev/ttyAMA0` when using PL011 or `/dev/ttyS0` when using miniUART.At the moment, the published firmwares default to enforcing ACPI as well as a 3 GB RAMlimit, which is done to ensure Linux boot. These settings can be changed by going to`Device Manager` &rarr; `Raspberry Pi Configuration` &rarr; `Advanced Configuration`.Please visit https://rpi4-uefi.dev/ for more information.# LicenseThe firmware (`RPI_EFI.fd`) is licensed under the current EDK2 license, which is[BSD-2-Clause-Patent](https://github.com/tianocore/edk2/blob/master/License.txt).The other files from the zip archives are licensed under the terms described in the[Raspberry Pi boot files README](https://github.com/raspberrypi/firmware/blob/master/README.md).The binary blobs in the `firmware/` directory are licensed under the Cypress wireless driverlicense that is found there.

用户评论 (0)

发表评论

captcha

相关资源

cad病毒(.fas)专杀工具

cad病毒(.fas)专杀工具

888.46KB10积分

树莓派UEFI底层固件(实验性)

https://github.com/pftf/RPi4/releases/download/v1.37/RPi4_UEFI_Firmware_v1.37.zip具体操作见 http://t.csdnimg.cn/1uABG本文件无法直接使用!

3.22MB30积分

房屋租赁系统源码+论文+数据库.zip

毕业设计基于Java的房屋租赁系统源码+数据库+论文+.zip 高分通过项目,已获导师指导。本项目是一套基于Java的房屋租赁系统系统,主要针对计算机相关专业的正在做毕设的学生和需要项目实战练习的Java学习者。也可作为课程设计、期末大作业包含:项目源码、数据库脚本、开发说明文档、LW、代码注释等,该项目可以直接作为毕设使用。项目都经过严格调试,确保可以运行!本系统主要使用Java语言开发,利用MySQL对数据进行存储和管理,后端技术框架选择SSM,前端使用JSP进行网页设计。通过严格测试和调整,使该系统更加完备,在功能上实现了房屋信息浏览,房屋租赁,网站管理,用户管理,房屋管理,公告管理等功能。用户可以登录网站在线浏览房屋信息,也可以在线租房,并查看系统的公告信息。管理员可以对房屋信息进行管理,维护网站信息。本系统的实现可以满足用户对房屋租赁系统的需求,给用户带来极大的便利性。根据用户的需求,用户有如下功能登录注册、浏览房屋信息、房屋租赁、公告信息、个人信息根据用户的需求,用户有如下功能登录注册、浏览房屋信息、房屋租赁、公告信息、个人信息

65.88MB31积分

DzzOffice 小胡版,基于官方的DzzOffice进行二次开发

DzzOffice是一款开源的办公套件,旨在为企业和团队提供类似于“Google企业应用套件”和“微软Office365”的协同办公平台。它由多款开源办公应用组成,用户可根据需求选择和安装,实现高度灵活和可定制。DzzOffice不仅是一个云存储与应用管理工具,还具备强大的文件共享功能和丰富的成员权限管理,可以用于个人、团队网盘以及企业OA等场景。通过简单部署,可接入多种云存储,实现在线协同办公,提高工作效率。此外,DzzOffice还集成了大量的其他开源工具,如在线压缩、解压、媒体文件预览和文档预览与编辑等,充分展示了开源程序的多样化利用。并通过接入各类型web应用,使平台的功能能够得到无限扩展。企业可根据需求选择单一或多款工具组合,并设置默认登录工具,使其既强大又灵活,适用于各种规模的企业和团队。

16.91MB39积分