**** BEGIN LOGGING AT Thu May 07 02:59:58 2015 May 07 03:54:58 what will the AM3358 do at boot time if the internal flash chip (MMC1) is not populated? that is, will it just skip over the MMC1 and go on to MMC0? we are building our own customized version and will not be populating the internal flash/mmc. May 07 04:09:41 jkridner: any ideas? May 07 04:10:20 yates: I'd have to look at the boot section of the docs. do you know what your boot pins are all set to? May 07 04:10:41 the series of things tried depend on the boot pins at power up. May 07 04:11:19 I'm pretty sure the default would be to try the MMC0 after trying MMC1 if the boot button isn't pressed. May 07 04:13:11 we're planning on using the same boot mode as the bbb: 0x403c May 07 04:14:09 jkridner: i read through the initialization section of the am335x trm and, while it gives general sequence info, it doesn't give a program listing or specifics (that i can see) May 07 04:15:33 no program listing, but it or the data sheet do specify the order of modes attempted based on the boot pin settings. May 07 04:16:11 i guess it's a pretty safe guess that if the mmc1 card isn't present, that device will fail (per Figure 26-6). May 07 04:16:12 right May 07 04:16:12 the SRM does document the two settings for BBB. May 07 04:17:25 yeah, but the bbb always has something in the mmc1 slot by design, right? (it may not be flashed, or improperly flashed, but the chip is there) May 07 04:18:00 run HCF May 07 04:18:13 HCF? May 07 04:18:22 Halt and Catch Fire :D May 07 04:22:10 jkridner: yes, i see that now in the srm (section 5.3.5), but still, that is with a chip installed. May 07 04:22:49 yates: this is the new board you posted about on the list, right? May 07 04:23:05 ds2: what list? May 07 04:23:10 beaglelist May 07 04:23:32 i can't remember - maybe - about a month ago? May 07 04:24:03 it is a new board, yes. we're actually using the am3352 instead of the am3358 May 07 04:24:30 oh not the new posts from today May 07 04:24:45 ok, thanks everyone. bedtime. have a nice evening. May 07 04:24:49 ds2: nope, not today. May 07 07:53:35 Anyone with DT overlay knowledge around? I have a question on how to model 2 display variants, one with touchscreen and one without. Do I declare the display and ts in a dtsi, set to disabled and write 2 dts for both variants including former dtsi and then enable the components? May 07 08:28:50 seen rcn-ee May 07 08:28:58 gnf May 07 08:34:34 tbr .. he was in yesterday May 07 08:41:57 veremit: yes, irssi told me that, after I rediscovered the '/' on the keyboard... May 07 08:42:06 :) May 07 09:54:57 Hi, I'm trying to change the password of a new user and getting an error: "Authentication token manipulation error" ... any ideas? May 07 10:11:16 hi, I'm newbie with Beaglebone but like to try the board with linux kernel on DS-5 platform for debugging May 07 10:12:13 I'd like to know if there is any existing example projects May 07 10:16:47 where can I find angstrom-feed-configs_1.0-r16.5_beaglebone.ipk ? May 07 10:21:52 good evening May 07 10:22:28 jpm__: seriously disagreed. May 07 10:23:18 lol May 07 10:23:21 why? May 07 10:23:54 jpm__: none of the two words applies. hence i disagree. May 07 10:26:07 lol May 07 10:26:15 ah... should i get into why not good? May 07 10:26:43 heh no, better just ask what you originally intended to :) May 07 10:28:46 i am having problems finding an iostream library for c++ May 07 10:30:02 i have downloaded the linaro armb-linux-gnueabihf toolchai May 07 10:30:14 did anyone come around a u-boot implementation to load the pru firmware May 07 10:32:05 but the iostream included there has no definitions May 07 10:32:40 my c++ project tells me that standard functions like cout and std::fstream aren't calid May 07 10:32:43 valid* May 07 10:33:03 kind of a pain since it seems no one else is having this problem May 07 10:39:45 any ideas? May 07 10:43:12 rob, is a special uboot necessary in order to load pru-firmware? May 07 10:44:33 LetoThe2nd: are you still there? May 07 10:44:59 * jpm__ tries to see if the commands have changed May 07 10:45:24 jpm__: only sporadically. usually iostream shouldn't be an issue, as long as you are not overriding any machine/stdlib/sysroot/whatever settings. May 07 10:50:21 so i can use the cygwin one? May 07 10:53:18 or the microsoft visual c++ one? May 07 11:02:54 huh? May 07 11:02:59 cygwin? May 07 11:03:09 i am not here. you have not seen me. i know of nothing. May 07 11:03:29 *poopfff* ;) May 07 11:22:23 :p May 07 11:22:56 does anyone know why my IDE gives me an iostream unresolved? May 07 11:23:24 cross compiling on windows in eclipse May 07 11:23:43 using linaro toolchains and includes May 07 11:24:28 iostream = library. #include -----> include unresolved May 07 11:25:36 jpm__: my bets are on some misconfiguration and magic that eclipse does May 07 11:26:20 jpm__: try to compile manually, on the command line. if things work there (e.g. a simple hello world using iostream compiles fine) then you know to blame eclipse. otherwise, time to blame the toolchain May 07 11:27:37 maybe i should check with linaro May 07 11:27:54 heh, better check the toolchain alone first. May 07 11:27:59 ah ok thanks May 07 11:28:34 and if the toolchain is fine, linaro is innocent (which doesn't happen that often otherwise, but for toolchains there quite a chance they are) :-) May 07 12:08:09 you were right May 07 12:08:36 i can't compile in commandline either May 07 12:09:07 g++ doesn't even see the files present May 07 12:09:21 ? May 07 12:09:55 exactly May 07 12:10:08 seems like a severly broken compiler May 07 12:11:31 jpm__: i admit i doubt that for the current linaro release. i guess its more like some environmental/host problem, as your hints have suggested that you are using windows May 07 12:11:43 yep May 07 12:11:58 jpm__: just a few moments ago i have successfully compiled a trivial iostream hello world with linaros chain :) May 07 12:12:17 4.8.2? May 07 12:13:01 i'm using armeb-linux-gnueabihf-g++ May 07 12:13:20 g++ version 4.8.2 May 07 12:13:44 jpm__: arm-linux-gnueabihf-g++ 4.9-whatever May 07 12:14:00 ah you have a different version May 07 12:14:30 sure, don't feel like armeb :) May 07 12:15:38 what's the difference? May 07 12:15:47 (besides working.... :p) May 07 12:15:49 erm... little endian versus big endian? May 07 12:15:56 ah ok May 07 12:16:23 didn't know that May 07 12:16:55 is it safe to say that is the reason why i have problems? May 07 12:17:20 at any rate, downloading 4.9 now May 07 12:18:24 jpm__: i'm not saying it is necessarily the source of your problems. but there's a chance, and i don't know of any good use of a armeb toolchain anyways nowadays. May 07 12:18:41 except some funky legacy stuff, probably May 07 12:19:01 :P care to tell the tale of why and how they were usefull? May 07 12:21:22 jpm__: afaik some early systems like xscale were often used in big endian, but the vast majority of users nowadays has agreed on little endian. May 07 12:21:51 jpm__: thats about why the little endian version is considered standard and doesn't bear a suffix, whereas the big endian one does May 07 12:22:48 hmmm yeah.... that explains the weird name..... armeb : arm endian big May 07 17:47:43 hi May 07 17:58:41 the bot is back May 07 18:04:03 bot? May 07 18:08:59 tbr chloe is a bit May 07 18:09:01 *bot May 07 18:09:39 the client is a pircbot, but does it do anything unwelcome? May 07 18:10:27 rcn-ee, what is the difference between "deb_include=" and "deb_additional_pkgs=" in the omap-image-builder conf files? May 07 18:12:41 I was putting all my packages to be installed in "deb_include" but then i noticed that in some conf files like the bb.org-debian-wheezy-lxde conf you gave a lot of the debian packages to be installed listed under "deb_additional_pkgs" May 07 18:13:15 foundatron: isn't deb_additional_pkgs for packages that fail to install with debootstrap May 07 18:13:24 foundatron, deb_include get's passed directly to debootstrap's "include" call.. However some packages (python in jessie) need to be instaleld "after" the base rootfs is setup.. May 07 18:13:39 ahh May 07 18:13:50 the debootstrap "include" is the cleaniest initial install.. ;) May 07 18:13:56 so we like to push as much to that as possible.. May 07 18:14:01 so, try that first May 07 18:14:18 and then if it fails, put it in deb_additional_pkgs May 07 18:14:21 yeap, and if it fails.. (missing xyz.. tried 5 times..) move it to deb_additional_pkgs. ;) May 07 18:14:27 awesome May 07 18:14:40 I tried both both...and each worked May 07 18:14:51 so I was scratching my head... May 07 18:16:22 yeah, most will work with both... The other difference.. deb_include uses debootstrap, so it's running native, where as deb_additional_pkgs is in the chroot, so it "could" be under qemu if it's x86/arm... May 07 18:16:48 ok May 07 18:17:10 depending on qemu version, moving those to the deboostrap call would actually allow the script to work.. today, qemu is as bad as it use to be.. May 07 20:20:44 jkridner, what gcc are we dealing with? http://builds.beagleboard.org/builders/build-kernel/builds/18/steps/shell_3/logs/stdio May 07 20:21:05 Ubuntu 12.04 May 07 20:21:25 it doesn't like building 4.1.0-rc2 .;) May 07 20:21:40 Get a new one. May 07 20:21:47 arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 May 07 20:21:57 Also, have you made sure your power supply is good? May 07 20:21:58 ;-P May 07 20:22:23 any chance is 4.8 or even 4.9 available in the apt repository? May 07 20:23:52 just checked packages.ubuntu.com no dice, 4.6 only.. May 07 20:24:39 if it's a 64bit install, can you install this: https://releases.linaro.org/14.11/components/toolchain/binaries/arm-linux-gnueabihf May 07 20:26:57 hmmm.... apt-get update doesn't bring it in. May 07 20:27:44 how do I know if it is 64-bit? May 07 20:28:27 uname -m May 07 20:29:18 x86_64 May 07 20:29:55 that'll work! ;) linaro moved to 64bit only bin's.. May 07 22:04:34 If linaro is 64bit only what will one do to run legacy software from windows? May 07 22:06:31 GenTooMan, "Linux 64-bit binaries"/"Windows 32-bit binaries" https://releases.linaro.org/14.11/components/toolchain/binaries ... but who cares about windows? May 07 22:07:33 rcn-ee: just being the devils advocate ... :D I've run linux a rather long time.. so I thought it was funny myself. May 07 22:11:18 i know. ;) not sure how we are going to handle 32bit linux users... sorry no soup for you anymore either. ;) May 07 22:12:10 given the cost of upgrading most software I think it's fair to tell people they should upgrade May 07 22:12:14 gentoo has the dual system or duel system. Some software (PCSX2 for example) seems to not be 64bit ready in their dynamic rec May 07 22:13:22 unless you're talking mobile devices May 07 23:17:58 I'm not familiar with Angstrom. Any simple tips to clear some disk space? May 07 23:30:24 okay, I think I'll try 'opkg --force-removal-of-dependent-packages remove angstrom-packagegroup-gnome' May 07 23:54:37 nannannannanna http://gerbil.xs4all.nl/batbeagle.jpg May 07 23:54:40 ;) May 08 02:53:17 strapping an 18650 to the beagle board.. weird **** ENDING LOGGING AT Fri May 08 02:59:59 2015