Re: [beagleboard] Tizen and BBB

2013-10-11 Thread liyaoshi
Maybe use SaiFish will be more close to the Original project N9 Use TI chip Saifish have release the first beta sdk SGX have release the wayland driver . QT 5 can work on now Tizen use wayland + gtk (just from the intel sdk image) If I have choice . I prefer the SaiFish Regards 2013/10/12 Ch

[beagleboard] Tizen and BBB

2013-10-11 Thread Charles Hamilton
I'm wondering if anyone has had occasion to successfully use Tizen on the Beaglebone Black? Thanks very much. Charles Hamilton -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubs

Re: [beagleboard] Boot from SD

2013-10-11 Thread Saket Sinha
> Do you need Linux for what you are doing? > > Do you need the Linux distro to organize things the way you've laid them > out? > > We need Linux for the driver support since I do not want to write the all the drivers from scratch. > If you are happy using the Angstrom Distribution software that

Re: [beagleboard] RCN are you listening - questions about pinmux, a newbies adventure with BBxM

2013-10-11 Thread liyaoshi
$50 for 3 BBxM boards ? Can I get the link address ? 2013/10/12 Gerald Coley > Not bad. BBB would have been a better choice. > > Gerald > > > > On Fri, Oct 11, 2013 at 5:08 PM, Jon Holcomb wrote: > >> $50 >> >> >> >> On Friday, October 11, 2013 4:14:20 PM UTC-5, Gerald wrote: >> >>> Hope you d

Re: [beagleboard] Ethernet Pwr & Power ON Sequence

2013-10-11 Thread Gerald Coley
Look at he rest of the PMIC. We had to move the regulators around due to the 1.5V rail requirement for DDR3. We lost a higher current LDO as a result. Also note the different versions of the PMIC used between the two boards. Gerald On Fri, Oct 11, 2013 at 7:20 PM, Mike Farrell wrote: > Thanks

Re: [beagleboard] Ethernet Pwr & Power ON Sequence

2013-10-11 Thread Mike Farrell
Thanks Gerald, Your reply is what I was suspecting. What is interesting the regular BB Rev A6A (not the BB Black) powers the PHY from PMIC LDO4. I'm curious if they have had any issues? Mike On Friday, October 11, 2013 6:48:36 PM UTC-5, Gerald wrote: > Not enough current. > VDD_3V3AUX

Re: [beagleboard] RCN are you listening - questions about pinmux, a newbies adventure with BBxM

2013-10-11 Thread Gerald Coley
Not bad. BBB would have been a better choice. Gerald On Fri, Oct 11, 2013 at 5:08 PM, Jon Holcomb wrote: > $50 > > > > On Friday, October 11, 2013 4:14:20 PM UTC-5, Gerald wrote: > >> Hope you didn't pay too much! >> >> Gerald >> >> >> >> On Fri, Oct 11, 2013 at 4:10 PM, Jon Holcomb wrote: >>

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-11 Thread linusti
It's pretty simple. You do something along the lines of: BBLAYERS ?= " \ ${TOPDIR}/../meta \ ${TOPDIR}/../meta-yocto \ ${TOPDIR}/../meta-beagleboard/common-bsp \ " in your bblayers.conf and it will build BeagleBone image sets. Of course, I've also added some meta-openembedded stuff in,

[beagleboard] When should we expect a new kernel, etc. in the metadata layer?

2013-10-11 Thread linusti
I'm presuming that the upstream U-Boot has everything that's in the patch set (plus some...I need to be able to support the eMMC boot partitions...) - if so, when can we expect the move to the head there and when is the next clean rev of the kernel planned? -- For more options, visit http://be

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-11 Thread linusti
You can't just build from Yocto. Angstrom kind of wires in some of the stuff in meta-beagleboard, but you need it in there as well to make it build right with Yocto/Poky. On Thursday, October 10, 2013 11:40:00 AM UTC-6, dlewin555 wrote: > > This is interesting as I also built from Yocto and did

[beagleboard] Re: BBB won't boot with custom Yocto (Poky) Build

2013-10-11 Thread linusti
Don't use the meta-ti layer. It's got...issues... It sort-of works with BeagleBone- but the meta-beaglebone one is the one they're using to make the official images with from my current understanding. Works correctly with Poky or Angstrom. On Monday, October 7, 2013 7:17:03 AM UTC-6, say...

Re: [beagleboard] Ethernet Pwr & Power ON Sequence

2013-10-11 Thread Gerald Coley
Not enough current. VDD_3V3AUX comes on at the wrong time in the sequence The 3V3B rail is for extra current. Gerald . On Fri, Oct 11, 2013 at 5:38 PM, Mike Farrell wrote: > I did do a search first on this subject and did not come up with anything. > > The BBB the LAN8710 PHY is powered by t

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 5:41 PM, David Lambert wrote: > On 13-10-11 03:48 PM, Robert Nelson wrote: >> >> >> git clone https://github.com/beagleboard/kernel.git >> cd kernel >> git checkout origin/3.12 -b 3.12 >> >> Regards, >> > Thanks Robert. Now I am getting further. As I am outside the Angstrom

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread David Lambert
On 13-10-11 03:48 PM, Robert Nelson wrote: git clone https://github.com/beagleboard/kernel.git cd kernel git checkout origin/3.12 -b 3.12 Regards, Thanks Robert. Now I am getting further. As I am outside the Angstrom setup-scripts environment, what toolchain should I use? -- For more optio

[beagleboard] Ethernet Pwr & Power ON Sequence

2013-10-11 Thread Mike Farrell
I did do a search first on this subject and did not come up with anything. The BBB the LAN8710 PHY is powered by the VDD_3V3B rail. The VDD_3V3B rail comes from a LDO sourced by SYS_5V and enabled by the PMCI VDD_3V3AUX. My questions are: 1) Why not power the PHY directly off of the PMIC VDD

Re: [beagleboard] RCN are you listening - questions about pinmux, a newbies adventure with BBxM

2013-10-11 Thread Jon Holcomb
$50 On Friday, October 11, 2013 4:14:20 PM UTC-5, Gerald wrote: > > Hope you didn't pay too much! > > Gerald > > > > On Fri, Oct 11, 2013 at 4:10 PM, Jon Holcomb > > > wrote: > >> All: >> First off, thanks to Brian Hensley and Robert Nelson for their wealth of >> information and support. >>

Re: [beagleboard] Re: 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 4:28 PM, RL Budde wrote: > Hi. Was the issue with the loading of Device Tree Overlays sorted out? The > patchset was disabled in the 3.8 kernels which prevented DTBS from being > loaded from eMMC on startup. Well considering the 3.12 doesn't contain "any" overlays at this

[beagleboard] Re: 3.12-rc4: kernel testing time...

2013-10-11 Thread RL Budde
Hi. Was the issue with the loading of Device Tree Overlays sorted out? The patchset was disabled in the 3.8 kernels which prevented DTBS from being loaded from eMMC on startup. BR Robert Am Freitag, 11. Oktober 2013 02:09:24 UTC+2 schrieb RobertCNelson: > > So here is the deal; 3.8 is old, and

[beagleboard] Re: Image for beagleboard xm

2013-10-11 Thread Jon Holcomb
Check out http://www.brianhensley.net/2013/01/beagleboard-xm-how-to-install-ubuntu.html I am not sure what OS you want but he explains how to format the SD card and install ubuntu. On Tuesday, October 8, 2013 2:59:22 AM UTC-5, Aline Guisky wrote: > > Hi all, > I'm a newbie to all linux stuff..

Re: [beagleboard] RCN are you listening - questions about pinmux, a newbies adventure with BBxM

2013-10-11 Thread Gerald Coley
Hope you didn't pay too much! Gerald On Fri, Oct 11, 2013 at 4:10 PM, Jon Holcomb wrote: > All: > First off, thanks to Brian Hensley and Robert Nelson for their wealth of > information and support. > > I am a retiree that, after a 30+ year stint building electronic/mechanical > devices in the

[beagleboard] RCN are you listening - questions about pinmux, a newbies adventure with BBxM

2013-10-11 Thread Jon Holcomb
All: First off, thanks to Brian Hensley and Robert Nelson for their wealth of information and support. I am a retiree that, after a 30+ year stint building electronic/mechanical devices in the medical research field in a MS Windows centric university , thought that I would expand my horizons

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 3:30 PM, David Lambert wrote: > On 13-10-11 02:47 PM, David Lambert wrote: >> >> On 13-10-11 02:29 PM, Robert Nelson wrote: >>> >>> On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: Excuse my ignorance, but could you point me to an "idiots guide" for do

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread David Lambert
On 13-10-11 02:47 PM, David Lambert wrote: On 13-10-11 02:29 PM, Robert Nelson wrote: On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: Excuse my ignorance, but could you point me to an "idiots guide" for download/building this kernel. The README.md still mentions the 3.8 kernel. Is it

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
>> >> ah... okay because uImage gets interesting in v3.12 >> >> make ARCH=arm LOADADDR=0x80008000 uImage > > is there any actual *technical* reason to continue using uImage now > that u-boot for BBB has switched to using zImage by default? Really none, unless the user doesn't want to update thei

[beagleboard] Re: device name in network (NetBIOS)

2013-10-11 Thread lorenz03tx
I had the same issue (with BBB), the answer was two fold 1) Set the host name in /etc/hostname 2) opkg install samba Be aware samba is a rather huge package to just get netBIOS out of, but the only package I found that would work (let me know if you find something more light weight). It does of

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert P. J. Day
On Fri, 11 Oct 2013, Robert Nelson wrote: > On Fri, Oct 11, 2013 at 2:47 PM, David Lambert wrote: > > On 13-10-11 02:29 PM, Robert Nelson wrote: > >> > >> On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: > >>> > >>> Excuse my ignorance, but could you point me to an "idiots guide" for > >>>

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 2:47 PM, David Lambert wrote: > On 13-10-11 02:29 PM, Robert Nelson wrote: >> >> On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: >>> >>> Excuse my ignorance, but could you point me to an "idiots guide" for >>> download/building this kernel. The README.md still menti

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread David Lambert
On 13-10-11 02:29 PM, Robert Nelson wrote: On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: Excuse my ignorance, but could you point me to an "idiots guide" for download/building this kernel. The README.md still mentions the 3.8 kernel. Is it simply a matter of RTFM plus changing 3.8 to 3

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 11:00 AM, David Lambert wrote: > Excuse my ignorance, but could you point me to an "idiots guide" for > download/building this kernel. The README.md still mentions the 3.8 kernel. > Is it simply a matter of RTFM plus changing 3.8 to 3.12? David, I just pushed an update to

Re: [beagleboard] Use SD card to save data and also GPMC bus

2013-10-11 Thread Gerald Coley
Depends on your definition of HIGH. GPMC is 100MHZ and up to 16Bits wide. Gerald On Fri, Oct 11, 2013 at 9:58 AM, Alberto Potenza < alberto.potenz...@gmail.com> wrote: > Look, > I should have 32-bit data generated with a frequency f =100kHz. > Which means a data throughput of 3.2Mb/s. > With

[beagleboard] Problem reloading a GP timer kernel module on the xm

2013-10-11 Thread Chris Shiplet
Hey all, I'm fairly new to Linux kernel module development, so I apologize in advance if I'm missing something really obvious here. I'm trying to write a simple module using the OMAP3730's GP timer in order to benchmark/timestamp with more resolution. The relevant code looks like this: static

Re: [beagleboard] Build Mainline U-Boot and Kernel

2013-10-11 Thread halherta
Robert & Nick, Thanks for this info! Its great that we now have mainline U-boot support for the BBB. Since I didn't get a response for the other question that I had ( TImeline for Mainline Linux Kernel support) I'm going to assume that it's a touchy subject. I thank all parties involved for all

[beagleboard] Re: RTL8188EUS driver for BBB

2013-10-11 Thread Ken Yang
Thanks so much. Please share what you had. I understand the risk and will not be blaming you if anything happens to my BBB LOL On Friday, 11 October 2013 06:24:11 UTC-4, sekr...@gmail.com wrote: > > Sorry > > My friend borrowed my BBB since last monday. But I have a built kernel in > tar ball (

[beagleboard] Re: BeagleBone Black QT GUI Application

2013-10-11 Thread MCU Solution
when i use the command "pkill gdm" then run my application , its running. but Mouse operation nill. how can i run the button like graphic application without using the command pkill gdm any idea ?? On Friday, October 11, 2013 9:05:31 PM UTC+5:30, MCU Solution wrote: > > Yes i have it. > > On Fr

[beagleboard] Which branch for building OE? v2012.12-yocto1.3 still or v2013.06-yocto1.4?

2013-10-11 Thread smith . winston . 101
Last time I built OE for the BBB, the recommendation was to use angstrom-v2012.12-yocto1.3 as angstrom-v2013.06-yocto1.4 didn't compile. That was in August, now I see that there's a angstrom-v2013.12-yocto1.5 in https://github.com/Angstrom-distribution/meta-angstrom/blob/master/README 1) Does

[beagleboard] Re: beaglebone to receive infrad remote control with one GPIO pin?

2013-10-11 Thread pliptm
Hi, have anybody managed to get Lirc workin? if so, can somebody give me directions, how to do that ? On Tuesday, February 12, 2013 3:47:50 PM UTC+2, c2h2 wrote: > > Hi, I have an infrared sensor receiver connected to one of the GPIO pins > of beaglebone, and I can echo value of the GPIO pin

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread David Lambert
Excuse my ignorance, but could you point me to an "idiots guide" for download/building this kernel. The README.md still mentions the 3.8 kernel. Is it simply a matter of RTFM plus changing 3.8 to 3.12? TIA, Dave. On 13-10-10 07:09 PM, Robert Nelson wrote: So here is the deal; 3.8 is old, and

[beagleboard] Re: BeagleBone Black QT GUI Application

2013-10-11 Thread MCU Solution
Yes i have it. On Friday, October 11, 2013 10:10:23 AM UTC+5:30, MCU Solution wrote: > > is it possible to run QT GUI Application on Beaglebone Black with HDMI > Output? > > i try the QT GUI Example ,No Output in the Monitor .but i try hello world > in the terminal its show hello world but i tr

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 8:53 AM, Jason Kridner wrote: > On Fri, Oct 11, 2013 at 8:51 AM, Robert Nelson > wrote: >> On Thu, Oct 10, 2013 at 10:06 PM, Jason Kridner >> wrote: >>> On Thu, Oct 10, 2013 at 8:09 PM, Robert Nelson >>> wrote: So here is the deal; 3.8 is old, and 3.12-rc4 is newe

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Charles Steinkuehler
On 10/11/2013 7:49 AM, Robert Nelson wrote: > On Thu, Oct 10, 2013 at 8:43 PM, Charles Steinkuehler > wrote: >> On 10/10/2013 7:09 PM, Robert Nelson wrote: >>> Regression/testing: >>> Are we missing any kernel config settings from 3.8 that you used? >>> Does your Cape still work? If it wasn't obv

Re: [beagleboard] Use SD card to save data and also GPMC bus

2013-10-11 Thread Alberto Potenza
Look, I should have 32-bit data generated with a frequency f =100kHz. Which means a data throughput of 3.2Mb/s. With SPI I should have the possibility to work with a data throughput of 48Mb/s (which is more than 10 times faster). I already know your question: "But in the previous post you said th

Re: [beagleboard] Using the cloud9 IDE to run a .exe file on the SD card

2013-10-11 Thread William Hermans
Jason Kridner already told you how to run an executable in another post. More specifically he told you where to look for good information, Also as evilwulfie said. Linux does not run .exe files. You also said this in another post. You need to be clear here otherwise we're going to start thinking y

[beagleboard] eQep -quadrature encoder controller - anybody using it?

2013-10-11 Thread Giuseppe Iellamo
Hi all, Since I want to use Beaglebone black in order to perform e motor position controller I need to use an Encoder. I'm struggling with the eQep configuration. Searching other posts I found this: https://groups.google.com/forum/#!searchin/beagleboard/encoder/beagleboard/mE_ha4zOApM/VewMCyQx

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Jason Kridner
On Fri, Oct 11, 2013 at 8:51 AM, Robert Nelson wrote: > On Thu, Oct 10, 2013 at 10:06 PM, Jason Kridner > wrote: >> On Thu, Oct 10, 2013 at 8:09 PM, Robert Nelson >> wrote: >>> So here is the deal; 3.8 is old, and 3.12-rc4 is newer/better/etc... >>> >>> Functionally, it seems ready in my small

Re: [beagleboard] Boot from SD

2013-10-11 Thread Jason Kridner
On Fri, Oct 11, 2013 at 9:10 AM, Saket Sinha wrote: > > I want to be able to write a c program (.exe), upload it to an SD card (and > add the relevent boot files to the SD card) and then get the beaglebone to > boot up from the SD card and run the program on startup. > > First compile the executab

Re: [beagleboard] Boot from SD

2013-10-11 Thread Saket Sinha
I want to be able to write a c program (.exe), upload it to an SD card (and add the relevent boot files to the SD card) and then get the beaglebone to boot up from the SD card and run the program on startup. First compile the executable(hello.o suppose) with the arm toolchain you have. Copy the ex

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Thu, Oct 10, 2013 at 10:06 PM, Jason Kridner wrote: > On Thu, Oct 10, 2013 at 8:09 PM, Robert Nelson > wrote: >> So here is the deal; 3.8 is old, and 3.12-rc4 is newer/better/etc... >> >> Functionally, it seems ready in my small 5 board sample size. 3 of >> which have been running 24/7 @ 100

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Robert Nelson
On Thu, Oct 10, 2013 at 8:43 PM, Charles Steinkuehler wrote: > On 10/10/2013 7:09 PM, Robert Nelson wrote: >> Regression/testing: >> Are we missing any kernel config settings from 3.8 that you used? >> Does your Cape still work? > > Does it come with Xenomai support?!? :) I sense, we have a new

