opuntiaOS-Project / opuntiaOS

opuntiaOS - an operating system targeting x86, ARM and RISC-V.
BSD 2-Clause "Simplified" License
660 stars 32 forks source link

Need help for arm #38

Closed michaelsmith213 closed 3 years ago

michaelsmith213 commented 3 years ago

hey @opuntiaOS team so I just building opuntiaOS for aarch32(arm) by using this command:

./gn_gen.sh --target_cpu aarch32

so how to load this on a real device??

michaelsmith213 commented 3 years ago

pls help me to load this I a real mobile

michaelsmith213 commented 3 years ago

I am having an old mobile for testing so I needed to load this in it

nimelehin commented 3 years ago

If we talk about ARM, currently we have support only for Cortex-A15 Core. During these development stages the main target is QEMU's vexpress-a15, so the set of implemented drivers is limited to run on vexpress-a15.

Currently the goal of the project is to go "deeper" rather than "widely". By that I mean to have a stable, gorgeous project for limited hardware and after that to scale it. So, after implementing the core mechanisms, we could add more drivers for real hardware and tune the kernel to run on specific SoCs.

To go straight: unfortunately, I don't think it's possible to run it on your phone now. As I have said you can try it out on your computer using emulator QEMU.

nimelehin commented 3 years ago

Closing it, if you have any other question, feel free to reopen it.