XMU->九天揽月->五湖抓鳖->DSP->driver->kernel/OpenWRT->ISP/RTOS
发布时间:2015-03-24 15:07:03
之前在openwrt上为了支持broadcom的一款芯片,替换掉了内核版本,这样overlayfs的补丁自己改的,openwrt overlayfs 2.6.36内核补丁。结果出来有问题,overlay的好处就是提供一个jffs2层把用户针对rootfs只读区的修改同步过去,包括删除和替换操作。而我这个版本有个问题,就是删除只读层的文件时,提示删除失败,并且还留.........【阅读全文】
发布时间:2015-03-23 19:56:27
bufferpool.h #ifndef BUFFERPOOL_HEADER#define BUFFERPOOL_HEADER#define BPBD_NUM 8#define BPBD_LENGTH 2048unsigned long bpool_alloc(void);int bpool_free(unsigned long addr);int bpool_init(unsigned long add.........【阅读全文】
发布时间:2015-03-21 15:20:46
########### target name# compile all .c file in $(PWD)SRCS:=$(wildcard ./*.c) OBJS := $(SRCS:.c=.o)OUT := bpoolOUT_LIB := libOUT_SO := so########### cross compiler and flagsCC := gccCFLAGS:= -g -O0APP_CFLAGS += $(CFLAGS) -DMAINAPPLIB_CFLAGS := $(CFLAGS)SO_CFLAGS:=$(CFL.........【阅读全文】
发布时间:2015-03-13 16:28:48
ar71xx openwrt镜像在个别板子上无线网络失败。有如下错误[ 10.590000] ath: phy0: Unable to initialize hardware; initialization status: -5[ 10.600000] ath9k ar934x_wmac: failed to initialize device[ 10.610000] ath9k: probe of ar934x_wmac failed with error -5出现这个错误时,/sys/.........【阅读全文】
发布时间:2015-03-10 20:06:11
openwrt的无线开启可用 wifi up 命令,效果同luci控制界面下的wifi enable。失望又必然的失败[ 7956.390000] br-lan: port 1(eth1) entered forwarding stateConfiguration file: /var/run/hostapd-phy0.confCould not set interface wlan0 flags (UP): Cannot assign requested addressnl80211: Could not set inter.........【阅读全文】