Re: [beagleboard] Using the cloud9 IDE to run a .exe file on the SD card

2013-10-11 Thread evilwulfie
.exe file is a windows executable, dont think the bbb can do that lol On 10/11/2013 4:25 AM, jdpvo...@gmail.com wrote: > I'm trying to use the cloud9 IDE to write a .js program which will > autorun on bootup. This .js program needs to make the beaglebone run a > .exe file on the SD card. However

Re: [beagleboard] Use SD card to save data and also GPMC bus

2013-10-11 Thread Gerald Coley
Is that going to be fast enough for your application? Gerald On Fri, Oct 11, 2013 at 5:49 AM, Alberto Potenza < alberto.potenz...@gmail.com> wrote: > Hello Gerald, > I am starting to think to use the SPI approach to send data from FPGA to > BBB. > This is a completely different approach but it

Re: [beagleboard] Re: BBB no power LED

2013-10-11 Thread Gerald Coley
Sound like the monitor is out putting 5V on the HDMI connected. Not good. Violates the specification. Try removing RT1 from the board and see if that helps. Gerald On Thu, Oct 10, 2013 at 7:22 PM, shedmeister wrote: > Gerald, > > I finally got back to this. The monitor is a 7" Lilliput 669g

Re: [beagleboard] Re: Motorola Lapdock HDMI Does Not Work with 0620 Angstrom Image--Works with 0508 image.

2013-10-11 Thread Gerald Coley
That is correct. Connect to the Host USB port on the BBB. That is the one that you have to remove the 5V wire from, inside the cable. The microUSB on the board is not used in this setup. 1-HDMI cable to the board. USB Host on the board to USB cable on the dock, 5V wire removed. Gerald On Fri,

[beagleboard] Using the cloud9 IDE to run a .exe file on the SD card

2013-10-11 Thread jdpvocis
I'm trying to use the cloud9 IDE to write a .js program which will autorun on bootup. This .js program needs to make the beaglebone run a .exe file on the SD card. However im not a javascript programmer, i'm a c programmer, so i'm slightly stumped as of how to do it. Any suggestions? -- For mo

[beagleboard] Re: RTL8188EUS driver for BBB

2013-10-11 Thread sekranger
Sorry My friend borrowed my BBB since last monday. But I have a built kernel in tar ball (with 8188eus module). Would you like to try it? On Thursday, October 10, 2013 11:08:27 PM UTC+7, Nicola Farina wrote: > > I'm also interested in your solution as I'm recycling that same dongle > from the

[beagleboard] Boot from SD

2013-10-11 Thread jdpvocis
I want to be able to write a c program (.exe), upload it to an SD card (and add the relevent boot files to the SD card) and then get the beaglebone to boot up from the SD card and run the program on startup. Can anyone help? -- For more options, visit http://beagleboard.org/discuss --- You rec

Re: [beagleboard] Re: Motorola Lapdock HDMI Does Not Work with 0620 Angstrom Image--Works with 0508 image.

2013-10-11 Thread cyanide41
On Wednesday, September 4, 2013 8:38:32 AM UTC-7, Gerald wrote: > > > You will need to cut the 5V wire on the USB cable to get it to work. The > Dock and the board both source 5V. > > > Gerald > > > I am sure this will sound like a dumb question, and I am pretty sure I know the answer. For the

[beagleboard] Re: RTL8188EUS driver for BBB

2013-10-11 Thread sekranger
Hello Ken Yang and Nicola Farina, Sorry, for now, my friend borrow me my BBB. They will return it back to me in this Sunday. I will share the solution once I get it back. I also have my built kernel file. I don't know will it work on another BBB. Would you two like to try? (No, I will not warra

[beagleboard] Web script running

2013-10-11 Thread noah
I am trying to on beaglebones server run a bonescript file when someone accesses the local web server. Please help. Maybe I can use node.js or something? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "B

Re: [beagleboard] Use SD card to save data and also GPMC bus

2013-10-11 Thread Alberto Potenza
Hello Gerald, I am starting to think to use the SPI approach to send data from FPGA to BBB. This is a completely different approach but it will allow me to boot from the eMMC and save data in the SC. I think that the max speed to send data should be 48 MHz (but I should look around if it is righ

[beagleboard] a minimal, from scratch, build for the BBB, and further developments

2013-10-11 Thread Robert P. J. Day
i know i've posted this before but if people want to build a bootable minimal image for the BBB from the ground up, this: http://www.crashcourse.ca/wiki/index.php/Minimal_scratch_build_for_BBB is a recipe i used in a course last week, where students formatted a fresh SD card, then downloaded,

Re: [beagleboard] Re: eMMC boot partition enable

2013-10-11 Thread liyaoshi
what I mean is do boot rom support EXT_ESD [179] ? 2013/10/11 Robert P. J. Day > On Fri, 11 Oct 2013, liyaoshi wrote: > > > 内嵌图片 1 > > > > As I understand , AM335X dont support eMMC BOOT PARTITION ,above eMMC > 4.3 spec ,rom dont read EXT_ESD > > [179] > > > > Is this right ? > > > > Do you

Re: [beagleboard] Re: eMMC boot partition enable

2013-10-11 Thread Robert P. J. Day
On Fri, 11 Oct 2013, liyaoshi wrote: > 内嵌图片 1 > > As I understand , AM335X dont support eMMC BOOT PARTITION ,above eMMC 4.3 > spec ,rom dont read EXT_ESD > [179] > > Is this right ? > > Do you anyone have some other can share about this ? actually, the current u-boot defines am335x_boneblac

RE: [beagleboard] Is it safe to power Beagleboard XM Rev B with 5V Supply of PC ATX SMPS?

2013-10-11 Thread tushar gurjar
Thanks Paul & Gerald for the info & links! Best Regards, Tushar Date: Thu, 10 Oct 2013 10:15:15 -0700 From: paulc...@gmail.com To: beagleboard@googlegroups.com CC: tushar...@hotmail.com Subject: Re: [beagleboard] Is it safe to power Beagleboard XM Rev B with 5V Supply of PC ATX SMPS? I'm runni

Re: [beagleboard] graceful powerdown

2013-10-11 Thread Antonio Garcia Oteros
Hi Michael, I want to ask you if you have tested this backup system with a supercap. I thought that it's the better solution to keep your SD card without corruption, but I'm not sure if TPS65217 works fine with a supercap instead of Lithio battery. Could you tell me if it's works fine? Do you use