@whycan emmc KLM8G1GETF-B041 H3 支持吗
orangPI 发布的最新帖子
-
H3 Zero 烧录问题。
硬件配置。 H3 主控 , +emmc 8 g . + 1G SDRAM
- 25Q128 SPIFLASH . USB , TYPE C 供电。 没有SD 卡槽。
目的直接烧录OS 到EMMC 。 操作如下。
n#!/bin/bash
echo "Connect device in FEL mode and press <Enter>"
readBOARD=h3
sunxi-fel -p uboot $BOARD/u-boot-sunxi-with-spl.bin write 0x42000000 $BOARD/zImage write 0x43000000 $BOARD/script.bin write 0x43300000 $BOARD/uInitrd write 0x43100000 $BOARD/boot.scr
readroot@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 24ae:4107 Shenzhen Rapoo Technology Co., Ltd. Gaming Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0b05:1837 ASUSTek Computer, Inc. ROG MacroKey
Bus 001 Device 002: ID 0bda:57fa Realtek Semiconductor Corp. USB2.0 HD UVC WebCam
Bus 001 Device 080: ID 1f3a:efe8 Allwinner Technology sunxi SoC OTG connector in FEL/flashing mode
Bus 001 Device 004: ID 13d3:3526 IMC Networks Bluetooth Radio
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# sunxi-fel version
ERROR: Allwinner USB FEL device not found!
root@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# sunxi-fel version
AWUSBFEX soc=00001680(H3) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
root@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# ./start.sh
./start.sh: line 1: n#!/bin/bash: No such file or directory
Connect device in FEL mode and press <Enter>ERROR: Allwinner USB FEL device not found!
root@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# ./start.sh
./start.sh: line 1: n#!/bin/bash: No such file or directory
Connect device in FEL mode and press <Enter>ERROR: Allwinner USB FEL device not found!
^[[A
root@ubt:/home/tangyong/Downloads/h3-fel-mass-storage-master# ./start.sh
./start.sh: line 1: n#!/bin/bash: No such file or directory
Connect device in FEL mode and press <Enter>100% [================================================] 4575 kB, 588.7 kB/s
100% [================================================] 21 kB, 397.5 kB/s
100% [================================================] 2230 kB, 604.3 kB/s
100% [================================================] 0 kB, 101.9 kB/s后面就不启动了。 没有任何显示, 也看不见EMMC 。有没有碰到类似问题的大神。 问题出在什么地方。 怎么解决
- 25Q128 SPIFLASH . USB , TYPE C 供电。 没有SD 卡槽。