Just for anyone interested, I've been releasing experimental disk images of CoreOS [1] for the HiKey ARM64 developer board. These images currently have about 90% of the packages in the CoreOS developer build.
See the README at https://github.com/glevand/hikey-coreos.
-Geoff
Just for anyone interested, I published an unofficial CoreOS release (hikey-coreos-8) that now works on the Hikey board. See
https://github.com/glevand/hikey-coreos/releases/tag/hikey-coreos-8
All the basic CoreOS services; cloud-init, etcd, fleet, flannel, are working on arm64 and allow for mixed architecture clusters, with some nodes arm64 and some nodes amd64, to be created. See https://coreos.com for more info on CoreOS.
To get this to work on Hikey I needed to hack up the CoreOS build system up to support a second kernel just for the Hikey. My stomach starts to feel sick when I think about it, but along with this I needed to add in a 90,321 line kernel patch from hikey-mainline-rebase. There is no way this stuff can be merged upstream.
-Geoff
On Thu, Mar 24, 2016 at 7:30 PM, Geoff Levand geoff@infradead.org wrote:
Just for anyone interested, I published an unofficial CoreOS release (hikey-coreos-8) that now works on the Hikey board. See
https://github.com/glevand/hikey-coreos/releases/tag/hikey-coreos-8
All the basic CoreOS services; cloud-init, etcd, fleet, flannel, are working on arm64 and allow for mixed architecture clusters, with some nodes arm64 and some nodes amd64, to be created. See https://coreos.com for more info on CoreOS.
To get this to work on Hikey I needed to hack up the CoreOS build system up to support a second kernel just for the Hikey. My stomach starts to feel sick when I think about it, but along with this I needed to add in a 90,321 line kernel patch from hikey-mainline-rebase. There is no way this stuff can be merged upstream.
What kernel version is your baseline?
g.
On Fri, 2016-03-25 at 07:45 +0000, Grant Likely wrote:
On Thu, Mar 24, 2016 at 7:30 PM, Geoff Levand geoff@infradead.org wrote:
To get this to work on Hikey I needed to hack up the CoreOS build system up to support a second kernel just for the Hikey. My stomach starts to feel sick when I think about it, but along with this I needed to add in a 90,321 line kernel patch from hikey-mainline-rebase. There is no way this stuff can be merged upstream.
What kernel version is your baseline?
4.4.0
https://github.com/glevand/coreos--coreos-overlay/tree/master/sys-kernel/hik...
-Geoff