rk3399主控的非原生支持设备,如何写入emmc #1423
Replies: 11 comments 10 replies
-
你用 rkdevtool 带 loader 写入试试 |
Beta Was this translation helpful? Give feedback.
-
对 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/build-armbian/u-boot/rockchip 换其他的rk3399的loader |
Beta Was this translation helpful? Give feedback.
-
可能是dts不匹配,慢慢调试吧 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
初始化失败了,看来这个镜像不适合你的设备 |
Beta Was this translation helpful? Give feedback.
-
[FAILED] ... 比较多。u-boot不能正常引导你的emmc里的系统。 |
Beta Was this translation helpful? Give feedback.
-
后来,我用fdisk重新分区,并用mkfs -t ext4 -c /dev/mmcblk2,重新制作文件系统;然后用dd写入镜像的的时候,会有kernel的pnic root@armbian:~# dd if=/home/zhang/Armbian_23.05.0_rockchip_king3399_jammy_6.1.23_server_2023.04.09.img of=/dev/mmcblk2 bs=1M status=progress |
Beta Was this translation helpful? Give feedback.
-
估计还是要弄个 ttl 看看启动过程,如果是 emmc 上的uboot 引导了sd上的系统正常,而引导 emmc 的rootfs不正常的话, 有可能你需要调整分区,而且还需要让 uboot 识别你的分区信息。 |
Beta Was this translation helpful? Give feedback.
-
@zhangqiang-routon any update? i've got same problem when installing to emmc. openwrt and armbian have same result. sometimes stuck in boot |
Beta Was this translation helpful? Give feedback.
-
我这里有块瑞迅的mpc-1917 一开始是Android系统,打算刷入您的最新的系统时发现,rkdevtool加载固件时显示:固件标识错误,请检查打包过程。 后来没办法才刷入另外一个版本系统。我想问一下怎么解决这个问题 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
手上有个rk3399主控的板子,但不是支持列表中的型号;后根据原理图,基于king3399修改了dts,除wifi、蓝牙外,基本能正常运行。
但直接使用dd命令将img写入到emmc中时(dd if=**.img of=mmcblk2),也能启动系统,但会出现报错:
特来请教各位大神,如果将固件正确的写入emmc中呢?
Beta Was this translation helpful? Give feedback.
All reactions