Settings | Sign in | Sign up

There are currently 2 posts.

入手三块蓝色的RK3308B开发板

Floor 21 巨大八爪鱼 7/29/26 20:33
SD卡分区情况:
/dev/mmcblk0p1  112M   59M   54M  53% /boot
/dev/mmcblk0p2   58G  831M   55G   2% /

Device          Start       End   Sectors  Size Type
/dev/mmcblk0p1  32768    262143    229376  112M EFI System
/dev/mmcblk0p2 262144 122151007 121888864 58.1G Linux filesystem
第一个分区是挂载到/boot目录下的,第二个分区是挂载到/目录下的。

uboot bootcmd启动命令:
load mmc 0:1 0x00500000 /boot.scr
source 0x00500000
就是把第一个分区(/boot)里面的boot.scr文件加载到0x00500000内存里面,然后执行文件里面的内容。
巨大八爪鱼 7/30/26 11:11
mmc 0:1就是第0张sd卡的第1个分区(/dev/mmcblk0p1)。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.