**** BEGIN LOGGING AT Sun Sep 08 02:59:59 2013 Sep 08 13:14:51 helloWorld! **** BEGIN LOGGING AT Sun Sep 08 13:26:01 2013 Sep 08 15:17:45 av500: i did some more tweaking for the app. i implemented a file explorer to select local files not to download them from the internet Sep 08 15:18:00 also put a small progress bar to see how transfering the image to the board takes Sep 08 15:22:27 vmayoral: i have implemented the open file dialog in the app Sep 08 15:23:26 cool Sep 08 15:23:33 is it available in your last commit? Sep 08 15:23:37 any ideas what to put more ? Sep 08 15:23:38 nop Sep 08 15:23:46 will push to git later 2night Sep 08 15:23:52 i want to solve some more things Sep 08 15:26:23 how about serial communication? I believe i read something about it in your proposal (i might be mistaken though) Sep 08 15:26:43 serial communication ? Sep 08 15:27:09 after the uSD/eMMC is flashed to speak via serial ? Sep 08 15:27:43 yes, that's what i mean Sep 08 15:28:00 yeah but the default angstrom does not have g_serial enabled Sep 08 15:28:03 in it Sep 08 15:28:06 so can`t really do it Sep 08 15:28:09 mmm i see Sep 08 15:28:32 and if it would be enabled g_serial is not hooked to the console like the pins on the header Sep 08 15:29:04 how about in the BB Sep 08 15:29:09 could be possible? Sep 08 15:29:15 since it has the FTDI chip on it Sep 08 15:29:20 dunno, don`t have an xM or the normal one Sep 08 15:29:25 yep, can be done Sep 08 15:31:36 vvu|Log: it uses g_multi with cdc_acm, which also gives you a serial port Sep 08 15:31:47 vvu|Log: I guess android doesn't support ACM ports? Sep 08 15:32:31 it does not care, i take over the USB device and do whatever i want with it Sep 08 15:32:46 but android knows how to enumerate g_serial Sep 08 15:35:56 what I mean is: Sep 08 15:36:14 the default angstrom image loads g_multi with the cdc_acm profile and opens a getty on it Sep 08 15:36:32 so you can login over /dev/ttyACMx on your host Sep 08 15:36:59 yep, it would work Sep 08 15:37:05 on the Android part Sep 08 15:39:24 koen: Apologies for being a bit offline these last two days. I was a bit troubled. I checked the packagegroup-ros-world.bb (and also the packagegroup-ros-comm.bb) you mentioned. I'm right now testing if everything needed is installed by theses recipes. If so, i could modify the installation scripts Sep 08 15:42:52 koen: vendor=0x0403 product=0xa6d0 these are vID/pID for the serial on the BBB ? Sep 08 15:56:09 vvu|Log: in which University are your involved in? Sep 08 15:57:08 Jacobs University Bremen, Germany Sep 08 16:09:47 ;) Sep 08 16:19:20 vvu|Log: not sure Sep 08 16:19:22 I do: modprobe g_multi file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 iSerialNumber=${SERIAL_NUMBER} iManufacturer=Circuitco iProduct=BeagleBone${BLACK} host_addr=${DEV_ADDR} Sep 08 17:08:15 vmayoral: the idea with the serial is nice but need to see how it works. i would want to get my hands on a BB or xM to check if they can be usb bootable **** ENDING LOGGING AT Mon Sep 09 02:59:58 2013