I'm trying to write a frame buffer device driver who communicate with the VGA-controller using serial port 2 on my Fox Board. For the first step I have tried...
In a program you must write a parser program to examine the /proc/interrupt file... maybe using regular expressions (see "man regex" and regex.h in C). Via...
Calzo
calzog@...
Aug 22, 2008 10:50 am
5392
Hi! I'm successfully developing some small programs for the Foxboard using codeblocks. My programs are very simple, I've just started :) programming using C, ...
... With CodeBlocks, I don't know. But I'm quite successfully using Red Hat Insight (both Windows as well as Linux) to debug my FoxBoard app. Maybe that also...
... Hi Maxime, The only goal is to see in my test application how the interrupt counter is increasing when an interrupt is detected by the irqPA module (you ...
... Hi Calzo, Thanks very much for this info. But like I said in my answer to Maxime (http://tech.groups.yahoo.com/group/foxboard/message/5394), it might not ...
yes it's possible, first you have to compile the Foxkernel 1) cd ../../devboard make menuconfig ... 2) subcribe to axis and download the gdb-cris at ...
Hi ... Why don't you send one or more char to the serial device to test it? Serial testing doesn't need a special module; for example, you could type via...
Calzo
calzog@...
Aug 23, 2008 3:57 pm
5398
Hi, I tried to connect to my Foxboard via Ethernet (FTP,Telnet and http). I followed the instructions from the tutorial (IP-address,....). I used a Hub to...
Hi, I tried to change the foxboard's network settings to dhcp. The board didn't take the settings and used the IP-addresses of the configfile. So I made # in...
Hello I am using crisos on my Foxboard and would like to use the gpioctl package. The Makefile says it depends on GPIO_SUPPORT. I have activated GPIO-Support...
the cris kernel does not yet support the generic gpio layer of the kernel. gpio_ctl wont work out of the box. you will have to make a driver for it first ...
the standard way would be by open /dev/gpio{a,b,g} and then using the ioctl's to set the bits, right? but i don't even have the /dev/gpio{a,b,g} device...
You must go in #cd /etc/init.d/boottime edit a script like #vi bluetooth.sh #And write cdBluez-start ~ ~ ~ ~ ~ after you save your script you have to flag...
Good day To start off, I am a novice. I am trying to connect to the carrier board on ttyS2. I have copied all the files (ppp-start, gprs-connect etc.) onto the...
Granville Paulse
granville@...
Sep 16, 2008 10:34 am
5407
hello. Does the foxserve patch work on the last sdk given by acmesystems? In fact seems that after the patch has been applied the web server is not changed. I...
Thank you! Is there a way to run or stop the bluetooth at run time from the web interface using the boa server? In fact seems that the web user dosen't have...
... Have you told the telit module to turn on and what is the status of L3 on the FOXGM board ? By default the module is powered off you need to either...
Wayne Stallwood
wayne@...
Sep 18, 2008 3:26 pm
5410
Hi All, I am unable to send a SMS via email. The Foxbox fetches the email and stores it in /mnt/flash/mail/root If I copy (or move) the file to...
Hello, I tried to setup termnetd unsuccessfully. I used the termnetd.conf and the binary from the official acme site. I use a prolific 2303 converter and I...
Hello, I've messed up my Fox ver 1.00 board and I'm trying to install the phrozen sdk. However the download links for cris-dist and pmake on the document page...
Hi Evan ... <http://foxlx.acmesystems.it/?id=714>) don't work. I'm sorry I've fixed it right now. ... (red, yellow and green) It's seem that you are using a...
Hi @ all! I`m an absolute beginner in working with the fox-board. I´m doing my exam-project at school and i can`t find any information about where the C-files...
Hi Anjia Please find here the beginner lessons using the SDK: http://foxlx.acmesystems.it/?id=711 Simpler than this is the webcompilarer way descripted here: ...
... http://foxlx.acmesystems.it/foxlx_acmesystems_it/00704/fimageCLASSICphp.zip ... Thanks Sergio, that image works just fine and its booted up happily. Does...
Wow, this post took three days to come through. To answer my own question... the MCM alpha R2 crisos image works great on my red board. Thanks for your help. ...
Hi all! I encountered a very strange problem on the fox board on kernel 2.4 (using Axis Developer Boards/Device Server SDK Release 2.01). I wrote a daemon...