Lines Matching full:hikey
4 HiKey is the first certified 96Boards Consumer Edition board. The board/SoC has: -
12 The HiKey schematic can be found here: -
13 https://github.com/96boards/documentation/blob/master/hikey/96Boards-Hikey-Rev-A1.pdf
16 https://github.com/96boards/documentation/blob/master/hikey/
25 The HiKey U-Boot port has been tested with l-loader, booting ATF, which then boots
33 > mkdir -p ~/hikey/src ~/hikey/bin
34 > cd ~/hikey/src
43 > cp edk2/HisiPkg/HiKeyPkg/NonFree/mcuimage.bin ~/hikey/bin/
46 …> wget -P ~/hikey/bin https://builds.96boards.org/releases/reference-platform/debian/hikey/16.03/b…
51 > cd ~/hikey/src/u-boot
54 > cp u-boot.bin ~/hikey/bin
59 > cd ~/hikey/src/arm-trusted-firmware
61 BL30=~/hikey/bin/mcuimage.bin \
62 BL33=~/hikey/bin/u-boot.bin DEBUG=1 PLAT=hikey
65 > cp build/hikey/debug/bl1.bin ~/hikey/bin
66 > cp build/hikey/debug/fip.bin ~/hikey/bin
70 > cd ~/hikey/src/l-loader
71 > make BL1=~/hikey/bin/bl1.bin all
72 > cp *.img ~/hikey/bin
73 > cp l-loader.bin ~/hikey/bin
84 The command below assumes HiKey enumerated as the first USB serial port
85 > sudo ~/hikey/src/burn-boot/hisi-idt.py -d /dev/ttyUSB0 --img1=~/hikey/bin/l-loader.bin
87 2. Once LED 0 comes on solid, HiKey board should be detected as a fastboot device by plugging a USB…
88 … cable from your PC to the USB OTG port of HiKey (on some boards I've found this to be unreliable).
96 > sudo fastboot flash ptable ~/hikey/bin/ptable.img
97 > sudo fastboot flash fastboot ~/hikey/bin/fip.bin
98 > sudo fastboot flash nvme ~/hikey/bin/nvme.img
131 INFO: Hisilicon HiKey platform is initialized
240 U-Boot 2015.10-rc2 (Sep 08 2015 - 20:29:33 +0100)hikey
245 HiKey DWMMC: 0, HiKey DWMMC: 1