192.168.222.129110315Lastlogin:TueNov323:52:152015from192.168.222.1[root@localhost~]#uname-aLinuxlocalhost.localdomain2.6.32-573.el6.x86_64#1SMPThuJul2315:44:03UTC2015x86_64x86_64x86_64GNU/Linux[root@localhost~]#rpm-qa|grepkernelkernel-firmware-2.6.32-573.e..
分类:
其他好文 时间:
2015-11-03 17:56:08
阅读次数:
227
1. 引言在专用的嵌入式板子运行 GNU/Linux 系统已经变得越来越流行。一个嵌入式 Linux 系统从软件的角度看通常可以分为四个层次:1.引导加载程序。包括固化在固件(firmware)中的 boot 代码(可选),和 Boot Loader 两大部分。2.Linux 内核。特定于嵌入式板子...
分类:
系统相关 时间:
2015-10-28 19:07:51
阅读次数:
294
CiscoUCS62XXfirmware升级自用因为又到了一些刀片,新到的刀片firmware各异,版本很新,有的可以降级为现在用的2.2.1b,有的不知道为啥没降下来。。。更为了修复bug,兼容vmware6,故此升级。。。主要准备工作:1,确认机器运行良好,没有主要以上的错误;2,查看自己的profile..
分类:
系统相关 时间:
2015-09-21 19:46:58
阅读次数:
467
无线网卡型号:intel wireless-n7265,通过lspci可以查网卡型号在下面页面下下载,驱动要和内核对应https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi安装驱动1)安装firmware apt-get install l...
分类:
系统相关 时间:
2015-09-11 20:41:49
阅读次数:
581
LPC-Link2 CMSIS-DAP firmware sourceHi,I'm using the CMSIS-DAP firmware with the LPC-Link2. I'd like to add some features (like a virtual COM port). I ...
分类:
其他好文 时间:
2015-09-09 13:28:08
阅读次数:
580
经验--安装完esxi主机后,重启不能进入系统报错提示:在esxi重启之后重启了,屏幕报错:systemfoundunauthorizedchangesonthefirmware,operatingsystemorUEFIdevicespress[N]torunthenextbootdevice,orenterdirectlytoBIOSsetupiftherearenootherbootdevicesinstalled.gotobios..
分类:
其他好文 时间:
2015-09-07 19:46:56
阅读次数:
1663
由于Centos7的网络配置与之前版本有较大差距,所以单独讨论。Centos7对网卡设备具有自动探测功能:(1)网卡命名机制systemd对网络设备的命名方式:(a)如果Firmware或BIOS为主板上集成的设备提供的索引信息可用,且可预测则根据此索引进行命名,例如eno1;(b)如果Firmware或BIOS..
分类:
系统相关 时间:
2015-09-05 23:53:53
阅读次数:
320
Booting LPC-Link2The recommended way to use LPC-Link2 with the LPCXpresso IDE is to boot and soft load a debug firmware image at the start of a debug ...
分类:
其他好文 时间:
2015-09-01 16:47:23
阅读次数:
801
从之前对总体结构的介绍,参考crazyflie2_nrf51822程序分析--总体结构
可以看出来程序运行的顺序是MBR->MBS->Bootloader->Firmware,MBR我们动不了,所以先分析下MBS都做了什么事情,main函数主要做的事情如下:
int main() __attribute__ ((noreturn));
int main()
{
press = press_...
分类:
其他好文 时间:
2015-08-30 15:57:53
阅读次数:
364
为了尊重原始版本,将英文原文贴出来,同时将一些需要注意的地方加上我的注释
Source code of the firmware running in the Crazyflie 2.0 nRF51822. This microcontroller have a couple of roles:
Power management (ON/OFF logic and battery ha...
分类:
其他好文 时间:
2015-08-27 18:39:31
阅读次数:
279