Quote:
Originally Posted by 34973
how i can see command output on dr800s??
i try use script run from sd card, witch redirect command output to file and store to sd card. But this doesn't work
this is the script:
# !/bin/bash
mkdir -p /media/mmcblk0p1/System/.test
ls -al / > /media/mmcblk0p1/System/.test/output.txt
can any one help me? I have a few cross complied application i don't know if it working or not 
|
I was thinking this same problem a few days ago. There isn't an easy way to see the logs.
Maybe compile zenity or xdialog and create a program link which opens the output.
Other solution could be to create the output file on another not hidden directory (not inside a directory whose name starts with a dot) and open it as a normal document.
Anyway, if you are serious about creating software for DR800 you should use the environment and the emulator to test the programs. There is a virtual machine with the proper environment ready to run.