“Xen on Hikey960”的版本间的差异

来自个人维基
跳转至: 导航搜索
第1行: 第1行:
 
Reference: https://wiki.xenproject.org/wiki/HiKey960
 
Reference: https://wiki.xenproject.org/wiki/HiKey960
  
 +
# Building UEFI
  
*Building Linux
+
# Building Linux
 
  git clone https://github.com/96boards-hikey/linux.git
 
  git clone https://github.com/96boards-hikey/linux.git
 
  cd linux
 
  cd linux

2019年11月12日 (二) 10:01的版本

Reference: https://wiki.xenproject.org/wiki/HiKey960

  1. Building UEFI
  1. 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