**** BEGIN LOGGING AT Sun Sep 15 02:59:57 2019 **** BEGIN LOGGING AT Sun Sep 15 06:45:32 2019 Sep 15 15:15:25 hello :) Sep 15 15:16:25 I am building a core-image-minimal image for a pocketbeagle. I added IMAGE_FEATURES = "ssh-server-dropbear", but I can't access it over USB... Sep 15 15:16:57 It seems to me that the core setup enables usbgadget at the "machine" level, but I guess I may need more than that? Sep 15 15:17:08 (I'm new to Yocto, trying to understand the basics of setting up a system) Sep 15 15:57:50 Could it be that I just need to load `cdc_ether`? My BSP sets CONFIG_USB_NET_CDCETHER=m already... Sep 15 16:09:29 I added KERNEL_MODULE_AUTOLOAD += "cdc_ether" to my image, rebuilt and reflashed it, but still, my pocketbeagle is not recognized at all when plugged to my computer over usb Sep 15 16:09:34 (it is powered, though) Sep 15 16:16:09 maybe use serial debug port to see whats going on Sep 15 16:17:33 khem: ahem, not sure what that would mean. Would I need to solder stuff on my pocketbeagle and connect my computer to that over USB? Sep 15 17:02:57 palate: https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#56_Serial_Debug_Port Sep 15 19:01:34 khem: right Sep 15 19:02:27 khem: but on the principle, am I right in what I'm trying to do? -> enable CONFIG_USB_NET_CDCETHER as a module in the kernel config, and then autoload cdc_ether? Sep 15 19:02:32 Or am I missing something? Sep 15 19:04:21 that seems to be right Sep 15 19:35:39 khem: hmm so I'll have to solder those cables, hoping not to break anything xD **** BEGIN LOGGING AT Sun Sep 15 20:42:05 2019 Sep 15 20:47:47 yeah another option is to look for a working published images Sep 15 21:18:58 khem: well, the point is to learn how to do it with yocto :D Sep 15 21:19:31 And many people use a board that has an ethernet socket, I guess. I want to learn how to do it with USB. Sep 15 21:30:39 palate: sure, you need a mechanism to see the early console Sep 15 21:30:49 so its better to attach uart0 Sep 15 21:52:48 New news from stackoverflow: How to setup bootargs to load nfs in beaglebone through eth0 Sep 15 22:02:29 khem: say I get the uart connection over FTDI. What can I do with that from my computer? Sep 15 22:02:52 khem: I guess I just need a keyword to google it :/ Sep 15 22:06:46 khem: should it just appear as like /dev/ttyS0, and then I could just `cat < /dev/ttyS0` for instance? Sep 15 22:26:00 you can connect to it via minicom or screen or some such yes it should appear as /dev/ttyX Sep 15 22:34:58 khem: right, I've seen `screen` in the past Sep 15 22:35:22 I'll see tomorrow if I get to solder that FTDI :) Sep 16 00:19:08 Does any FTDI chip talk SPI, I2C and UART? It's all serial, right? Sep 16 02:23:23 New news from stackoverflow: Yocto Bitbake doesn't include kernel config fragment in build **** ENDING LOGGING AT Mon Sep 16 03:00:52 2019