Raspberry Pi 5 Instructions #21880
mitchellshelton
started this conversation in
Guides & Tips
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I put together the following instructions for getting AzerothCore with Playerbot running on a Raspberry Pi 5 with 8GB of RAM.
I hope this is helpful to someone.
Oh, and to make this post perhaps more directly helpful. Here are the critical steps to get this working on the Pi 5:
There are a few critical steps to getting AzerothCore working on Raspberry Pi that can be summed up very quickly. If you are already working on getting this running, these critical steps should help.
Install clang
Change paging to 4k from 16k
# Change paging to 4k kernel=kernel8.img
Use download instructions from liyunfan1223 NOT azerothcore GitHub
https://github.com/liyunfan1223
Change permissions on the azerothcore-wotlk directory before running the build command for the first time
chmod -Rf 777 ~/azerothcore-wotlk
Thanks,
-Mitchell
Beta Was this translation helpful? Give feedback.
All reactions