zhangbing12304

fdisk -c 0

fatformat mmc 0:1
ext3format mmc 0:2
ext3format mmc 0:3
ext3format mmc 0:4

fastboot

 

fastboot.exe flash kernel zImage

fastboot.exe flash ramdisk ramdisk-uboot.img
fastboot.exe flash system system.img

fastboot -w

fastboot reboot


挂载U盘,在根目录下操作
mount /dev/sda1 /mnt/udisk

[root@iTOP-4412]# ls
bin etc linuxrc proc sys usr
dev lib mnt sbin tmp var
[root@iTOP-4412]# chmod 777 /mnt/udisk/helloworld
[root@iTOP-4412]# ./mnt/udisk/helloworld
Hello Wrold!


卸载U盘

umount /mnt/udisk

上述涉及软件platform-tools及超级终端软件Hyper Terminal

分类:

技术点:

相关文章:

  • 2021-11-14
  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2021-12-22
  • 2021-12-15
猜你喜欢
  • 2021-11-29
  • 2021-07-22
  • 2021-12-28
  • 2021-06-10
  • 2021-12-21
  • 2021-08-08
  • 2021-05-08
相关资源
相似解决方案