-
Notifications
You must be signed in to change notification settings - Fork 376
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
Customize ONIE? #1018
Comments
You'll want to start with a build that is close to your target platform. I'd suggest building the installer iso for that and then trying to boot your platform off of it. Ideally you get some output from the boot that will indicate where support needs to be added. |
Thanks for your response. |
I'd say try the mailing list and see if anybody has anything else to add. There's also some general guidelines in the porting guide here: |
Alright. Thank you, Alex. |
It should work with a standard u-boot, although there's not much in the documentation about that. |
Thank you, Alex. Question: After ONIE is installed successfully in the NOR flash (or emmc perhaps), how do we configure u-boot such that we boot directly into demo OS? In specific, I want to know how can we influence u-boot: |
That may depend on the platform. I've seen two approaches used. |
Hi Alex,
I built and installed ONIE & demo OS for a kvm_x86_64 target. I also checked out armv8a target to study the build files.
Next, I have an evaluation board with me. How should I go about installing ONIE and demo OS on this board?
This board (or the chip) is not listed under onie/machines.
In that case, ONIE should be customized to the target platform.
Can you please guide?
The text was updated successfully, but these errors were encountered: