[beagleboard] Re: Where are VDD and SYS_RESETn?

2017-12-11 Thread mike . maikaefer
Hello Graham, thanks for your feedback. I tried running PocketBeagle from Vin/pin1 and it worked smoothly here for more than 13 hours. It was powered via 5V that came from a USB connector. But I was running a bare metal application with no Linux involved. So may be there is a bug rather in the

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Robert Nelson
On Mon, Dec 11, 2017 at 4:27 PM, Daniel Kulp wrote: > > > On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: >> >> >> btrfs got added in u-boot v2017.11... ;) >> >> >> https://github.com/u-boot/u-boot/commit/0c936ee3194ac5b533a18fcd08e5d285853af5fe#diff-09d710108823b360adf225b1

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Daniel Kulp
On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: > > > btrfs got added in u-boot v2017.11... ;) > > > https://github.com/u-boot/u-boot/commit/0c936ee3194ac5b533a18fcd08e5d285853af5fe#diff-09d710108823b360adf225b17cef57f9 > > > Doesn't seem to work U-Boot 2018.01-

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Robert Nelson
On Mon, Dec 11, 2017 at 3:36 PM, Robert Nelson wrote: > On Mon, Dec 11, 2017 at 3:26 PM, Daniel Kulp wrote: >> >> >> On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: >>> >>> >>> btrfs got added in u-boot v2017.11... ;) >>> >>> >>> https://github.com/u-boot/u-boot/commit/0c93

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Robert Nelson
On Mon, Dec 11, 2017 at 3:26 PM, Daniel Kulp wrote: > > > On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: >> >> >> btrfs got added in u-boot v2017.11... ;) >> >> >> https://github.com/u-boot/u-boot/commit/0c936ee3194ac5b533a18fcd08e5d285853af5fe#diff-09d710108823b360adf225b1

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Daniel Kulp
On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: > > > btrfs got added in u-boot v2017.11... ;) > > > https://github.com/u-boot/u-boot/commit/0c936ee3194ac5b533a18fcd08e5d285853af5fe#diff-09d710108823b360adf225b17cef57f9 > >

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Robert Nelson
On Mon, Dec 11, 2017 at 3:10 PM, Daniel Kulp wrote: > > For my application, the space on the eMMC is beginning to get a little > tight. I decided to write a new "flash" script that would flash the eMMC, > but set it up using btrfs with compression for the root. It's a bit tricky > since the ub

[beagleboard] Compressed btrfs root on eMMC

2017-12-11 Thread Daniel Kulp
For my application, the space on the eMMC is beginning to get a little tight. I decided to write a new "flash" script that would flash the eMMC, but set it up using btrfs with compression for the root. It's a bit tricky since the uboot stuff doesn't support it so the /boot needs to be ext2

[beagleboard] Re: Has Anyone Had Difficulty Outputting GPIO, UART, or I2C on the BB-X15's Expansion Header?

2017-12-11 Thread Jeff Andich
My comments above about configuring the pinmux in u-boot SPL vs. the kernel device tree are somewhat misleading per the comments at the top of the following commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/am57xx-beagle-x15.dts?h=v4.15-rc2&id=

[beagleboard] Re: Has Anyone Had Difficulty Outputting GPIO, UART, or I2C on the BB-X15's Expansion Header?

2017-12-11 Thread Jeff Andich
My comments above about configuring the pinmux in u-boot SPL vs. the kernel device tree are somewhat misleading per the comments at the top of the following commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/am57xx-beagle-x15.dts?h=v4.15-rc2&id=d

Re: [beagleboard] Re: Beaglebone Black Industrial universal cape not working...

2017-12-11 Thread Jose Valenzuela San Juan
The last image (bone-debian-9.3-console-armhf-2017-12-10-1gb.img.xz) is working fine for me. The workaround worked too.Thanks! On Wednesday, December 6, 2017 at 8:08:38 PM UTC-3, Daniel Kulp wrote: > > > Things are definitely working better. My GPIO's are available and > working, config-pin wo

[beagleboard] Re: Has Anyone Had Difficulty Outputting GPIO, UART, or I2C on the BB-X15's Expansion Header?

2017-12-11 Thread Jeff Andich
Per the comments provided in the following commit, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/am57xx-beagle-x15.dts?h=v4.15-rc2&id=d20f997b4d1f3fc41703c95e4f4bb4ebca90da42 My comment about pinmuxing in u-boot/SPL vs the device tree was somewhat mi

[beagleboard] Re: X15 Cad models

2017-12-11 Thread Jeff Andich
Well I'm sure you've already seen this (so it's probably not what you're looking for), but there's a file, https://github.com/beagleboard/beagleboard-x15/blob/master/BEAGLEBOARD_X15_REVB1_CAD.zip Thanks! Jeff On Saturday, December 9, 2017 at 3:13:22 PM UTC-6, rj...@umich.edu wrote: > > > Has

Re: [beagleboard] Linux Kernel tree for porting to mailine and basic support.

2017-12-11 Thread mindentropy
On Wednesday, November 29, 2017 at 1:36:56 AM UTC+5:30, Drew Fustini wrote: > > If you are curious about the patches applied on top of mainline, then > check out this directory from Robert's ti-linux-kernel-dev repo: > > > https://github.com/RobertCNelson/ti-linux-kernel-dev/tree/ti-linux-4.14.y

[beagleboard] BeagleBone Green Wireless Audio using tlv320dac3100 codec

2017-12-11 Thread ritesh . singh
Hi, *Info:* I am using BeagleBone Green Wireless(BBGW) with SITARA AM3358xx processor on board for audio driver. For that I am using external tlv320dac3100 codec for audio speaker. As you know, this codec is I2C controlled I2S(MCASP) based. So I want to enable McAsp0(I2S) pins and