TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pi-CI – A RasPi 5 emulator in a Docker image for creating and flashing configs

98 pointsby Curiositry9 months ago

7 comments

TechSquidTV9 months ago
Super interesting! Thank you for this. I was working on a hardware project that this probably would have helped a lot with. I was writing some python but the package couldn't be compiled on my local machine so I had to run a dev server off my pi directly. I wonder if this can help.
hhh9 months ago
This is awesome, I've had a need for this for quite a while, and had cooked up something similar before, but will probably swap to using this.
评论 #41337547 未加载
franga20009 months ago
This is exactly what I was trying to do a few months ago, but all the RPi VMs I found were a pain in the ass and I never got it to work. Ansible deployments are conveniently but take forever on RPi, golden images are great for distribution but suck to make. Using Ansible to deploy to a VM and then exporting that image for flashing is the best of both approaches.
retrodaredevil9 months ago
This seems similar to <a href="https:&#x2F;&#x2F;github.com&#x2F;solo-io&#x2F;packer-plugin-arm-image">https:&#x2F;&#x2F;github.com&#x2F;solo-io&#x2F;packer-plugin-arm-image</a><p>I believe that can also work in non-RPi images, but I didn&#x27;t get very far in the Pi-CI docs so maybe that does too.
PowerfulWizard9 months ago
This looks useful, I usually use guestfish to put files into the image before flashing but this could be a lot more flexible.
nottorp9 months ago
Neat!<p>&gt; The default image is 2 gigabytes in size. This can be increased (but not decreased!) through the resize command.<p>Is this the smallest size of an industrial SD card these days?
评论 #41337893 未加载
fragmede9 months ago
how does this compare to gokrazy?
评论 #41337355 未加载