当前位置:网站首页>Atomic alpha development board -- SD card and EMMC burning tool

Atomic alpha development board -- SD card and EMMC burning tool

2022-06-25 06:42:00 Cao Lele loves learning

Due to unaccustomed use WIN Make card with the burning tool under , And using script burning , Atoms in order to be compatible with all kinds of situations , This makes script burning very troublesome .

therefore , After two nights , Step on the pit , Modified the atomic burning script , Greatly simplify burning SD Card and emmc The operation of .

See resources : self-control Alpha Development board burning tool

Still the same : You can do without money , Give a comment , Can give a link

The method of use is simple , The script has usage tips .

burn SD card :sdx It's you SD Card nodes

do SD When it's time , You can choose to burn emmc The option to , No need for extra operation . believe me , Very easy to use .

$ sudo ./mksd.sh /dev/sdx

burn emmc:

From what I just did SD Card activation

$ cd /mk_emmc/scripts

$ sudo ./mkinand-linux.sh

Oh , It should be noted that , My bag , It's an atomic factory system :8G--emmc   521M---DDR  1024x600 Resolution lcd The screen

If it's something else , Replace it by yourself uboot and dtb  Wait for the document .

Verify that the update was successful :(kernel And file system , Better judgment , Think of your own way )

 

原网站

版权声明
本文为[Cao Lele loves learning]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250425362670.html