“Xen on Hikey960”的版本间的差异
来自个人维基
free6d1823(讨论 | 贡献) (以“ Reference: https://wiki.xenproject.org/wiki/HiKey960”为内容创建页面) |
free6d1823(讨论 | 贡献) |
||
第1行: | 第1行: | ||
+ | Reference: https://wiki.xenproject.org/wiki/HiKey960 | ||
− | + | *Building Linux | |
+ | git clone https://github.com/96boards-hikey/linux.git | ||
+ | cd linux | ||
+ | git checkout origin/hikey960-upstream-rebase | ||
+ | export CROSS_COMPILE=aarch64-linux-gnu- | ||
+ | export ARCH=arm64 | ||
+ | make defconfig | ||
+ | make -j8 | ||
+ | cp -f arch/$ARCH/boot/Image ../Image | ||
+ | cp -f arch/$ARCH/boot/dts/hisilicon/hi3660-hikey960.dtb ../Image.dtb | ||
+ | check .config, | ||
+ | CONFIG_XEN_DOM0=y | ||
+ | CONFIG_XEN=y |
2019年11月12日 (二) 09:58的版本
Reference: https://wiki.xenproject.org/wiki/HiKey960
- Building Linux
git clone https://github.com/96boards-hikey/linux.git cd linux git checkout origin/hikey960-upstream-rebase export CROSS_COMPILE=aarch64-linux-gnu- export ARCH=arm64 make defconfig make -j8 cp -f arch/$ARCH/boot/Image ../Image cp -f arch/$ARCH/boot/dts/hisilicon/hi3660-hikey960.dtb ../Image.dtb
check .config,
CONFIG_XEN_DOM0=y CONFIG_XEN=y