2015年3月16日 星期一

[Linux]Change the baudrate while uncompressing Linux.

Edit the below source file  and change the BAUD_RATE.

linux/arch/arm/include/asm/soc-ast2400/lowlevel_serial.h


2015年3月12日 星期四

OpenBMC study

1. 如果遇到下面header file找不到__NR_setns的問題,可以把該header file後半部#if 0掉。

/poky/build/tmp/work/x86_64-linux/util-linux-native/2.24.1-r0/util-linux-2.24.1/include/namespace.h


2. 如果想改掉default root's password ('0penBmc'),可以到下面的路徑去做修改。
poky/build/conf/local.conf

3. OpenBMC沒有支援nfs protocol,但可以使用tftp方式把改好的tool/demand丟到/mnt/data (jffs2 rw)或者/(rootfs rw)下面去執行。

4. ipmid是處理IPMI request的main task,透過UNIX socket,聆聽來自/tmp/ipmi_socket的request。