**** BEGIN LOGGING AT Mon Feb 17 02:59:57 2020 Feb 17 03:10:50 or an atari st too Feb 17 03:26:13 debounce your switches! Feb 17 03:48:33 I think the more difficult thing is formatted decimal code. I've don't half and single precision formatted output. Feb 17 03:52:39 GenTooMan: How do you do half precision formatting? Feb 17 03:54:41 I just looked it up. That seems terribly long winded. Feb 17 03:55:40 binary16? Feb 17 04:10:31 Well, I was reading more and now, "I absolutely know nothing more than when I started." I hope you are happy. Feb 17 04:11:17 Something about 16 bits (2 Bytes), a exponent, and something called mantissa? Feb 17 04:11:31 Man, talk about, talk about. Feb 17 04:17:13 I see 754-2008 has been extinct for a bit. Look here: https://standards.ieee.org/standard/754-2019.html. It seems a person from LUSfiber holds the rights w/ another person. Feb 17 04:17:33 It costs money, no! Feb 17 04:21:12 Yes.. 10 bits mantissa wand 6 bits exponent. Doable but not easy. Feb 17 04:22:07 Why bother just look up the info on wikipedia. It's not hard to do that much. the tough part comes from converting the mantissa into decimal numbers. Feb 17 04:22:31 There are entire papers on how to do it. Feb 17 04:24:35 Anyhow I did that for one job I was doing. I also had to make accurate routines to convert from single to half and back again. Feb 17 04:24:48 No! Feb 17 04:25:11 So half precision has 3 digits single has 6.5 digits and double has a LOT :D Feb 17 04:25:34 Oh. Feb 17 04:25:35 Okay. Feb 17 04:25:59 What were you configuring? I mean, were you handling graphic chips? Feb 17 04:28:01 No I had an embeded system and the 'printf' code used up like 7k of space. So I made a single precision decimal format code that used 1.5k. Then I had to store 1000's of readings into a log so I had to compress single precision values into half precision. Feb 17 04:29:07 Oh. Feb 17 04:29:24 I am not sure what that entails but I think you decribed it well enough. Feb 17 04:30:10 well getting the code to print out and format correctly isn't as easy as one would like or think. Feb 17 04:30:23 So, you had to have some program from your doing tally numbers, compress the tally, and then came the binary16 MATH "LOVE." Feb 17 04:31:35 I know from looking at wikipedia, that math is not easy. It has no real, defined logic in my mind. As of now. Feb 17 04:33:28 I wrote a paper up on it at work but my boss was really LAZY and didn't care. <-- typical "non manager" Feb 17 04:34:21 Aw. Feb 17 04:34:39 Yea. Sometimes it is worth getting fired over. I know. Now, I am no one in no one land. Feb 17 04:35:13 GenTooMan: Sometimes work ethic is about not caring. Feb 17 04:35:33 "Mike did good, who cares?" "I do nothing and it is fine too." Feb 17 04:36:06 That reminds me of Python3 and the BBBW. Feb 17 04:36:50 if b == no one cares or c == I do nothing: Feb 17 04:36:53 pass Feb 17 04:37:25 Anyhow their are several papers regarding it between 2003-2015 apparently it's not "resolved" professional libraries do not have the same precision Feb 17 04:38:06 Just for reference, I spoke up enough to know my place in life. I am outside Joe for now. Boo but worth every damn second. Feb 17 04:38:27 Oh. Feb 17 04:38:37 If you want to print hex digits that shouldn't be hard at all. Feb 17 04:38:56 You just have to think backwards :D Feb 17 04:39:04 No, it is not. I found the python console to work at times. Feb 17 04:39:49 But...the articles on hex printing is not valid w/ python3 or something. It says it should work. Feb 17 04:40:47 I just know more now than when I started. This is good news for me. I can start to apply what I learned. Feb 17 04:42:43 https://www.programiz.com/python-programming/methods/built-in/hex is something I can try next. See, I am already starting to learn how to compute better results in my searches. Feb 17 04:43:38 hex()? Feb 17 04:43:40 Hmmm. Feb 17 04:50:09 Hello Feb 17 04:50:31 I am learning too! Feb 17 04:50:35 Hello. Feb 17 04:50:43 i am newbie to the beaglebone technology Feb 17 04:50:57 can anyone help me out. Feb 17 04:51:00 Me too. What do you need to know? Feb 17 04:51:27 RakeshBabu: Do you need to put a new image on your board? Feb 17 04:51:42 1)what is this used for and how to use this. Feb 17 04:52:10 2) how is this different from other boards like; raspberry pi etc. Feb 17 04:52:14 Robots, Sensors/Actuators, i2c communication, and other stuff. Feb 17 04:52:32 You can do a lot w/ this board. Feb 17 04:52:57 can i find any tutorials for this technology. Feb 17 04:53:02 Yep! Feb 17 04:53:12 where can i find? Feb 17 04:53:14 Oh. Feb 17 04:53:20 Look at this site bbb.io Feb 17 04:53:31 That is their main page. Feb 17 04:54:09 what is the difference between beagleboard and beaglebone ai. Feb 17 04:54:35 Oh. BBB has the am335x and the AI has the am5729. Feb 17 04:54:42 Those are the chips. Feb 17 04:55:00 Oh and... Feb 17 04:55:33 how can i use this beaglebone ai for data transferring i.e. files, audio, video etc. Feb 17 04:55:47 Hmm. Linux. Feb 17 04:56:08 You can use Linux to transfer data. Feb 17 04:56:58 scp! Feb 17 04:57:09 how to connect this and how can i send the data to another device. Feb 17 04:57:35 Plug in the usb. Sign in. Then, use scp. Feb 17 04:58:10 You might have to install scp. I am not sure exactly. I can test it. Feb 17 04:58:19 should i connect the ai board to my laptop. Feb 17 04:58:31 Sure. You can do that. Do you have a fan? Feb 17 04:58:47 what is that? Feb 17 04:59:10 Fan? Oh, it is a oscilating device that spins. Feb 17 04:59:29 Fan...you know. Feb 17 04:59:31 i am in 12th standard. i do not know much about this Feb 17 04:59:53 Okay but you know how to program. Feb 17 04:59:56 Right/ Feb 17 04:59:57 ? Feb 17 05:00:01 yeah i know. Feb 17 05:00:11 See, you are good w/ something! Feb 17 05:00:15 Okay. Feb 17 05:00:19 So, do you have a fan? Feb 17 05:01:07 can i send files anywhere using it or it is having any limitations? Feb 17 05:01:35 Oh. If you make something w/ it, I am sure you can send all types of files w/ smtp and google's gmail. Feb 17 05:01:49 Or whatever mail client you use. Feb 17 05:02:18 through mail? Feb 17 05:02:22 Yep. Feb 17 05:02:37 gmail! Feb 17 05:03:07 can you give the glimpse about it. how to use it and i am using C programming for this. Feb 17 05:03:25 Oh. Feb 17 05:03:27 Okay. Feb 17 05:03:30 Hey. Feb 17 05:03:40 Did you plug in your device yet? Feb 17 05:03:47 w/ fan attached? Feb 17 05:04:08 fan is used to cool the device Feb 17 05:04:12 USB fans work too. Right! Feb 17 05:04:27 yeah device is working fine. Feb 17 05:04:41 Yep. I found it keeps the processor cooler if the fan runs continuously. Feb 17 05:04:55 Nice. Feb 17 05:04:57 Okay. Feb 17 05:05:07 So...what is the issue? Feb 17 05:05:39 i want to know that ai is usb device or uart or spi etc. Feb 17 05:06:14 Hmm. I am pretty sure I cannot understand yet what you are asking. Feb 17 05:06:16 I am sorry. Feb 17 05:06:33 USB C to USB 3.0? Feb 17 05:06:56 do you know about USB UART I2C SPI communication protocols Feb 17 05:07:18 Oh. Sort of. Not really. I mean, I read about them from time to time. Feb 17 05:07:33 I use them in communication at times w/ the BBB. Feb 17 05:08:09 what coummunication protocol is used by beaglebone ai? USB UART SPI Feb 17 05:08:23 Oh. Good Question! Feb 17 05:08:54 thank you. can you please elaborate that. Feb 17 05:08:57 all of the above, mostly. There are some that the am5729 cannot handle b/c of the set up onboard the BBAI. Feb 17 05:09:46 Only so many peripherals are available on the AI but you have choices, i.e. more than just GPIO, i2c, SPI, and UART. Feb 17 05:09:46 how to connect it and use Feb 17 05:10:11 There are some other types of chips available onboard too. Feb 17 05:10:43 Right. There is DSPs, EVEs, and some PRUs. Feb 17 05:11:06 RakeshBabu: How would you like to use it? Feb 17 05:11:23 You mean, like to make things happen? Communicate to another device? Feb 17 05:11:31 that means i want to learn more about this. Feb 17 05:11:41 Okay. Feb 17 05:11:52 Well, I can be quiet and maybe another person will come in. Feb 17 05:11:56 Sorry to bother you. Feb 17 05:12:00 i need to use this for data transferring i.e. send audio files, Feb 17 05:12:06 scp! Feb 17 05:12:09 Use scp. Feb 17 05:12:12 yeah. Feb 17 05:12:20 Are you on Linux or Win? Feb 17 05:12:36 i am using linux Feb 17 05:12:39 Nice! Feb 17 05:12:40 Okay. Feb 17 05:12:51 how to get started with. Feb 17 05:13:05 what programming language you are using Feb 17 05:13:11 Use scp. Here: https://www.linuxtechi.com/scp-command-examples-in-linux/. Feb 17 05:13:34 Oh me. I am just learning about programming (very slowly as some would point out). Feb 17 05:13:55 Python, Um. Feb 17 05:14:16 ok. Feb 17 05:14:20 I use node.js at times w/ that bonescript language that one of the founders made. Feb 17 05:14:48 Sometimes, I use other languages but I am only one person. Feb 17 05:14:59 It takes a lot of energy to learn new languages. Feb 17 05:15:01 good. Feb 17 05:15:10 yeah. Feb 17 05:15:21 i have a question for you. Feb 17 05:15:27 RakeshBabu: Shoot! Feb 17 05:16:03 i am connecting the beagle bone to LAN network. Feb 17 05:16:17 Okay. W/ Internet? Feb 17 05:16:39 using intranet. Feb 17 05:16:48 Oh. Feb 17 05:16:49 Okay. Feb 17 05:17:01 It has been sometime since internet has been used. Feb 17 05:17:08 I meant intranet. Feb 17 05:17:19 i am creating a loop for the beaglebone ai. Feb 17 05:17:25 Nice. Feb 17 05:17:54 So, this loop will send multiple file transmissions in time? Feb 17 05:18:02 did you get know what i meant by loop. Feb 17 05:18:24 Yea. While, for do, etc... Feb 17 05:18:35 i will send the file and file is received by the same device. Feb 17 05:18:56 Okay. Yikes. You mean, you need an entire mail server on your BBAI? Feb 17 05:19:30 You might need to find a small, very small, client. Feb 17 05:19:42 i am not using mail server. Feb 17 05:19:49 Okay. Feb 17 05:20:25 writing two programs using file handling and system calls. Feb 17 05:20:30 Okay. Feb 17 05:20:43 That is okay. So, what is the issue w/ making this file? Feb 17 05:21:25 i want to receive the same data in receiving side. Feb 17 05:21:41 So, you send the data and receive a copy? Feb 17 05:21:57 Make a copy. Feb 17 05:22:03 correct Feb 17 05:22:24 So, you need to know how to set up a copy in .c format? Feb 17 05:22:37 yes. Feb 17 05:22:40 Oh. Feb 17 05:22:52 Um, wait for help. I am terrible w/ .c programming. Feb 17 05:23:08 All those directives and Makefiles. Feb 17 05:23:13 Yikes! They scare me. Feb 17 05:23:17 how to send the data to beagle and how to compile the programs. Feb 17 05:23:37 Oh. Like any other linux device. Feb 17 05:24:02 I mean. you use gcc for .c and g++ for c++ to compile, right? Feb 17 05:24:10 yes Feb 17 05:24:13 Okay. Feb 17 05:24:16 So... Feb 17 05:24:19 Use 'em. Feb 17 05:24:25 At least try first. Feb 17 05:24:36 those were not working for these Feb 17 05:24:41 What is the error? Feb 17 05:25:06 Oh. Install them w/ internet. sudo apt install gcc g++ Feb 17 05:26:06 If you have gcc or g++, you need to download the files to your BBAI somehow, right. But, you need to correct versions that work w/ the BBAI. Feb 17 05:27:10 I do not know currently what versions are available on the BBAI but come back tomorrow. set_ is my name. I can help w/ that idea if you need help still w/ porting the gcc/g++ versions you need. Feb 17 05:27:24 last question Feb 17 05:28:06 Okay. Feb 17 05:28:06 arent you there Feb 17 05:28:15 I guess. I am here. Feb 17 05:28:40 after using ssh command. i am able to acces the beaglebone. Feb 17 05:29:20 i want to downlaod some libraries for beaglebone to know the statistics at what speed the data is fetching. Feb 17 05:29:36 how to install the driver libraries in beaglebone. Feb 17 05:29:55 may i klnow the command for it. Feb 17 05:30:46 Sure. Feb 17 05:30:58 sudo apt update && sudo apt upgrade Feb 17 05:31:24 thank you. Feb 17 05:31:31 You are welcome. Feb 17 05:31:34 are they working on your system. Feb 17 05:31:38 Yep! Feb 17 05:32:19 thanks for sharing. Feb 17 05:32:25 You are welcome. Feb 17 05:32:27 Have fun! Feb 17 05:33:14 i will get to you if i had any doubts. Feb 17 05:33:37 :] :] :] Feb 17 05:33:40 byee Feb 17 05:38:30 I won! Feb 17 05:38:33 I won it all. Feb 17 05:38:47 Learn well, Godspeed. Feb 17 05:38:51 bbl Feb 17 14:29:28 Hi! Im having some problem when building my own debian distro for the BBB. The problem is that I cant get the power button to shutdown the BBB. Im not sure but I think its related to not having any /dev/input but Im not sure. Any ideas? How to I get stuff at /dev/input? Feb 17 14:29:50 Linus_SWE: which kernel are you using? Feb 17 14:30:25 4.19.90 Feb 17 14:30:29 TIs Feb 17 14:31:17 as in, rcn's 4.19-ti series or literally from TI's kernel repository? Feb 17 14:32:02 Its from TI's kernel repository. Feb 17 14:32:38 any specific reason to not use rcn's kernel packages, like the default debian images for beaglebone use? Feb 17 14:34:10 We are designing a custom board (based on the AM3352) for a customer. Im doing some work on a Beaglebone before that custom card is ready. Feb 17 14:35:29 okay, and? :) Feb 17 14:35:37 True ;) Feb 17 14:36:14 if something like this is working differently on your kernel versus the default one, the obvious thing to look into would be whether any patches in rcn's kernels might be responsible for that Feb 17 14:36:51 drivers/input/misc/tps65218-pwrbutton.c is the driver responsible Feb 17 14:36:59 Godd idea, Ill go and have a look. Thanks! Feb 17 14:39:45 lol wtf.... https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/ti-linux-4.19.y/patches/drivers/tps65217/0001-HACK-tps65217_pwr_but.patch Feb 17 14:40:04 I wonder what the story behind that is Feb 17 14:41:04 lol :) Feb 17 14:41:35 that's the repository to use btw if you want to build a customized version of rcn's -ti kernel series Feb 17 14:41:52 some further notes on that: https://pastebin.com/eLhrp1Hg Feb 17 14:43:02 Thanks! Feb 17 16:04:33 m Feb 17 16:37:41 m krem Feb 17 21:22:44 hmmm I wonder if that is the results of splits Feb 17 22:41:03 GenTooMan: Hey! Feb 17 22:47:48 Anymore binary16 for you since yesterday? Feb 18 01:02:12 ummm no ... I suppose I should write the code back up and put it on github. That way it's mine. The fun part would be testing it. Last time it required 10E5 printfs using my code vs comercial and then verify the differences were correct on mine. Feb 18 01:06:16 Aw. Yea. I might not do that at all. Sounds like a mess of work. Like momma always says, "BE LAZY, $#%& for brains." Feb 18 01:06:41 wsl is working well now on Win. I wonder what I can accomplish now? Feb 18 01:06:42 Hmm. Feb 18 01:07:35 wsl? Feb 18 01:07:59 I wonder if I can compile on it. Hold for the meaning. Feb 18 01:08:29 Windows Subsystem for Linux. Feb 18 01:08:41 I can use Debian and Ubuntu so far. Feb 18 01:09:01 I am trying what veremitz told me to learn. Feb 18 01:09:20 So, I am going to plug in that AVR chip to a programmer I build and learn from scratch. I need to learn more. Feb 18 01:09:37 I know so little. It is embarrassing. Feb 18 01:27:17 set_ you are way ahead of most people already, most people don't realize they know little :D Feb 18 01:33:42 as for programming the AVR you have a terminal program for windows? If so you can experiment by sending hello world from the AVR to the serial port to get serial communications working. It is useful to learn communication with the micro controller. Feb 18 02:00:00 set_: AVR programming? but why? Feb 18 02:11:59 Ha. Feb 18 02:12:35 tired of the luxury of the am335x, so you've decided to fiddle with annoying limited 8-bit microcontrollers? Feb 18 02:12:53 @zmatt: it is a smaller chip. I thought i could do less w/ less. Feb 18 02:12:54 Ha. Feb 18 02:13:26 I am just going to try b/c setting up a USBtinyISP might be simpler on it. Feb 18 02:13:48 it's indeed a smaller chip, which generally means most things will be more difficult due to the more limited resources Feb 18 02:14:00 Oh. Feb 18 02:14:12 I mean, I am not switching so to say. I just thought I would give it a go. Feb 18 02:14:34 like, I'd rather be programming PRU than an 8-bit micro Feb 18 02:15:11 Oh. I just figured I could learn about bin, dec, hex, oct, and so on w/ that chip a bit easier. Feb 18 02:15:16 no? Feb 18 02:15:21 Oh? Feb 18 02:15:27 that doesn't even make any sense Feb 18 02:15:32 Okay. Feb 18 02:16:24 understanding different number systems needs no hardware of any kind, just some explanation and maybe a calculator that can switch between them Feb 18 02:16:59 Right. I get that idea. But, referencing chips selected by BBB.io persons is difficult for me as you can tell. Feb 18 02:17:08 ? Feb 18 02:17:21 no I can't tell since I don't know what you mean Feb 18 02:17:28 I thought if I got down to the "nitty_gritty," I could learn from the ground up. Feb 18 02:18:18 I mean, get this. Feb 18 02:18:42 I cannot even install specific libraries on my BBB yet b/c of my lack of knowledge on what goes where and when. Feb 18 02:18:49 Does that make any sense? Feb 18 02:19:33 Hell. It is not even easy to install them on full-on desktop environments w/ all the CPU power one man can stand. Feb 18 02:19:41 nope, and it definitely doesn't seem to have anything at all to do with different number bases, nor does it offer any explanation of doing anything with AVR Feb 18 02:19:51 Okay. Fine. Feb 18 02:19:57 So, why did veremitz say it? Feb 18 02:20:06 I have no idea, I'd need to know the context Feb 18 02:20:41 veremitz: You said and I quote, "You should use a arduino." I think this is what was typed out. Feb 18 02:20:51 oh, because you literally asked: 01:02 < set_> I need to get some small chips to program. Feb 18 02:20:51 I am probably wrong. Feb 18 02:21:17 Right. I thought smaller chips had smaller datasheets, TRMs, RMs, and etc... Feb 18 02:21:18 so he reacted to what you literally asked for... not whether it made sense in context Feb 18 02:21:26 Okay. Fine. Feb 18 02:21:53 I just had a thought as usual. I got feedback and could not take it. You win. Feb 18 02:21:56 they usually do, but why exactly do you think you need to read the AM335x TRM? for what specific purpose? Feb 18 02:22:06 For programming. Feb 18 02:22:13 programming what? Feb 18 02:22:23 The chip, am335x. Feb 18 02:22:34 like 99% of the people who program stuff on the beaglebone probably have never ever seen the TRM Feb 18 02:22:58 Adafruit_BBIO might not exist in a couple of years and I feel like I am falling behind. Feb 18 02:23:09 actually you need that only if you are touching bare metal. Feb 18 02:23:17 ideally the only people who'd need to consult them are people who work on the linux kernel Feb 18 02:23:26 Oh. Feb 18 02:24:05 in practice, there can be useful reasons to consult the AM335x TRM as a non-kernel-programmer, but those are limited and rare circumstances, hence I asked for what purpose you needed to consult it Feb 18 02:24:19 (and even then, you only need very small bits of it generally, not the whole 5000-page thing() Feb 18 02:24:54 I thought that was how to make the programs work. Read the TRM, RM, and etc. Then, use common sense, understanding, and logic to reconcile the meaning of what "is" is. Feb 18 02:25:05 you certainly don't need it for any of the various things I've seen you playing with the past few months Feb 18 02:25:15 I know, I know. Feb 18 02:25:34 I mean, clearly you didn't know, since you just said you thought you did need it Feb 18 02:25:44 But. Who knows? One day, I might need it. For instance, I cannot make your script work w/ whatever knowledge I have currently. Feb 18 02:25:45 although I'm pretty sure I've told oyu this before Feb 18 02:25:56 Yes, you have told me before today. Feb 18 02:26:00 the TRM contains nothing useful for that Feb 18 02:26:02 nothing Feb 18 02:26:22 absolutely nothing in the TRM will help you with getting the servo cape to work Feb 18 02:26:37 Okay. Fine. I was reading it the other day and got first hand experience w/ the SPI interface on the chip (am335x). Feb 18 02:27:15 This helped me to better understand what it is I need to do w/ SPI and addressing wiring diagrams. Feb 18 02:27:19 the SPI controller has a working linux driver so you don't need to be concerned with the AM335x-specifics, it uses the standard linux kernel interface, which is why you can use standard python modules for it Feb 18 02:27:31 Oh. Okay. Feb 18 02:27:32 (i.e. smbus2) Feb 18 02:27:43 Right, right. Feb 18 02:27:50 although the main reason you couldn't use my script is because you don't know python Feb 18 02:27:54 and programming in general Feb 18 02:27:59 hence, how's that python tutorial coming along? Feb 18 02:28:13 Okay. Which Python tutorial? Where is this magic tutorial? Feb 18 02:28:33 I read all sorts of tutorials constantly. Feb 18 02:28:39 But... Feb 18 02:28:50 dunno, have you tried one of the top few google results when searching for "python tutorial" ? Feb 18 02:29:13 None of them have the smbus2 library in them or other libraries I plan on using at the "moment." Feb 18 02:29:23 And no, I have not typed in that exact match of words. Feb 18 02:29:23 that doesn't matter Feb 18 02:29:37 Okay. Feb 18 02:30:15 @zmatt: Why does shared-mime-info take so damn long to install? Feb 18 02:30:56 like, I gave you code that would probably have worked, and avoided the need for you to know anything about the pwm controller, i2c, or python-smbus2 ... but you didn't grasp that, because you didn't understand what you were looking at. the reason behind that is just general lack of programming knowledge, not knowledge in some specific hardware-related domain Feb 18 02:31:08 no idea Feb 18 02:31:44 Right. Feb 18 02:31:46 Okay. Feb 18 02:31:51 You said it! But... Feb 18 02:32:20 General lack has nothing to do w/ hardware conversioning. Feb 18 02:33:30 Literally, I can adapt tons of source in seconds and read algorythm texts to pursue Python, C, C++, or whatever language to issue commands via the console. Feb 18 02:33:34 This is not my issue. Feb 18 02:33:52 lol Feb 18 02:34:06 I know you think it is but it is not. I just do not like to program a ton. I think this is why...fine. Feb 18 02:34:09 You are right. Feb 18 02:34:32 shared-mime-info takes ten years to install! Feb 18 02:34:50 I've never seen even the slightest evidence that you have any grasp of what python code does Feb 18 02:35:04 I've never noticed that package taking any significant time to install Feb 18 02:35:08 why are you installing/updating it? Feb 18 02:35:09 If this then that. If not this than that. and etc... Feb 18 02:35:25 I am installing python on wsl. Feb 18 02:35:38 ah Feb 18 02:35:44 I want to use it to compile one day. Feb 18 02:35:52 High hopes! Feb 18 02:37:13 I see people have done it but I have not tried yet. Feb 18 02:37:23 done what? Feb 18 02:37:57 Compiled c/c++ source on it. Feb 18 02:38:11 on what? what does that have to do with python? Feb 18 02:38:15 Then, cross-compiled to a board maybe. I have not read that much into it. Feb 18 02:39:04 Python? Oh! Nothing. It has nothing to do w/ Python. I just wanted to try and install it first to test the capabilities of this wsl2. Feb 18 02:39:33 I mean, it should basically just be an ubuntu system right? so pretty much anything should work Feb 18 02:39:40 I have debian. Feb 18 02:39:45 or debian Feb 18 02:39:45 Right. Feb 18 02:39:55 Well, I am using debian right now. Feb 18 02:40:30 I am using debian buster and things are taking "10 years" to install. I am blaming the package shared-mime-info for now. Feb 18 02:40:42 sounds doubtful Feb 18 02:40:50 I am at 50% and it has been at 50% for an hour or more. Feb 18 02:41:05 sounds like something broke Feb 18 02:41:11 Probably. Feb 18 02:41:32 I pressed l and it started to work again. Feb 18 02:41:35 Odd. Feb 18 02:43:11 I was just trying to install git. I forgot to install git w/ gcc and g++. Feb 18 02:43:12 Oops. Feb 18 02:51:52 @zmatt: Have you ever ssh'ed into the BBB via wsl on Win? Feb 18 02:52:57 If not, I am about to try and see if it is possible. Google made a ssh client too. I never one tried their version either. Feb 18 02:53:07 it works 100% the same as from any other linux system Feb 18 02:53:09 no difference Feb 18 02:53:10 one = once Feb 18 02:53:16 Seriously? Feb 18 02:53:20 Neat. Feb 18 02:53:55 You are right. Feb 18 02:54:02 Double neat. Feb 18 02:55:34 I have been using PuTTY all these years for a book interpretation. Feb 18 02:55:49 It said use PuTTY. Guess what I did? Feb 18 02:56:01 sure, putty is the classic choice, especially before wsl existed Feb 18 02:56:19 Oh. Okay. I must have missed the conversion. Feb 18 02:57:03 Do you know how to cross compile to the BBB from wsl? Feb 18 02:58:20 depends. if you want to cross-compile code that doesn't really depend on any libraries (other than libc) it's pretty much as easy as native-compiling. but library-dependencies can become hell **** ENDING LOGGING AT Tue Feb 18 02:59:57 2020