**** BEGIN LOGGING AT Tue Oct 20 10:59:57 2020 Oct 20 11:26:00 If I override the rtc on the BBGG w/ the i2c0 RTC ds1340 w/ a dtbo, do I have to use both? Oct 20 11:26:27 one for updates and one for timing/power consumption? Oct 20 11:33:18 Hey. What is supposed to happen when I type "calendar" and should it show two days and non-English languages? Oct 20 11:33:34 It is a miracle. Oct 20 11:47:08 Hi! Oct 20 11:47:37 I ask for help with a bagleboard x15! Oct 20 11:56:19 Hello! What is wrong w/ your board? Oct 20 11:58:35 Too much power, not enough GUI references, booting issues? Oct 20 11:58:53 I have build I have build an android, uploaded all img via fastboot. But after the reboot, it not sending any characters through UART. After pressing the power button, it works for about 7 seconds and then turns off. Oct 20 11:59:25 Problem like this: Oct 20 11:59:26 https://beagleboard.org/discuss#bone_forum_embed Oct 20 12:00:24 Oh..sorry, that is wrong link Oct 20 12:01:52 Correct link: Oct 20 12:01:53 https://groups.google.com/forum/embed/?place=forum/beagleboard&showsearch=true&showpopout=true&showtabs=false&hideforumtitle=true&parenturl=https%3A%2F%2Fbeagleboard.org%2Fdiscuss#!category-topic/beagleboard/beagleboard-x15/4x3VJGvvzCg Oct 20 12:03:53 Oh. Oct 20 12:04:09 Hmm. Oct 20 12:04:34 I think someone w/ more ideas about Android should answer. I thought the recommended image was a Debian Distro? Oct 20 12:05:30 So, google groups has an android post. Nice. I have not been too versed in Android w/ the BBB for a long time. I am sorry. Oct 20 12:07:15 It's not about android anymore. I cannot do anything with my device. How can I flash it again? Oct 20 12:08:16 Oh. Oct 20 12:08:28 BBB.io/latest-images Oct 20 12:08:41 They have some for particular boards. Oct 20 12:08:53 Let me make sure they have some for your x15. Oct 20 12:09:25 Yep. The top one w/ TIDL. Oct 20 12:09:30 Debian! Oct 20 12:12:16 Okay, thanks. I will try it. Oct 20 12:12:50 I am sure you will be surprised about how well it works. Oct 20 12:37:08 Not working Oct 20 12:46:23 The image did not work? Oct 20 12:46:33 From bbb.io/latest-images? Oct 20 12:46:40 That is extremely odd. Oct 20 12:47:06 It has always worked but it is Linux Debian. They have a signifier in the beginning when you sign in. Oct 20 12:47:14 Hmm. Oct 20 12:49:16 I I recorded img on the SD card according to the instructions. I inserted it into the board, turned on the power, pressed the button. The PWR_On diode lit up for 7 seconds, then everything turned off. Thats all. Oct 20 12:50:47 Oh. Oct 20 12:51:12 Um. I think you might need to power the board via something other than just the usb cable. Oct 20 12:51:22 Can you do that and write the image w/ etcher? Oct 20 12:54:57 I already wrote the image through etcher. And I powered up my board from laboratory voltage source (up to 5A) Oct 20 12:56:10 Oh. Oct 20 12:56:46 Hmm. Well, I think maybe someone else more familiar w/ that board might have a better knowledge base outside of what I usually do. Oct 20 12:56:53 Does that make sense? Oct 20 12:57:14 I am sorry. I thought booting would rid your board of an old, poorly set up system. Oct 20 13:05:02 I tried. Hopefully, Serh1032 comes back to figure out what happened to the system in use. Oct 20 15:44:28 zmatt: i am install py-uio on bbai... I am confused by the bbai specific install step you have "#include dra7-uio-pruss.dtsi into your dts and recompile the dtb" Oct 20 15:44:45 so i compiled the dtsi file but what do you mean by the #include? Oct 20 16:12:32 Well, I will put some thought to this and try some ideas out! Oct 20 17:36:30 Yea boy! Oct 20 19:02:48 e Oct 20 19:37:33 when I ssh into a new beagle board it wants me to delete my key Oct 20 19:37:44 is there a way I can have multple keys for multiple boards Oct 20 19:41:15 strange, what error do you get? Oct 20 19:45:16 https://pastebin.com/4jYC2ksT Oct 20 19:45:39 so I actively work on the BBB Oct 20 19:45:47 and started messing with the BBai Oct 20 19:45:53 when I tried to ssh this is what I got Oct 20 19:47:11 I have bypassed this with cloud9 but it is too slow Oct 20 19:49:26 you can use ssh -o StrictHostKeyChecking=no Oct 20 19:50:25 there is another option to set KnownHostsFile=/dev/null Oct 20 19:51:38 I do that on the host ? Oct 20 19:56:42 i get connection refused Oct 20 19:56:50 if I add that option Oct 20 19:57:17 I could remove my key but then I would have to do it again when I switched to the black Oct 20 20:04:45 the error you pasted shows that your problem is your known_hosts having a conflict between two hosts, re-read that Oct 20 20:18:57 Does anyone know how to change the size of the ddr memory available to be shared with the PRUs? Oct 20 20:23:39 I'm under the impression that's fixed. Oct 20 20:24:38 I thought the PRU can access all the memory without restrictions? Oct 20 20:24:43 I was hoping that with the BBAI I could use a larger amount of memory than with the BBB (since it has twice the RAM) Oct 20 20:25:14 PRU can access all the RAM, but the shared bit is fixed. Oct 20 20:25:36 GP RAM access is slower b/c it's off the PRU subsystem. Oct 20 20:29:38 if I undertand prussdrv_map_prumem returns a fixed block, but writing/sharing a pointer inside it, it would be possible to use more memory between host/PRU Oct 20 20:31:31 That works fine. But it's slower. If speed is not a concern, why not do it? My PRU code isn't super time-sensative, so I do this exact thing. Oct 20 20:32:37 It has to do with SoC internal bus structure, which I'm aware exists but don't know gory details. I'm sure the TRM or so has them if I need them. Oct 20 20:50:22 btw do you need to use virt_to_phys() to tell the PRU the physical address ? Oct 20 21:11:07 I think you do. Oct 20 21:14:54 Actually I don't see that in the user space code, just the map call. Oct 20 21:23:54 Hi. I'm working with a BB AI trying to port some code over from the BB Black. The code I have uses SPI. On the AI I set the device tree in uEnv.txt to the appropriate robotics cape dtb file, and after rebooting can see the newly made spidev1.0 file. Though when I run my code to use spidev, there is no activity on the line. Is there a step I've Oct 20 21:23:55 missed to enable the SPI bus? Oct 20 22:34:29 pwhudson11: Hello. Oct 20 22:35:00 Try the 5.4.x kernel. I think the compatibility layer was introduced on that kernel. Oct 20 22:35:47 I have not tried it myself but I heard that is what to do for using specific Capes on the AI. Oct 20 22:40:59 What didi say? Oct 20 22:55:54 set_ I think you said, something something something and something else. Oct 20 23:25:33 Oh. Oct 20 23:25:41 I should have resolve and be steadfast? Oct 20 23:25:55 I am in no way literal. Man. Oct 20 23:32:23 I got some c/c++ learning in yesterday. It was a nice pace. Oh and GenTooMan, I got the 12v servo to work finally. Intervention. Oct 20 23:32:50 I bet those people at the dynamixel forum are happy to have me off their ticket. Oct 20 23:33:32 I never talk knowledge. I just goof but figure things out eventually. Oct 20 23:34:26 It takes precision timing to discuss in depth on subject matter. Anyway. Break. Oct 20 23:40:55 speaking of breaks, did anyone ever figure out what is what on the .dtbo for the i2c DS1340 RTC on the BBGG? Oct 21 00:11:27 Although that may sound funny, I compiled one. Wait for it. I basically copied the generic ds1338 and changed some stuff. Oct 21 00:13:52 I know nothing about dt-overlays and now the u-boot overlays are way over my head. So, i am sure no one will be amazed. Oct 21 00:16:12 It does not boot. Damn. Oct 21 00:16:18 Please hold longer. Oct 21 00:16:51 now, if my calculations are correct, it is b/c I took out the battery on the rtc and cancelled the internal one. Oct 21 00:19:15 The only issue I see is that the 12v LED is lit. Is that normal? Oct 21 00:20:02 It boots! Oct 21 00:20:17 I think I played around w/ sfdisk earlier. Dang it. Oct 21 00:37:26 https://pastebin.com/t7W0yeFu is what I figured to work but it works only when the device does not have axillary power and the plug is plugged in. Oct 21 00:37:31 DOes that make sense? Oct 21 00:38:43 So, vBat is plugged in but not w/ the battery attached and it works. When I boot w/out the vBat plug plugged in, it does not boot. Does that have to do w/ the .dts to .dtbo file? Oct 21 00:41:18 Aw. I will figure it out slowly. Oct 21 00:58:32 I accidentally used the install.sh script instead of sudo make install. Oct 21 00:58:42 I think that made things awkward on the system. Oct 21 01:00:10 So, I guess what i am actually testing for is this...time and date and calendar when the system is shutoff but the i2c RTC stays enabled. Right? Oct 21 02:18:28 So, in about 15 years, IRC has gone from 10 mil. to under a half a mil. users. Is that correct? Oct 21 02:18:51 I was just reading it on WIkipeDia. Oct 21 02:19:00 That seems odd. Oct 21 02:19:36 "People are mad at @zmatt!" Oct 21 02:19:37 Ha. Oct 21 02:22:05 I guess people are filtered on toobogan rides of colors, fancy photos, and artistic approach. Oct 21 02:22:25 Oh well. Oct 21 02:23:27 I thought of you, GenTooMan, the other day. I read an article. Well, it was short. It lead to a video on youtube, of course. Oct 21 02:23:49 It was a person, Phd. student, that made a camera and wifi attachment on a bug. Oct 21 02:24:24 I was like...yea dude. The beetle was roaming around w/ glue on its back and some hardware. Oct 21 02:33:49 https://www.smithsonianmag.com/smart-news/beetles-camera-backpack-180975341/ and the fellow made the smithsonian. Nice. Oct 21 02:54:17 back Oct 21 02:54:23 zmatt show up Oct 21 02:54:25 ? Oct 21 02:54:47 negative Oct 21 02:54:55 grrr Oct 21 02:55:04 what you up to today Oct 21 02:56:04 well i bought this on ebay, it arrived today Oct 21 02:56:05 https://imgur.com/cIvynz5.png Oct 21 02:56:50 that looks pretty busy Oct 21 02:56:54 what are all the buttons for Oct 21 02:56:58 is a ptz dome camera controller. it talks rs485. i picked up a couple rs485 to ttl serial adapters Oct 21 02:57:16 cool Oct 21 02:57:25 i intend to read the joystick/buttons and use to control drone Oct 21 02:57:37 or uav Oct 21 02:57:43 cool Oct 21 02:57:55 waht is the range on the drone in terms of control Oct 21 02:59:34 i am not sure. Oct 21 02:59:55 i have rc tx/rx on 2.4ghz Oct 21 03:00:15 915mhz rf Oct 21 03:00:23 wifi Oct 21 03:00:55 and potentially a 4g connection Oct 21 03:02:31 i picked up some carbon fiber arms for a smaller quad to use as motor mounts, the 3d printed mounts not hold up to the heat Oct 21 03:02:54 i need to redesign the arms to accept the carbon fiber Oct 21 03:03:19 which is really what i should be doing instead of messing with the camera thing Oct 21 03:06:55 LOL Oct 21 03:07:28 but im a hobbyist so i can just do what i want Oct 21 03:07:55 ...as long as my wife approves Oct 21 03:08:36 i hope to join you Oct 21 03:08:52 pure recreational stuff Oct 21 03:08:57 with nothing on the line Oct 21 03:08:58 lol Oct 21 03:10:05 i dont have the acedemic background most people messing with this stuff have Oct 21 03:11:50 Look at me! I know jack. And jack hates me. Oct 21 03:12:05 so i struggle alot and use the wrong terms and annoy like everyone Oct 21 03:12:24 But. I got the SDK to run two swerving servos at 12v from the BBB and a hookup board. Oct 21 04:25:53 have you seen my chats Oct 21 04:25:55 i dont know shit Oct 21 04:25:58 lol Oct 21 04:26:07 i am picking stuff up here and there Oct 21 04:26:14 it is a steep learning curve **** ENDING LOGGING AT Wed Oct 21 10:59:57 2020