bsp
bsp copied to clipboard
Windows 10 ARM64 BSP for Raspberry Pi 3B
This repo has already been deprecated, please go to the new upstream Raspberry Pi BSP at https://github.com/raspberrypi/windows-drivers.
If you want to download pre-built driver packs for Windows 10 on Raspberry Pi, go to https://github.com/worproject/RPi-Windows-Drivers.
Raspberry Pi Board Support Package for Windows 10 IoT Core
Welcome to the Raspberry Pi Board Support Package (BSP) for Windows 10 IoT Core
This repository contains BSP components for the Raspberry Pi 2, 3, and Compute Module. This BSP repository is under community support; it is functional with the Fall 2018 release of Windows 10 IoT Core but is not actively maintained by Microsoft. BSP elements included in this repository may contain features that are not available with Windows 10 IoT Core releases.
For more information about Windows 10 IoT Core, see online documentation here
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Firmware binaries
Sample binaries of the firmware is included in RPi.BootFirmware to enable quick prototyping. The sources for these binaries are listed below.
- Firmware binaries : RaspberryPi/Firmware
- UEFI Sources : RPi/UEFI
UEFI Customisations
SMBIOS requirements of Windows 10 IoT Core OEM Licensing requires a custom version of kernel.img file with the proper SMBIOS values.
See PlatformSmbiosDxe.c to update the SMBIOS data. Steps to build the kernel.img is provided in the RPi/UEFI Github.
Build the drivers
- Clone https://github.com/ms-iot/rpi-iotcore
- Open Visual Studio with Administrator privileges
- In Visual Studio: File -> Open -> Project/Solution -> Select
rpi-iotcore\build\bcm2836\buildbcm2836.sln
- Set your build configuration (Release or Debug)
- Build -> Build Solution
The resulting driver binaries will be located in the rpi-iotcore\build\bcm2836\ARM
folder.
Export the bsp
We provide a binexport.ps1
script to scrape the BSP components together into a zip file for easy use with the IoT ADK AddonKit.
- Open Powershell
- Navigate to rpi-iotcore\tools
- Run
binexport.ps1
with the appropriate arguments..\binexport.ps1 C:\Release (or) .\binexport.ps1 C:\Release -IsDebug # for debug binaries
- The script will generate a zip file RPi_BSP_xx.zip that can be imported into the IoT-ADK-Addonkit shell using Import-IoTBSP.
Import-IoTBSP RPi C:\Temp\RPi_BSP_xx.zip