**** BEGIN LOGGING AT Mon May 02 02:59:58 2016 May 02 08:07:30 ,es May 02 08:07:37 dfwws May 02 10:48:52 Is there any official link to build custom kernel and flash it on beagleBoard-XM? May 02 10:49:23 I couldnt find any link for it , except this one -> https://eewiki.net/display/linuxonarm/BeagleBone+Black from Robert Nelson May 02 11:05:12 softy007: RCN is _the_ resource May 02 15:42:06 Hello. I have a black beaglebone that poorly configured network and now I can not connect me to him in any way. Is there any way to reset to factory settings? May 02 16:59:31 Help Ineed Instruction .... x Desconexion SSH May 02 17:00:28 try explaining your problem in more detail May 02 17:01:37 connect to PC Windows and Linux too, usb0 192.168.7.2 connect to PC May 02 17:02:17 eth0 assign static IP 192.168.7.1 May 02 17:03:03 desconeccion PC Beaglebone usb0 x ssh 192.168.7.2 May 02 17:04:02 yes, upodate and upgrade May 02 17:06:00 now no connect to Beaglebone May 02 17:07:30 in PC windows o Linux usb0 no conect May 02 17:08:06 and replaced wired usb miniusb May 02 17:08:06 it's not a good idea to assign the same subnet to two interfaces May 02 17:08:28 ok May 02 17:10:15 connect eth0 one only x ssh May 02 17:10:34 now eth0 ssh refused May 02 17:16:31 How reconfigure? May 02 17:18:50 use the UART? May 02 17:19:31 no May 02 17:20:14 wired conect to pc and terminal y configure? May 02 17:24:36 Wire uart / usb to PC what and what terminal y reconfigure How _ May 02 19:30:32 I think I hack bricked by BBB May 02 19:30:52 it is not booting the eMMC pre-installed OS nor it is flashing any external OS May 02 19:31:19 and since the bootloader is in the eMMC and the eMMC is not responding, it will not be able to boot, so... any suggestions? May 02 19:31:55 Hook up a console and watch it power on. May 02 19:32:28 Err! I really need a cable for that May 02 23:09:08 hi: anyone knows how can i set a logic 1 to a gpio through device tree in beaglebone black? is the pin that enable the 24.576Mhz clock May 02 23:18:52 a question (without the specific details present) - is full disk encryption (FDE) and/or-even, is mounting LUKS encrypted volumes even possible from the BBB? i'm actually running one of the "jessie" debian images, not default. May 03 00:20:09 stt_michael/veremit: I understand DT just fine... including the fact that it was never designed to be directly produced by nor consumed by humans May 03 00:20:37 which helps to explain a lot about its braindeadness May 03 00:26:18 most of it could be worked around though by making a better DT-generator though probably May 03 00:27:35 some deeper problems I know no solution for... such as the fact the device graph in reality isn't a tree but a directed graph (not even necessarily acylic) May 03 01:52:57 Would anyone on here be able to help me get the software on my BBB straightened out? May 03 01:58:29 Engine: i'd suggest asking a much more specific question and/or providing a lot more details. there are a lot of variable in what you just asked ;) May 03 01:59:33 Hey. Has anyone had trouble getting UARTS working on the lastest debian jessie release? May 03 01:59:50 I enabled the device tree overlay May 03 02:00:06 but doing a loopback test with UART2 doesn't seem to work May 03 02:00:31 on a beaglebone green May 03 02:02:25 True, Basically what I did was flash the latest image onto it the other day and since then I have not been able to run anything with bonescript. Not even the examples will run. I'm trying a re-flash right now in case the first one was bad. May 03 02:05:41 I don't have the error right now, but bonescript was complaining about about being unable to write, something like (pinMode fails, can't write) May 03 02:24:30 Ok, fresh flash of the 8.3 image on a rev C BBB results in (error: Unable to write to /sys/class/gpio/gpio50/value) when trying to run the analog.js example. May 03 02:24:37 any ideas? May 03 02:25:31 Engine: does gpio50 exists ath that directory? May 03 02:26:27 can you ls the directory? "ls /sys/class/gpio May 03 02:26:32 without the " May 03 02:26:57 CDing to /sys/class/gpio and running ls shows gpio50 May 03 02:27:32 Your command also shows it May 03 02:27:32 can you cd inside gpio50 and verify what value has the value object? cat value May 03 02:28:01 and also verify that direction is out May 03 02:28:45 cat value returns "0" May 03 02:28:56 How would I check in or out? May 03 02:29:21 cat direction May 03 02:29:23 found it May 03 02:29:27 in May 03 02:29:40 so i assume you can't write because it's an input May 03 02:29:56 if you try echo 1 > direction gives you the same error? May 03 02:31:04 so like "echo 1 > out"? May 03 02:31:14 yes May 03 02:31:17 if so, permission denied May 03 02:31:19 nono May 03 02:31:25 ech 1 > value May 03 02:31:26 sorry May 03 02:31:38 echo 1 value May 03 02:31:49 echo 1 > value May 03 02:31:55 i'm dumb at this hour May 03 02:32:19 Its cool, i'm not that great with linux May 03 02:32:23 echo: write error: Operation not permitted May 03 02:32:29 so now do this May 03 02:32:42 echo out > direction May 03 02:32:47 and then try your app again May 03 02:32:53 WITHOUT REBOOT May 03 02:33:55 Ok, now I'm getting "info: Error writing to /sys/kernel/debug/omap_mux/gpmc_a2: Error: EACCES, permission denied '/sys/kernel/debug/omap_mux/gpmc_a2'" May 03 02:34:24 Just a reminder, this is one of the built in examples. May 03 02:34:44 Using those so that it rules out bad coding. May 03 02:34:47 and you are using official image, arn't you? May 03 02:34:52 Yes May 03 02:35:02 thats odd :S May 03 02:35:24 i mean, the built in example should work out of the box May 03 02:35:50 i never tried them although... let me think about this second error you got May 03 02:37:21 in my case, i dont have gpmc_a2 object in omap_mux directory May 03 02:37:48 Just some extra info, SD card is 4GB, image was the 8.3 image for element 14 board (the one I have) May 03 02:38:02 let me see if its in mine May 03 02:39:02 only thing in omap_mux for me is board May 03 02:39:03 the 4.x kernels replaced the pin multiplexing driver May 03 02:39:18 are you reading docs for 3.8? May 03 02:39:33 Engine: i also only have board there May 03 02:40:02 Which docs? May 03 02:40:08 for updating? May 03 02:41:23 hey, im going bed now.. good luck May 03 02:43:53 try a wheezy image. May 03 02:45:48 Will do May 03 02:46:20 Any idea why this is broke for jessie? **** ENDING LOGGING AT Tue May 03 02:59:58 2016