Butch Driver Posted March 5 Posted March 5 How to I generate `.img` files? When I run `.compile` I end up with `.deb` files. I've been looking through the scripts but there are so many of them and I want to get to how to do this without having to use commands like: find . -name '*.sh' -print0 | xargs -0 grep compile_uboot | less for a long time. Thank you 0 Quote
Werner Posted March 5 Posted March 5 Simply run ./compile.sh and you will end up with an image. If you use a switch like "kernel" or "uboot" no image will be built. 0 Quote
Butch Driver Posted March 5 Author Posted March 5 Thanks, but all I got was: https://gist.github.com/kennethstailey/eaa1ebd9a1b6f5a10f1b462c797e8bbf 0 Quote
Butch Driver Posted March 5 Author Posted March 5 Oh, one more thing, I set the controlls to espressobin, is that the issue? 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.