[beagleboard] How to shrink SD card image?

2018-01-01 Thread not you
After making an SD card following the guide on eeWiki, I make an image of it with Win32 Disk Imager using its Read feature. The problem is it image everything even the unused space. I found a guide to shrink the image here: http://www.berriman.co.uk/bbb-mount-and-shrink-a-disk-image/.

Re: [beagleboard] Boot from SD card, what image to use?

2018-01-01 Thread not you
> > Don't use Win32 Disk Imager, grab: > > https://etcher.io/ > I got Etcher, and it can read img.xz. However, the speed is slower (by half from what I see) compared to unpacking to an img file, then use it. Considering the img file will be used over and over again, this seems worth it.

Re: [beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread not you
Thank you. It now builds. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [beagleboard] Boot from SD card, what image to use?

2018-01-01 Thread not you
> > > 2. Renaming MLO (option 2, as per this guide: > > http://www.erdahl.io/2016/12/beaglebone-black-booting-from-sd-by.html) > gets > > BBB to boot off the SD card. Then, it attempts to reflash the eMMC, and > > gets stuck at 'Setting LEDs to.' Not sure how I can fix this problem. > >

Re: [beagleboard] Re: Use analogue inputs with 5 or 10 V signal

2018-01-01 Thread Mike Maikaefer
Great, thanks to all :-) On Wed, Dec 27, 2017 at 2:35 AM, Adam Saenz wrote: > That circuit will work. Yes on connecting external ground to GNDA, that > will give you a common reference. Those resistor values will allow the ADC > to see about 1.78V when the input voltage is

Re: [beagleboard] Boot from SD card, what image to use?

2018-01-01 Thread Robert Nelson
On Mon, Jan 1, 2018 at 8:42 PM, not you wrote: > I have been using Win32 Disk Imager to flash the SD card with > BBB-blank-debian- images. Then, I insert the SD card, hold the S2 > button and plug in the power cord (until the LED's start flashing). This > flashes

[beagleboard] Boot from SD card, what image to use?

2018-01-01 Thread not you
I have been using Win32 Disk Imager to flash the SD card with BBB-blank-debian- images. Then, I insert the SD card, hold the S2 button and plug in the power cord (until the LED's start flashing). This flashes BBB and gives me a fresh BBB ran from eMMC. Now, I want to boot BBB from SD

Re: [beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread Robert Nelson
On Mon, Jan 1, 2018 at 8:07 PM, not you wrote: > So do I still use this git checkout origin/ti-linux-rt-4.9.y -b tmp or do I > need to do something else? What do I need to do about the tagging > procedure? Pardon my ignorance. I am new to Linux and know little about

Re: [beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread not you
So do I still use this git checkout origin/ti-linux-rt-4.9.y -b tmp or do I need to do something else? What do I need to do about the tagging procedure? Pardon my ignorance. I am new to Linux and know little about git. Your help has been really speedy by the way. -- For more options,

Re: [beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread Robert Nelson
On Mon, Jan 1, 2018 at 5:41 PM, Robert Nelson wrote: > On Mon, Jan 1, 2018 at 5:30 PM, not you wrote: >> So is there a way to fix it? > > Hang onto your shorts, I'm working on it, just got home after a 4 hour > drive... tested fix is pushed

Re: [beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread Robert Nelson
On Mon, Jan 1, 2018 at 5:30 PM, not you wrote: > So is there a way to fix it? Hang onto your shorts, I'm working on it, just got home after a 4 hour drive... Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: u-boot failed to build

2018-01-01 Thread not you
Well, I decide to delete the u-boot folder, and redo everything. Now it works. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] Re: TI BSP failed to build kernel

2018-01-01 Thread not you
So is there a way to fix it? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[beagleboard] List of accessories

2018-01-01 Thread Matthijs ter Woord
Hi! I'm interested in the X15, but I cannot find a list of "known good" accessories for the X15. Specifics I'm looking for are : - breakout boards/cables for the expansion headers Also, I have a hard time finding the pin-outs for the expansion headers.. Thanks! With kind regards, Matthijs

Re: [beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2018-01-01 Thread Robert Nelson
On Dec 31, 2017 9:53 PM, "Samuel Fugarino" wrote: Robert, I really appreciate what you do for the community. However, your answer to my question was less than helpful. What troubles me is that you have a better answer, but for some reason you felt you need to marginalize

Re: [beagleboard] TI BSP failed to build kernel

2018-01-01 Thread Robert Nelson
Yeah I broke it, last minute port from 4.4 before I snuck out for the holiday. On Jan 1, 2018 3:22 AM, "not you" wrote: > I am following this guide to create an bootable SD card: > https://eewiki.net/display/linuxonarm/BeagleBone+Black#Beagl > eBoneBlack-LinuxKernel >

[beagleboard] Re: u-boot failed to build

2018-01-01 Thread Jeff Andich
Hi, Don’t know if this is your issue but... How are you generating the .config file? When I build u-boot for the X15, I typically do a distclean, call another make command to generate the correct .config file from the appropriate defconfig , and then throw the command to build u-boot. --

[beagleboard] Re: u-boot failed to build

2018-01-01 Thread not you
After removing the u-boot folder and follow the steps again, everything works fine. Any idea how that error is thrown anyways? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] u-boot failed to build

2018-01-01 Thread not you
I am following this guide to create an bootable SD card: https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot I encounter an error here: make ARCH=arm CROSS_COMPILE=${CC} My terminal throws this error:

[beagleboard] TI BSP failed to build kernel

2018-01-01 Thread not you
I am following this guide to create an bootable SD card: https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel I check out this branch: git checkout origin/ti-linux-rt-4.9.y -b tmp and proceed to ./build_kernel.sh My terminal throws this error:

[beagleboard] Re: Boot from SD card: where is DISK=/dev/sdX?

2018-01-01 Thread not you
Thank you, everyone. That was helpful. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to