-
Notifications
You must be signed in to change notification settings - Fork 78
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
Building Yocto/Meta-OpenWrt image for a custom Hardware #142
Comments
I have commented the target architectures I tried for then kept the qemux86-64 one for building. |
Update: I've tried all of these and then also qemuarm64 (the default ones) to check if it works on my router but it failed.
|
you might have to do more for building final images. We dont build openWRT images which maybe flashable directly using upgrade firmware, there must be more done for that. Flashing image built from qemuarm64 might be the first problem to solve. Use the correct machine and include right BSP layer which provides wrt1900ac machine definition. |
Yeah, I understood the problem building qemuarm-based images is not the way to go. |
I am building an image for my router (Linksys WRT1900 AC v1) and I'm having trouble doing so.
I know I have to write the correct Target Machine in the MACHINE: variable in the local.conf file, but it's not working like its supposed to.
Tried a bunch of values for the Target Architecture but they all failed.
Here's the link for my target machine along with its details:
https://openwrt.org/toh/linksys/wrt1900ac#hardware
The text was updated successfully, but these errors were encountered: