**** BEGIN LOGGING AT Tue Jun 21 02:59:58 2016 Jun 21 03:58:06 cool Jun 21 03:58:08 which power capes are you using Jun 21 05:58:01 Hi Jun 21 05:58:08 Hello Jun 21 05:58:42 Hi, I need one help Jun 21 06:02:09 hi Jun 21 06:02:56 beaglebone black board is supported to linux mint OS Jun 21 06:13:21 beaglebone black board is supported to linux mint OS Jun 21 06:14:34 is there mint for arm? Jun 21 07:25:10 zmatt: ping Jun 21 07:55:55 pong Jun 21 08:02:45 zmatt: the bbb lcdc underflow/synclost problem on TI's PSDK you reported. I still don't know how that got through testing, as not only are there underflows, the R and B colors are swapped on the HDMI... Jun 21 08:03:27 in any case, the problem is that we lost RGB565 support at some point when migrating to more recent SGX driver. we're adding that back, and will use RGB565 by default, which hopefully gets rid of the issues. Jun 21 08:10:33 ok, so it was in 24-bit mode and this required more bandwidth than available? Jun 21 08:11:43 (just sent a reply to the pyra TILER mail btw) Jun 21 08:11:44 yes. now, of course, there may be other regressions, but I think that's the main one. Jun 21 08:12:14 well I hadn't looked at any am335x sdk before, so I didn't know it was a regression :) Jun 21 08:12:36 I was mainly surprised it got through testing in such a state, but then apparently so are you Jun 21 08:15:58 yes... I'm guessing that there was some kind of a misunderstanding. the underflows and sync losts are a known problem, it's easy to hit them if you use 32-bit rgb and anything a bit higher res. so perhaps the testers thought it means it's fine to have the underflows. I don't know. Jun 21 08:16:21 in any case, thanks for bringing it up, at least we'll get it fixed now =) Jun 21 08:17:50 you're welcome Jun 21 12:02:33 Hi ! I am the pru code written in asm and compiled using PRU-CGT is not getting loaded . is it the pru_rproc ? Jun 21 12:02:42 thats causing this issue ? Jun 21 12:03:02 *I have the Jun 21 19:35:08 I've got th ejessie image on an sd card and that booted Jun 21 19:35:28 then I tried updating the kernel and ended up with it not finding root at boot Jun 21 19:35:56 this might be the suspicious message: ALERT! /dev/disk/by-uuid/b60b2ad1-b580-4b47-998e-1cc920cd843f does not exist. Jun 21 20:08:21 Crofton: probably need to regenerate the initramf Jun 21 20:08:25 fs* Jun 21 20:08:59 I think there's a friendly debian command line "update-initramfs" lol Jun 21 20:09:19 which gets executed automatically when you install a kernel package Jun 21 20:09:23 (initramfs) update-initramfs Jun 21 20:09:23 /bin/sh: update-initramfs: not found Jun 21 20:09:43 seems like that didn't happen Jun 21 20:09:53 you can't run that command from initramfs Jun 21 20:10:02 but since you're there, apparently you do have an initramfs Jun 21 20:10:03 :P Jun 21 20:10:16 check /dev/disk/by-uuid/ Jun 21 20:11:40 no /dev/disk directory Jun 21 20:11:51 odd Jun 21 20:11:51 this debian stuff is greek to me Jun 21 20:11:56 which kernel did you upgrade to? Jun 21 20:12:37 well initramfs isn't very debian-specific Jun 21 20:14:14 can you show your boot log (via pastebin or such) ? Jun 21 20:15:45 http://pastebin.com/Pfbg6vCg Jun 21 20:17:13 ok, not terribly descriptive, try: dmesg Jun 21 20:18:06 it does seem like there may be a mismatch between the initramfs and the kernel Jun 21 20:18:11 /scripts/init-top/udev: line 14: can't create /sys/kernel/uevent_helper: Permission denied Jun 21 20:18:37 all I want is a rootfs with a recent kernel Jun 21 20:20:56 dmesg isn't super helpful Jun 21 20:21:06 I've never seen that error, although I find quite a few people with that error on the interwebs Jun 21 20:21:35 yeah Jun 21 20:22:25 did you also upgrade initramfs-tools or just the kernel? Jun 21 20:23:12 wtf, your pastebin has already been indexed by google Jun 21 20:24:02 on page 2 of search results, which is also the last page... so not many people have this error Jun 21 20:25:42 something like this: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Upgrade Jun 21 20:26:20 oh I have absolutely no idea what that script does, is it even still relevant? Jun 21 20:26:29 what kernel did it install? Jun 21 20:28:38 looks like 4.6 from dmesg Jun 21 20:28:47 full name please (uname -r) Jun 21 20:29:01 4.6.2-bone3 Jun 21 20:31:22 ok, that can actually boot fine without initramfs, so let's try that... Jun 21 20:31:52 your boot partition is mmcblk0p2 right? since I saw something about FAT you probably have a 2-partition sd Jun 21 20:32:25 although, ehh Jun 21 20:32:26 no, I think it is a one partition Jun 21 20:32:50 your log actually looks like it tried to boot from eMMC, not from SD Jun 21 20:33:32 damn it where is the page about installing jessie on the sd card Jun 21 20:33:47 try breaking into uboot and doing: ls mmc 0:1 /boot Jun 21 20:33:50 People keep telling me "Debian is easy" Jun 21 20:34:06 well I've never seen this issue :P Jun 21 20:34:25 your fingers are trained Jun 21 20:35:18 debian is a pain Jun 21 20:35:24 go small, go yocto ;) Jun 21 20:35:33 sure, yocto is very easy :P Jun 21 20:35:36 if the bsps were any good Jun 21 20:35:44 Crofton: are you in uboot yet? Jun 21 20:35:50 yeah Jun 21 20:36:11 do you see your kernel with that command? (I hope I remembered uboot syntax right) Jun 21 20:36:14 meta-ti only goes to tgx file, doesn't build the sd card image Jun 21 20:36:39 there are too many bastardization of the boot process Jun 21 20:37:00 5998632 vmlinuz-4.6.1-armv7-x4 Jun 21 20:37:26 that's not 4.6.2-bone3 Jun 21 20:37:49 that's also not a kernel you'd normally install on a beaglebone Jun 21 20:38:29 Crofton: long time no see in #beagle land! Jun 21 20:38:42 how would you get recent jessie on an sd card with a recent kernel Jun 21 20:38:47 hey Jun 21 20:39:01 I figured I would see if debian was easy Jun 21 20:39:07 it isn't Jun 21 20:39:18 http://beagleboard.org/latest-images along with etcher.io Jun 21 20:39:49 8.5 under testing at http://debian.beagleboard.org/images under the rcn dir Jun 21 20:39:53 all I need to do is get a light3d and some steppers going Jun 21 20:40:21 not sure what light3d is. Jun 21 20:40:46 Crofton: sudo apt update && sudo apt upgrade is always a good beginning, and for the latest 4.6-bone kernel sudo apt install linux-image-4.6.2-bone3 Jun 21 20:41:30 the internet space is so polluted Jun 21 20:41:38 yes there's a lot of outdated info Jun 21 20:42:04 also, if you're using 4.6 you can actually just get rid of the initramfs... also speeds up boot Jun 21 20:42:57 also be careful with SD while there's still a valid image on eMMC Jun 21 20:43:05 it's easy for them to get mixed Jun 21 20:43:11 which actually seems to have happened for some reason Jun 21 20:43:47 I never really use SD myself, I just flash eMMC Jun 21 20:44:57 this may help to manually get it to boot: http://pastebin.com/TG0VnPu8 Jun 21 20:45:10 although for sd you need to replace 1:1 by 0:1 and mmcblk1p1 by mmcblk0p1 Jun 21 20:47:25 hmm, and maybe you need to set 'dtb' if your uEnv.txt doesn't Jun 21 20:48:15 run findfdt ; setenv dtb $fdtfile Jun 21 20:49:19 bigger question is, why does u-boot say ** File not found uEnv.txt ** Jun 21 20:49:41 it should be present in your /boot Jun 21 20:51:57 and since I seem to be talking to myself, I'll just go do something else Jun 21 20:53:17 * ds2 mutters userland drivers suck Jun 21 20:53:25 * ds2 adds flame bait for zmatt ;) Jun 21 20:53:47 * zmatt slaps ds2 with a trout Jun 21 20:55:48 Hello, everyone. I am have a legacy project that utilized classic Beagleboard, for an educational kit. We need to produce a few more units, because a client requested it. I wonder if anyone would like to sell me some used boards. Thanks! Jun 21 20:57:33 where are you? Jun 21 20:58:26 i am in Brazil Jun 21 20:58:40 blah Jun 21 20:58:51 got 3 spare ones but I am not dealing with the paperwork for international shipping Jun 21 20:59:08 I have an address in USA Jun 21 20:59:38 so, you do not need to do international shipping Jun 21 20:59:43 there are still potential paperwork issues Jun 21 21:00:27 I know Jun 21 21:00:31 but, then I handle that Jun 21 21:00:42 we are using in an educational kit Jun 21 21:00:46 why can't you buy new ones? Jun 21 21:00:57 there are no more new boards Jun 21 21:01:01 of the classic Beagle Jun 21 21:01:22 the so-called 'white' Jun 21 21:01:26 so does that mean it should sell for much more then list? ;) Jun 21 21:01:39 veremit: I assume he meant the OMAP3530 ones Jun 21 21:01:50 the OMAP3530, you are right Jun 21 21:01:53 the red one Jun 21 21:01:55 ah Jun 21 21:01:58 the big one Jun 21 21:01:59 one of the best boards out there ever Jun 21 21:02:03 rev C$4, rev C5 etc Jun 21 21:02:04 no, the big one is the BBX Jun 21 21:02:11 -sigh- Jun 21 21:02:21 probally the BB15 nowadays Jun 21 21:03:05 the x15isn't red or .. anything.. iirc Jun 21 21:03:18 I think the pcb colour is same as the black Jun 21 21:03:25 *shrug* Jun 21 21:03:39 indeed Jun 21 21:04:15 It needs to be indigo or something, so we can use BBI. (grin) Jun 21 21:04:52 BB-indigogo :P Jun 21 21:05:02 ds2: can we do business with these 3 boards? Jun 21 21:05:09 did anything come of the enhanced? Jun 21 21:05:28 Guest40178: I think I'll decline Jun 21 21:05:50 penalties are stiff if something goes wrong :( Jun 21 21:06:35 ds2: ok, thanks Jun 21 21:07:46 veremit: well they promised to ship all boards Jun 21 21:07:51 we'll see how that turns out Jun 21 21:08:09 veremit: I wonder how confusing it'll get if there is a BB-rainbow ;) Jun 21 21:13:18 Guest40178, i might be able to help you Jun 21 21:13:34 I have some older BBW,'s never been used. Jun 21 21:13:36 mrpackethead: that is grea Jun 21 21:13:39 great Jun 21 21:13:52 how many do you need. Jun 21 21:14:05 as many as possible, actually Jun 21 21:14:25 our client asked 50 units of this kit Jun 21 21:14:33 oh i wont' have 50 Jun 21 21:14:36 i know Jun 21 21:14:39 i migth have 5 or 6 Jun 21 21:14:46 that works for us Jun 21 21:15:04 i already explained to the client that we may not find 50 Jun 21 21:15:11 BBW isn't classic BB Jun 21 21:15:28 BBW is beaglebone, not beagleboard Jun 21 21:15:38 oh, i think you are right Jun 21 21:15:45 oh, you want beagle boards Jun 21 21:15:49 yes Jun 21 21:15:52 that i dont' have. Jun 21 21:15:53 sorry. Jun 21 21:15:56 with OMAP 3530 Jun 21 21:15:57 I have some BBW's Jun 21 21:15:59 :-( Jun 21 21:16:05 no problem. thanks anyway Jun 21 21:19:51 I have some old classic BB's Jun 21 21:20:37 Not sure which revision however I would have to actually find them ... somewhere in the building. Jun 21 21:21:38 It's too bad you can't use the more up to date BBB though. Jun 21 21:22:32 GenTooMan: too bad, for sure. Could you sell me your old units, if you find them? Jun 22 00:36:00 So, I'm currently beating my head against a wall trying to flash a BeagleBone Green I just bought. I'm trying to build a drive emulator (http://www.pdp8.net/mfm/revb/revb_board_build.shtml), and I'm using the author's supplied image written to an SD card. Jun 22 00:36:25 When I attempt to boot the BeagleBone with it though, it crashes, and leaves D4 on solid. I can't communicate with it over the USB port. Jun 22 00:36:44 the BeagleBone works fine on it's own though, and I can communicate with it if I boot without the SD card. Jun 22 00:37:46 I've already checked with the author, and he confirms that the image is good, and works on all his boards. I'm not sure where to turn now. Jun 22 00:37:51 Is my BeagleBone defective? Jun 22 00:38:32 And yes, I've tried both with and without pressing the boot button, no difference. I have also tried with my computer's USB port and with a cellular phone charger to power the board with. Jun 22 00:39:52 on a Black, after enabling spidev1 and i2c2, I get the following in dmesg: "pin 44e1099c.0 already requested by 481a0000.spi; cannot claim for 48038000.mcasp" Jun 22 00:40:19 capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-SPIDEV0,BB-I2C1 Jun 22 00:40:35 enable_partno=BB-SPIDEV1,BB-I2C21 Jun 22 00:40:39 any thoughts? Jun 22 00:42:19 Google leads me to think mcasp is audio, but given that I'm disabling HDMI / HDMIN, shouldn't that disable that? Jun 22 02:30:11 Hi! I am having problems with my beaglebone black. There is no 3v3 output. Based from inspection, there is only 1.1v reading from the sys_5v pin. What may have caused the board to not power up? Jun 22 02:46:52 can someone help me Jun 22 02:47:19 hi Jun 22 02:47:27 can anyone help me Jun 22 02:48:22 easier to help if you describe your issue and wait patiently Jun 22 02:50:18 I ran the shutdown command on my default beaglebone black OS while it was plugged into my computer using the provided cable that allows network over usb. I was able to ssh into the beaglebone before I ran the shutdown command, but after I ran it (and unplugged and plugged the provided cable into my computer again) the start.htm page says that my drivers aren't installed and I can't ssh into it anymore Jun 22 02:50:48 checking my network connections on my mac, I see that now the beaglebone has a self assigned ip Jun 22 02:51:21 I was wondering if this was because I ran the shutdown command through ssh. Jun 22 02:52:06 I also pressed the push button once, but I didn't have an sd card inside Jun 22 02:52:25 I have installed both the network and serial driver again and again on my mac Jun 22 02:52:40 but the start.htm file still says to download the drivers Jun 22 02:52:44 any help would be appreciated **** ENDING LOGGING AT Wed Jun 22 02:59:58 2016