diff --git a/index.html b/index.html index 6a090de..95f95de 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,7 @@
Linux Kernel: https://github.com/niuyuling/linux
@@ -140,8 +141,62 @@ git apply ../blueberry.patch # 打补丁 ./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm + +针对FEL
+安装zadig后打开,选择"Device"→"Create New Device"
+按图中信息填写
+然后点击"Install Driver"
+ +针对DFU
+再次选择"Device"→"Create New Device"
+按图中信息填写
+然后点击"Install Driver"
+ +编译可以在 Windows下识别Emmc设备为U盘的 u-boot
+ +
+# ARM TRUSTED FIRMWARE (ARM64)
+git clone https://github.com/ARM-software/arm-trusted-firmware.git
+cd arm-trusted-firmware
+make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i-h616 DEBUG=1 bl31
+cd ..
+
+# 编译 U-BOOT
+git clone https://github.com/niuyuling/u-boot.git
+cd u-boot
+git checkout v2023.07-blb
+make CROSS_COMPILE=aarch64-linux-gnu- BL31=../arm-trusted-firmware/build/sun50i_h616/debug/bl31.bin blueberry_emmc_ums_defconfig
+make CROSS_COMPILE=aarch64-linux-gnu- BL31=../arm-trusted-firmware/build/sun50i_h616/debug/bl31.bin
+
+
+ Windows刷机工具 SUNXI-FEL
+按住FEL键链接USB后执行刷入U-BOOT
+
+.\sunxi-fel.exe -v ver
+
+
+
+.\sunxi-fel.exe uboot .\u-boot-sunxi-with-spl.bin
+
+
+ 刷入u-boot后Windows 自动识别设备Emmc为u盘设备
+这时下载系统镜像刷入TF那样刷入Emmc设备
+Windows 刷机工具win32diskimager
+ +目前未发现问题。
+RJ45口需要自行制作,百兆速率需注意等长。