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

Support for Radxa ROCK 5C #152

Open
ondrej-ilcik opened this issue Aug 5, 2024 · 5 comments
Open

Support for Radxa ROCK 5C #152

ondrej-ilcik opened this issue Aug 5, 2024 · 5 comments

Comments

@ondrej-ilcik
Copy link

Good afternoon,
Since Radxa ROCK 5A and 5B are supported, could you please add support of ROCK 5C as well?
https://radxa.com/products/rock5/5c/
Thank you very much

@kwankiu
Copy link

kwankiu commented Aug 7, 2024

I have added Radxa Rock 5C on my fork

https://github.com/kwankiu/edk2-rk3588

I found Rock 5C and Radxa CM5 almost identical to the Rock 5A

But I dont have a rock 5c with me, so you will have to test it out, let me know what's working and what's not. It has been tested that it currently works well on device tree mode, but have not tested on ACPI with any Linux or Windows.

https://github.com/kwankiu/edk2-rk3588/releases/tag/debug

If this works, I could submit a PR.

@Ph42oN
Copy link

Ph42oN commented Aug 11, 2024

I tested booting the rock 5A image on my rock 5C lite and it boots fine. If i notice issues i think i will try that 5C port and see if it works better.

@ondrej-ilcik
Copy link
Author

Good afternoon and sorry for late response.
Tested on:
VMware ESXi ARM Edition

  • USB2: Working
  • USB3: Working
  • NIC: Detected by system, Link status detected(Up/Down), Communication not Working (probably driver issue)
  • SATA (Penta SATA HAT): Controller detected, disk detected (disk presence delays disk boot significantly), any attempt to use the disk fails

Windows 11

  • USB2: Not working
  • USB3: Working
  • NIC: couldn't install system due to missing SD/eMMC so couldnt test
  • SD/eMMC: Not detected, possibly driver issue
  • SATA (Penta SATA HAT): Not detected

FreeBSD 14.1

  • USB2: Working
  • USB3: Working
  • NIC: Not detected

Please note that I'm kind of new in this and still learning, so all tests were done just with default setup and issues may not be caused by your firmware but just by lack of knowledge on my side.

Anyway as my goal was to have mainly ESXi ARM to play with, your firmware helped me alot.
Thank you very much!

@lin72h
Copy link

lin72h commented Aug 12, 2024

I haven't know any success story about FreeBSD on RK3588, @ondrej-ilcik Can you make FreeBSD 14.1 work at all beside NIC driver?

@Ph42oN
Copy link

Ph42oN commented Aug 17, 2024

I tested the rock 5c fork on my 5c lite, so far everything appears to be working fine using 6.1 kernel from https://github.com/radxa/kernel. I tested USB ports, ethernet and wifi, they all work. Wifi requires this driver: https://github.com/radxa-pkg/aic8800

This UEFI also unlocked CPU cores, now i have 8 cores working instead of default 6 on 5c lite. GPU is not working, but that might be just faulty on my board, i haven't been able to get anything but software rendering to run.

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

4 participants