Email or username:

Password:

Forgot your password?
Top-level
Pete Keen

@foone not just at boot! Boot selects core 0 but you can pick what arch to start for core 1 at runtime. You have to ship two binaries of course, and it seems like the tooling isn't quite there yet. But it's possible.

3 comments
LovesTha🥧

@zrail @foone can core 1 be rebooted into the other arch while keeping core 0 running? (not something I'd normally expect to work, but this sounds like a device that might want to be able to do that)

Foone🏳️‍⚧️

@LovesTha @zrail I don't think so. I think you set the arch bits to select which cores you want, and then reboot the whole CPU

Go Up