VIM2 内核5.9编译后的SD镜像如何烧录到eMMC中?

使用github上的流程编译了mainline(5.9)的SD镜像,使用什么工具可以把这个镜像烧录到eMMC上?

我相信主线uboot尚不支持eMMC引导…

dd or krescue (https://github.com/krescue/krescue/blob/master/docs/README_how_to_write_os_images_to_emmc_sd.md)

mainline UBOOT always have emmc support

but then why does Fenix not create Mainline eMMC images ?

all mainline images which marked as SD_USB same possible write to emmc (sure not by amlogic-burn tool) via simple dd

Fenix already can generate xz images which can be writed to emmc via krescue

2 Likes

Hmm, how did I not know this before ?
Thanks @hyphop :slight_smile:

从SD卡启动系统后,执行如下命令把系统写入到eMMC:

$ sudo emmc-install 
1 Like

谢谢,可以通过dd命令,但是无法通过windows工具进行烧录。

SD卡固件是不支持使用amlogic USB烧录工具烧录的。

1 Like