Hello. I would like to build a RPi image. I'm running x86_64 Arch on my main rig. Can anybody point me in the right direction? How do you build official images?
Thanks.
Last edited by Magikarp on Mon Oct 29, 2012 9:31 pm, edited 1 time in total.
We don't need to build that way, just boot on the device, install/change, delete downloaded packages in cache, then tidy up on an x86 Cross compiling is used in the distcc environment, you probably want to go down the qemu route?
Oh, I thought you used some script, tool or whatever to build images. Distcc is fine and I will use it, but I was wondering if it is possible to build packages with makepkg on x86_64 machine. Ideally I would download (or write) pkgbuild, change arch to arm, edit flags and run makepkg -e. Is this even possible?