From f8239ec1815fbb872a08371bd1c2ac776d55b35e Mon Sep 17 00:00:00 2001 From: aixiao Date: Wed, 5 Mar 2025 15:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/index.html b/index.html index 6a090de..95f95de 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,7 @@
  • AXP313a:axp313a_datasheet_v0.1-20201105.pdf
  • RTL8189ES:RTL8189ES_STAMP_Module-1V0.pdf
  • +

    构建系统

    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 + +

    EMMc 刷入系统

    +

    Windows 安装驱动

    +

    针对FEL

    +

    安装zadig后打开,选择"Device"→"Create New Device"

    + create_new_device.png + +

    按图中信息填写

    + fel_driver.png +

    然后点击"Install Driver"

    + +

    针对DFU

    +

    再次选择"Device"→"Create New Device"

    + create_new_device_dfu.png + +

    按图中信息填写

    + dfu_driver.png +

    然后点击"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

    + fel_ver.png + +
    
    +.\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口需要自行制作,百兆速率需注意等长。