View Single Post
Posts: 19 | Thanked: 6 times | Joined on Sep 2010
#189
Originally Posted by mveplus View Post
In hostmode.py on line 144 witch is executing this
Code:
#!/bin/sh
echo "Stopping bme and raising power output to 5V"
stop bme; sleep 3; i2cset -y -m 0x07 2 0x6b 0x01 0x05; while true; do sleep 28; i2cset -y -m 0x80 2 0x6b 0x00 0x80; done
but reading back result gave error? MohammadAG?
I do not know python, but it seem that for some reason it can not reach the stage where you can mount your device.
can you reboot and click hostmode vbus,connect your USB and post the result from the fallowing commands in prompt:
Code:
ls /dev/sd*
Code:
ls /usr/local/sbin/i2*
and your full syslog, not only part of it.
Do not play with it , as MohammadAG said you can regret if you do so.

Also if you can measure the output voltage form your USB post value here?
Thanks for help

First, i cant measure the voltage, but i assume theres a voltage because the LED goes up.

ls /dev/sd* returned : No such file or directory

ls/usr/local/sbin/i2* Returned: No such file or directory

BTW

IOerror is input output, so i think it gives the error because my flashdrive can't be read.

Only an idea maybe im talkin complete ****, but im learning java, C, linux and all the shizzle on school right now

Thanks again
Attached Files
File Type: zip syslog.zip (114.3 KB, 99 views)

Last edited by Schriek; 2010-09-30 at 09:16.
 

The Following 2 Users Say Thank You to Schriek For This Useful Post: