Skip to content
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

Can we Add new CPU #1000

Open
ankitkumarsr opened this issue Jun 2, 2022 · 5 comments
Open

Can we Add new CPU #1000

ankitkumarsr opened this issue Jun 2, 2022 · 5 comments

Comments

@ankitkumarsr
Copy link

I want to integrate ONIE to intel denverton C3508 , IS there any procedure to add new cpu?

@ehdoyle
Copy link
Collaborator

ehdoyle commented Jun 5, 2022

I don't think anything is defined as such. You can check the existing codebase for any chip specific modifications though.
Dumping the git commit log and grepping for 'denverton' it looks like a number of platforms support the C3538, and these platforms in particular support the C3508
Alpha Networks SPX70D0-168F
Ufispace S9501-18SMT
Hope that helps.

@ankitkumarsr
Copy link
Author

while integrating Onie to custom board through below error
image

Please provide help on this issue

@ankitkumarsr
Copy link
Author

For my custom-board i am able to get onie installation option attached in (Onie-image2.png)
image

if booted manually , the following expected menu is not coming
image

Please provide suggestion What is missing here to get desired output.

@ehdoyle
Copy link
Collaborator

ehdoyle commented Jul 17, 2022

Hi - This seems to be implementation specific issue, it's not really an actionable bug in ONIE, so I'll be moving to close this out shortly.

I'd suggest examining the ONIE builds of the previously mentioned systems to see if they are doing anything differently.

Apart from that, the ONIE mailing list:
https://ocp-all.groups.io/g/OCP-ONIE
can also be a useful resource, as someone else may have encountered similar issues.

When posting there, (or seeking help with any issue ) I recommend providing as much information as possible about:

  • What you expect to be happening ( Ex: ONIE Grub menu should come up after embed )
  • Why you expect that ( Ex: ONIE embedding worked, system rebooted, the menu was the next step )
  • What is happening ( Ex: ONIE grub menu does not come up, and the last output is...? )
  • What you know about what is happening ( Ex: debug output, trace logs, events before the failure, exact steps taken to reproduce the problem )
  • What you have done so far to fix the problem that has not worked ( Ex: used set -x in setup scripts to observe installation, booted rescue mode to examine the deployed Grub configuration, turning it off and on again, etc ).

Showing your work so far is very important for a few reasons:

  1. It will reduce the amount of time required to get to a solution (since they know what you have tried, they will not waste time asking you to do things you already have done.
  2. Someone may be able to diagnose the problem from information provided, and can quickly respond, rather than deciding that it would be too much work to figure out.
  3. It also demonstrates that you are actively trying to solve the problem and are not expecting others to do your work for you. You want to be seen as trying to solve the problem.

That said, the ONIE mailing list is pretty quiet these days, and the problem you are encountering seems to be more of an issue with your particular implementation than ONIE, so you may not get a response.

Hope that helps.

@saikumar25
Copy link

  1. We made a bootable USB by using recovery image built for KVM
  2. While trying to boot from the USB, the first screen which pops is a black screen with just "Welcome to GRUB !" text.
  3. Within some time , kernel boot messages start appearing and in some time , ONIE prompt comes up in installer mode .
  4. When trying to install a NOS , we are getting below error :
    image
    5)Also in the tutorials we've been through until now , during initial/consequent ONIE boots we should be able to see the menu coming up something like this (Embed ONIE and Rescue ONIE only in case of initial boot) :
    image
    6)We are unable to see any grub menu at all(not getting ONIE embedding menu or ONIE installer menu) , during boot up .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants