Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 46958

Re: OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package

$
0
0
I decided that I wanted to add a wifi stick to my plug while waiting for my sensors to come in. Looks like I will have to add the necessary tools to the image with buildroot, and make a driver for my realtek rtl8188cus module. So I started by grabbing the source for the drivers from realtek.com and added some lines for the dockstar
CONFIG_PLATFORM_ARM_926T = y
and
ifeq ($(CONFIG_PLATFORM_ARM_926T),y)
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
ARCH := arm
CROSS_COMPILE := /tmp/owfsplug/output/host/usr/bin/arm-unknown-linux-uclibcgneabi
KVER := 3.2.7
KSRC := /tmp/owfsplug/output/build/buildroot-config
endif
and I get the errors
make[1]: Entering directory `/tmp/owfsplug/output/build/buildroot-config'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/tmp/owfsplug/output/build/buildroot-config'
make: *** [modules] Error 2

I really think I may be out of my league here, but I would appreciate some guidance if you had any.

Viewing all articles
Browse latest Browse all 46958

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>