Adapt to the latest Fuchsia images
wangrunji0408 opened this issue · 0 comments
wangrunji0408 commented
It's been almost 2 years since the last update of Fuchsia images.
There are some unknown changes on the official Zircon kernel that causes zCore to fail on the latest Fuchsia image.
Here are the things we need to do:
- Build the latest Fuchsia from source. See official docs.
- Generate and extract files required by zCore. Refer to the old build script, this file also needs to be updated.
- Run zCore with the new images, then you may get some errors.
- Figure out what has changed and try to fix the problem.