**** BEGIN LOGGING AT Mon Mar 06 03:00:01 2017 Mar 06 03:01:27 zeekhuge, yesss. But if i said that the joke will be way worseeee than it is Mar 06 03:02:27 Hm, so if we propose to do other more hardware projects, that's will be still gsoc? and the most important question, you and the other mentor still have the desire to keep going with the project, if the proposal was not accepeted?° Mar 06 03:05:19 yup Mar 06 03:05:37 the hardware is a requiremnt to support the software Mar 06 03:08:42 Ok, so i will keep in touch (: And if will be useful, i can go in the Uchile see the things in april :P Mar 06 03:08:51 All the communication will be on IrC? Mar 06 03:15:16 irc and the mailing list mostly, but pushing to github and weekly reports are also communication Mar 06 03:15:49 *weekly status, not much of a report really... Mar 06 03:20:32 ok (; Mar 06 03:24:40 the data acq/processing from the sonics is the main part Mar 06 03:25:27 the "weather station" comes for free if we get imu/pressure sensor Mar 06 03:27:06 the blue is late again, and i thought we could get that part (free) but i was told blue only has bus connectors and no gpio headers like black/green do Mar 06 03:28:14 so get the sonics working first and then adding ptu data is trivial Mar 06 03:28:40 *the other sensors for pres/temp/moisture Mar 06 03:32:19 Hm, but how we get the sensors before the proposal :\? Mar 06 03:41:56 hardware doesn't ship until the final cut Mar 06 03:42:18 have to make do with the data sheets Mar 06 07:09:06 Hello, all! Mar 06 07:10:02 I have been given the task to boot my own kernel onto the BBB by ds2 Mar 06 07:10:48 I followed the instructions documented at http://www.armhf.com/boards/beaglebone-black/bbb-sd-install/ as maciejjo suggested. Mar 06 07:11:44 And I have been able to boot ubuntu onto the BBB Mar 06 07:12:02 I can finally serial debug my BBB also. Mar 06 07:12:12 Thank you. Mar 06 07:12:35 But I am in a fix right now, whether this is really what I was supposed to do. Mar 06 07:13:47 I had seen other sources (also followed some of them ) where they instructed to compile (cross-compile, rather) kernel from source. Mar 06 07:14:00 Like http://embedjournal.com/kernel-compilation-beaglebone-black/ Mar 06 07:14:24 http://ardupilot.org/dev/docs/building-for-beaglebone-black-on-linux.html#installing-the-rt-kernel Mar 06 07:14:58 and http://elinux.org/Building_BBB_Kernel Mar 06 07:16:28 Is following http://www.armhf.com/boards/beaglebone-black/bbb-sd-install/ enough? Mar 06 07:17:18 I am asking this because I did not use an MLO or u-boot.img that I compiled. Mar 06 07:17:51 It came directly with the tar I downloaded from the above source. Mar 06 07:21:27 I also compiled u-boot (separately) and that created those files (MLO and the rest). Mar 06 07:21:55 Should I try to use them or is this enough? Mar 06 07:22:11 I am a bit confused. Mar 06 07:22:30 I request the devs to kindly help me with this. Mar 06 07:29:53 boot your own kernel sounds like u-boot doesn't really matter Mar 06 07:30:01 as long is at boots... Mar 06 07:30:11 s/at/it/ Mar 06 07:31:27 don't compile your kernel on the beaglebone, do cross-compile it Mar 06 07:32:25 there are build scripts for beaglebone kernel or just do it manually Mar 06 07:33:40 i'd start with TI dev (staging) kernel 4.4x or 4.9x Mar 06 07:38:23 Hey, I am a newbie to ARM programming but I've done a few projects on AVR. Would it be difficult to switch from AVR to ARM? Mar 06 07:38:49 Also, where do I start? Mar 06 07:39:28 Abhinav_: mostly yes. AVR is kind of bare bones. You will mostly be doing Kernel stuff for beagleboard.org projects here . Mar 06 07:42:03 For GSoC, I was interested in the Seismometer project, I've done a similar project in AVR. Would undertaking that require some special skills? Mar 06 07:43:15 * zeekhuge waits for nerdboy to answer that Mar 06 07:43:16 I am just in 1st year and my skillset is not so large now, but I am very eager to learn. Mar 06 07:54:57 not especially, since it seems reasonably well documented Mar 06 07:55:47 you can do C and/or asm on pru, and pretty nuch anything on arm host Mar 06 07:55:58 * nerdboy votes for python Mar 06 07:56:25 or maybe go since i just met the gobot guy today... Mar 06 08:00:58 in this case !armv7m rather armv7a Mar 06 08:05:12 nerdboy: I'm sorry for the late reply. Mar 06 08:05:32 what should I do after cross-compiling a kernel? Mar 06 08:08:17 i.e. what should I do after following these steps http://elinux.org/Building_BBB_Kernel#Downloading_and_building_the_Linux_Kernel Mar 06 08:16:52 When I ls into the place where I built my kernel, it shows the following: Mar 06 08:17:01 https://www.irccloud.com/pastebin/0pJ9C1mP/ Mar 06 08:18:48 tokencolour: I think kernel image is placed under arch/arm/boot/ Mar 06 08:19:42 I can find zImage there. Mar 06 08:20:03 https://www.irccloud.com/pastebin/1v1sWJaA/ Mar 06 08:21:21 tokencolour: uImage-dtb.am335x-boneblack is the kernel image that was build Mar 06 08:22:32 What should I do with it? Should I place it in /boot/ in BBB Mar 06 08:22:34 tokencolour: You have now to choices to flash the kernel in BBB Mar 06 08:22:35 ? Mar 06 08:23:13 How does one do that? Mar 06 08:23:34 first one is to follow the further steps on that website and transfer the image through tftp. Mar 06 08:24:03 Second is to use BBB Linux Flasher https://github.com/ungureanuvladvictor/BBBlfs Mar 06 08:24:23 But this flasher supports only .xz compressed images Mar 06 08:24:47 So you have to compress the image in order to flash with this tool Mar 06 08:28:07 Thank you ravikp7. Mar 06 08:28:07 tokencolour: I misspelled, I meant two choices Mar 06 08:28:24 I'll go through this tool. Mar 06 08:29:03 Thank you, maciejjo and nerdboy. Mar 06 11:33:24 Hi All, I would like to contribute in the beagle board open source community Mar 06 11:36:55 how do i contact the mentors? Mar 06 11:37:45 Most of them were at one or the other conference (like SCALE) ..... so ... Mar 06 11:37:55 nerdboy: was here a while ago .. Mar 06 11:38:12 and others must be sleeping now ... Mar 06 11:39:38 ohh, Thank you Mar 06 12:04:34 Hello, all! Mar 06 12:05:00 I'm trying to use the following tool: https://github.com/ungureanuvladvictor/BBBlfs Mar 06 12:06:17 How much time does normally `sudo ./usb_flasher ` take in flash_script.sh? Mar 06 13:21:21 Hello!! Mar 06 13:21:41 is the weekly meeting there? Mar 06 13:21:46 this wednesday? Mar 06 13:35:12 Is ravikp7 here? Mar 06 13:39:05 tokencolour: I have no idea how much time does it take to flash. My gsoc project would be to port this flash tool (bootloader server, currently written in c) to node js. So I had idea about what the tool does and I suggested it. I can't even test it right now as I don't have a BB board. Mar 06 13:39:59 oh okay. Mar 06 13:40:29 only mentor I know, currently present here is zeekhuge , ask him if he can help Mar 06 13:41:16 okay. Mar 06 13:41:23 Thanks. Mar 06 13:41:41 Is zeekhuge available? Mar 06 13:42:53 The docs ask us to boot by holding the boot the S2 switch. This does mean I should power the BBB through a powered USB/adapter. Mar 06 13:44:23 Not a mentor exactly yet. Bit busy here .. Mar 06 13:44:37 hi tokencolour Mar 06 13:44:46 what are you trying to achieve ? Mar 06 13:44:46 and somehow the script flash_script.sh greps for sd[a-z] . Mar 06 13:45:03 Hi zeekhuge. Mar 06 13:45:33 I have cross compiled the kernel and have the image. I want to flash it onto the BBB. Mar 06 13:45:52 If you're busy, we can talk when you are free. Mar 06 13:46:46 ahh .. yeah please . Sorry. Will ping you later. Mar 06 13:47:15 okay. Thanks. Mar 06 14:50:00 * anujdeshpande tips his hat and wishes a good morning to all Mar 06 15:39:27 GM all Mar 06 15:59:24 hi, i am a student and want to contribute through gsoc.I am intersting in project "Port BeagleBone USB-based bootloader server from C to JavaScript (node.js)" specified in your gsoc idea,I wanna know more about it and also the links specified are not working Mar 06 16:18:42 hi Mar 06 16:43:47 that sounds weird... Mar 06 16:56:02 wierd why? Mar 06 16:58:57 because they do work, except the TBD one that doesn't exist yet Mar 06 16:59:20 for the ^^ bootloader one Mar 06 17:06:47 yeah after your reply i checked again this time worked except one you mentioned.really that is wierd Mar 06 17:12:40 it would be great if you can tell where and how to start,i have knowledge of c,js(node.js) and have worked on it before Mar 06 17:29:07 start with bblfs? Mar 06 20:42:54 mdp, nerdboy, ds2: awesome presentations on scale15x I saw you on youtube live :) I watched Marek's presentation too but he is not here. Mar 06 20:57:31 mare recordings from scale online? Mar 06 20:57:40 are* Mar 06 21:00:19 maciejjo: check it out: https://www.youtube.com/watch?v=2wRLObBpsJg Mar 06 21:00:49 pmezydlo: awesome, thanks :) **** ENDING LOGGING AT Tue Mar 07 03:00:02 2017