Lines Matching +full:debian +full:- +full:testing
9 ------------
14 - Trusted Firmware-A:
15 `link <https://github.com/ARM-software/arm-trusted-firmware>`__
17 - OP-TEE
18 `link <https://github.com/OP-TEE/optee_os>`__
20 - edk2:
21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
23 - OpenPlatformPkg:
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
26 - l-loader:
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
29 - atf-fastboot:
30 `link <https://github.com/96boards-hikey/atf-fastboot/tree/master>`__
35 - Fetch all the above repositories into local host.
40 git clone https://github.com/ARM-software/arm-trusted-firmware -b integration
41 git clone https://github.com/OP-TEE/optee_os
42 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
43 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
44 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
45 git clone https://github.com/96boards-hikey/atf-fastboot
47 - Create the symbol link to OpenPlatformPkg in edk2.
52 $ln -sf ../OpenPlatformPkg
54 - Prepare AARCH64 && AARCH32 toolchain. Prepare python.
56 - If your hikey hardware is built by CircuitCo, update *OpenPlatformPkg/Platforms/Hisilicon/HiKey/…
65 - Build it as debug mode. Create your own build script file or you could refer to **build\_uefi.sh…
69 cd {BUILD_PATH}/arm-trusted-firmware
70 sh ../l-loader/build_uefi.sh hikey
72 - Generate l-loader.bin and partition table for aosp. The eMMC capacity is either 8GB or 4GB. Just…
76 cd ${BUILD_PATH}/l-loader
77 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin
78 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl2.bin
79 ln -sf ${BUILD_PATH}/atf-fastboot/build/hikey/${FASTBOOT_BUILD_OPTION}/bl1.bin fastboot.bin
80 make hikey PTABLE_LST=aosp-8g
83 -------------
85 - Install ser2net. Use telnet as the console since UEFI fails to display Boot Manager GUI in minic…
89 $sudo apt-get install ser2net
91 - Configure ser2net.
97 Append one line for serial-over-USB in below.
104 - Start ser2net
109 $sudo ser2net -u
111 - Open the console.
120 -----------------------------
122 - Make sure Pin3-Pin4 on J15 are connected for recovery mode. Then power on HiKey.
124 - Remove the modemmanager package. This package may cause the idt tool failure.
128 $sudo apt-get purge modemmanager
130 - Run the command to download recovery.bin into HiKey.
134 $sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 recovery.bin
136 - Update images. All aosp or debian images could be fetched from `link <http://releases.linaro.org…
141 $sudo fastboot flash loader l-loader.bin
149 ------------------------
151 - Make sure Pin3-Pin4 on J15 are open for normal boot mode. Then power on HiKey.
153 - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-…