Newbie to Linux trying to set up a webserver with the TS7250. I have
the server up but I want to be able to read the onboard temperature.
I'm using the test-cgi script that shipped with the board with the
following two lines added:
echo UPTIME=`uptime`
echo TEMP=`./tempSensor' #tempSensor.c downloaded from the TS website
The uptime works as expected but the tempSensor logs the following
error to the apache error logger:
tempSensor.c:42 main:Assertion 'fd != -1' failed.
The source is:
int fd = open("/dev/mem", O_RDWR);
assert(fd != -1);
Thanks in advance for any advice
-Keith
------------------------ Yahoo! Groups Sponsor --------------------~-->
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|