-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeatable build of Pi OS with pitrex working 'out of the box' #1
Comments
I don't think this needs wifi configuring at a first pass, as it's not needed to be up and running playing games. This would need user input, so out of scope for this base build. We can maybe add a menu system for this in a separate issue. |
we've had the same discussions; the sticking point is that we can't supply
an image with pre-loaded roms. However since the roms go on the NTFS
partition, adding them can be simplified so it can be done from
Windows/MacOs without the need to interact with Linux. We've always
planned to supply a rom image, if not actual uSD cards pre-built.
G
…On Sun, Nov 8, 2020 at 8:56 AM Mike Pountney ***@***.***> wrote:
Customers are going to want a good 'out of the box' experience with Pitrex.
This means we need to be able to provide an image of Raspberry Pi OS (or
the baremetal env?) that includes our customizations and any boot menu.
Acceptance Criteria
- Image available for download that gets a non-technical user up and
running.
- Instructions on how to burn this themselves
Implementation ideas
- Hashicorp Packer
<https://linuxhit.com/build-a-raspberry-pi-image-packer-packer-builder-arm/>
can be used to automate the creation of Pi OS images.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD4V5RU4J3YJH7VKAI6D63SO2WR3ANCNFSM4TOLWGGQ>
.
|
Providing a Raspian image that is the latest, with these updates done ahead of time would be so great!
These take a long time on the PiZero... and are much faster on the Pi4 (although we cannot currently use the Pi4). |
That's ok though... the base games/demos are enough to get a user interested, if they worked out of the box. Perhaps with a menu that comes up when you turn the PiTrex on. |
Fixes #1 -- Add Vagrant+Packer based automated Pi OS img build
Customers are going to want a good 'out of the box' experience with Pitrex.
This means we need to be able to provide an image of Raspberry Pi OS (or the baremetal env?) that includes our customizations and any boot menu.
Requirements
Implementation ideas
The text was updated successfully, but these errors were encountered: