讯为开发板的最小LINUX系统烧写及U盘的挂载及卸载

Posted 镜花水月小朋友

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了讯为开发板的最小LINUX系统烧写及U盘的挂载及卸载相关的知识,希望对你有一定的参考价值。

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

[[email protected]]# ls
bin etc linuxrc proc sys usr
dev lib mnt sbin tmp var
[[email protected]]# chmod 777 /mnt/udisk/helloworld
[[email protected]]# ./mnt/udisk/helloworld
Hello Wrold!


卸载U盘

umount /mnt/udisk

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













以上是关于讯为开发板的最小LINUX系统烧写及U盘的挂载及卸载的主要内容,如果未能解决你的问题,请参考以下文章