-
Notifications
You must be signed in to change notification settings - Fork 9
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
all in one compilations script #4
Comments
Yeah, good job. I hate Docker though, don’t see why it was needed here. |
docker is nearly used everywhere when speaking about building images for embedded devices (armbian, openwrt, yocto, busybox). it's also used when you need to build or run something in a controled environment without polluting your environment so i don't understand why you hate docker |
Your script fails for me when setting up loop devices. It seems like content that is fed into grep fails. Anyone have an idea how I could fix it?
|
You probably won't have /dev/loop0. WSL2 ? |
I am on artix/arch linux. Will run the command again and will post the lsblk. EDIT: Found a fix in the armbian issues. When executing |
Thank you very much! |
After building I am able to login and use the device but after a reboot I cannot get it back online. Did you encounter this / found a solution? |
you need to wire an uart2usb adapter to show us what's going on |
Just run this:
The text was updated successfully, but these errors were encountered: