background picture of the home page

Girls Band Cry!!!

设置U盘同步写入

修改/etc/mdev/udisk_insert文件,实现U盘同步写入(修改文件可以直接拔U盘了~) #!/bin/sh if [ -d /sys/block/*/$MDEV ] || [ -d /sys/block/$MDEV -a ! -d /sys/block/$MDEV/$MDEV* ] t

thumbnail of the cover of the post

uboot跳转裸机程序

SECTIONS { . = 0x40000000; /* 程序链接地址*/ .text : { *(.text) } /* 指令段:主要是代码 */ .data : { *(.data) } /* 已初始化的全局变量 */ .bss : {

thumbnail of the cover of the post