-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Odroid N2 support #2692
Add Odroid N2 support #2692
Conversation
root@odroid:~# apt install libglvnd-dev libegl1 libgles1 libgles2 mali-fbdev The following packages have unmet dependencies: I end up with requirements for both mali-fbdev and the libgle packages which conflict with each other. |
I tried installing this on a new installation with Ubuntu 18.04 minimal, it did not work, also because of dependency issues |
Can anyone confirm whether they've successfully installed RetroPie on an Odroid N2? |
@gotnull I can tell that as of now, it's not as easy as just following the manual. I will work on it on the weekend and try to get it working, and will share my solution (if I find one) here. @mseidl That is another dependency, so I'm not sure it's related. Strange to see this. Hardware is the same, software is the same... |
Alright, party people, here's what I did:
The log has over 13000 LOC, so I still need to analyse where things go wrong. |
I think the problem arises fairly early in the log: SDL2 needs to be installs and this is the following output:
It says that libgl1-mesa-dev is to be REMOVED and then later fails to build other stuff due to dependency problems. But it should be installed.
Here, the libgl1-mesa-dev dependency is only added if the platform is not "vero4k". |
Yeah. I have the same issue too. The n2 has a mali gpu , so I'm guessing it needs the package? |
I think I found another clue: After some manual digging, it stumbled upon this:
Apparently, these two packages cannot be installed at the same time. |
Yeah, I mentioned this in my 2nd comment... |
@mseidl Whoops, must have missed that 😅 |
I don't have time to look into this until after RetroPie 4.5 (And I don't currently have a board, so will only be able to do work in an emulated chroot without video). |
I have a device so if you need help debugging let me know. |
I really hope this gets working soon or maybe there'll be an image for it. It's still got better specs than the Pi4 and it's not much more. The prospect of being able to run N64 and Dreamcast games well is very exciting at this price point. |
we have a pretty solid build over at The Retro Arena, but of course it isn't RetroPie anymore and we have a dev team that has a dozen N2 kits among us. |
Is retroarena a fork of retropie? |
So this is for adding odroid n2 support. This works in the sense it detects it correct with the setup script, but there are some issues that might be related to the ubuntu image that I used or a problem with the compiler flags.