none
发布时间:2016-10-12 17:09:30
U-Boot > usbusb - USB sub-system Usage:usb start - start (scan) USB controllerusb reset - reset (rescan) USB controllerusb stop [f] - stop USB [f]=force stopusb tree - show USB device treeusb info [dev] - show available USB devicesusb storage - show details of USB storage devicesusb d.........【阅读全文】
发布时间:2016-07-13 15:21:03
[root@localhost tmp]# arm-hisiv100-linux-gcc -I/root/3531/fcgi-2.4.0/include -L/tmp/ -lfcgi -lm nvrcgi.c/tmp/cceQfPFY.o: In function `main':nvrcgi.c:(.text+0x48): undefined reference to `FCGI_printf'nvrcgi.c:(.text+0x6c): undefined reference to `FCGI_printf'nvrcgi.c:(.text+0x84): undefined refer.........【阅读全文】
发布时间:2016-05-09 17:25:34
FROM http://wiki.jd.com/knowledge/114693.html移动的网络制式 2G:GSM 3G:TD-SCDMA 4G:TD-LTE TD-SCDMA是国内自主研发的TD-SCDMA,因为专利的问题,移动是不能用和联通一样制式(频段)的网络 ,所以移动只能在国内用,大多数国外水货手机都不能用移动3G。 虽然移动的网络信号是做好的,不过移动.........【阅读全文】
发布时间:2015-11-06 11:40:58
From http://ilinuxkernel.com/?p=11481、普通squashfs文件解压缩及查看 (1) 可使用unsuqashfs命令直接解压缩。 [root@localhost squashfs]# unsquashfs squashfs.img (2)也可mount到临时目录 [root@localhost squashfs]# mount -o loop squashfs.img -t squashfs .........【阅读全文】