[PR #735] [MERGED] Adds experimental support for Raspberry Pi 4 #2631

Closed
opened 2026-03-01 18:40:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/735
Author: @antonym
Created: 10/29/2020
Status: Merged
Merged: 10/29/2020
Merged by: @antonym

Base: developmentHead: rpi


📝 Commits (1)

  • e23025a Adds experimental support for Raspberry Pi 4

📊 Changes

7 files changed (+246 additions, -2 deletions)

View changed files

📝 roles/netbootxyz/defaults/main.yml (+4 -0)
📝 roles/netbootxyz/tasks/generate_disks.yml (+5 -1)
roles/netbootxyz/tasks/generate_disks_rpi.yml (+66 -0)
roles/netbootxyz/templates/pipxe/Makefile-rpi3.j2 (+77 -0)
roles/netbootxyz/templates/pipxe/Makefile-rpi4.j2 (+77 -0)
📝 roles/netbootxyz/vars/ubuntu.yml (+16 -1)
📝 script/netbootxyz-overrides.yml (+1 -0)

📄 Description

Adds experimental support for Raspberry Pi 4 to
the netboot.xyz bootloader. Leverages the pipxe
project to build images.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/735 **Author:** [@antonym](https://github.com/antonym) **Created:** 10/29/2020 **Status:** ✅ Merged **Merged:** 10/29/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `rpi` --- ### 📝 Commits (1) - [`e23025a`](https://github.com/netbootxyz/netboot.xyz/commit/e23025af2c3f155f6f42edd9eeefcd90e24f32b6) Adds experimental support for Raspberry Pi 4 ### 📊 Changes **7 files changed** (+246 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/defaults/main.yml` (+4 -0) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+5 -1) ➕ `roles/netbootxyz/tasks/generate_disks_rpi.yml` (+66 -0) ➕ `roles/netbootxyz/templates/pipxe/Makefile-rpi3.j2` (+77 -0) ➕ `roles/netbootxyz/templates/pipxe/Makefile-rpi4.j2` (+77 -0) 📝 `roles/netbootxyz/vars/ubuntu.yml` (+16 -1) 📝 `script/netbootxyz-overrides.yml` (+1 -0) </details> ### 📄 Description Adds experimental support for Raspberry Pi 4 to the netboot.xyz bootloader. Leverages the pipxe project to build images. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#2631
No description provided.