[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-03-21 Thread Jaymes Berkly


 This works well, though it doesn't seem to work for the ubuntu image. 
 Working on seeing if booting from eMMC is possible. The eMMC is disabled in 
 the am335x-bbb-exp.dts. After adding the following code below to enable the 
 eMMC worked but the LCD stopped working too.

```scala

 bone_capemgr {

compatible = ti,bone-capemgr;

status = okay;

eeprom = 0xc;


 baseboardmaps {


 board@0 {

board-name = A335BONE;

compatible-name = ti,beaglebone;

linux,phandle = 0x4b;

phandle = 0x4b;

};


 board@1 {

board-name = A335BNLT;

compatible-name = ti,beaglebone-black;

linux,phandle = 0x4c;

phandle = 0x4c;

};

};


 slots {

slot@100 {

ti,cape-override;

priority = 0x1;

compatible = ti,beaglebone-black;

board-name = Bone-LT-eMMC-2G;

version = 00A0;

manufacturer = Texas Instruments;

part-number = BB-BONE-EMMC-2G;

};

};


 capemaps {


 cape@1 {

part-number = BB-BONE-EMMC-2G;


 version@00A0 {

version = 00A0;

dtbo = cape-bone-2g-emmc1.dtbo;

};

};

};

};

``` 

 
On Tuesday, March 18, 2014 5:07:53 PM UTC-4, Kevin Nguyen wrote:

 This isn't the right way to do it but it will work.

 1. Download the Debian Wheezy 7.2 img from and install it on an SD Card 
 using the instructions on the site.
 http://www.armhf.com/index.php/boards/beaglebone-black/

 2. Download the pre-built Angstrom image from Chipsee
 http://www.4shared.com/rar/8lKQ5nSBba/prebuilt-angstrom-bbb-exp-2014.html

 3. Extract the pre-built Angstrom image somewhere.

 4. Copy the 'boot' folder from the Angstrom image to the SD Card and 
 replace any duplicate files.

 5. Plug in the SD Card and boot up.

 Note: I haven't verified but if you follow these instructions I don't 
 think you can flash to the eMMC unless you edit the uEnv.txt
 On Sunday, March 16, 2014 8:50:33 AM UTC-4, Patrick Horvath wrote:

 Has anyone an image for the capacitive 7 LCD version with debian wheezy?



-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-03-21 Thread Jaymes Berkly


 This works well, though it doesn't seem to work for the ubuntu image. 
 Working on seeing if booting from eMMC is possible. The eMMC is disabled in 
 the am335x-bbb-exp.dts. After adding the following code below to enable the 
 eMMC worked but the LCD stopped working too.

 

bone_capemgr {

compatible = ti,bone-capemgr;

status = okay;

eeprom = 0xc;


 baseboardmaps {


 board@0 {

board-name = A335BONE;

compatible-name = ti,beaglebone;

linux,phandle = 0x4b;

phandle = 0x4b;

};


 board@1 {

board-name = A335BNLT;

compatible-name = ti,beaglebone-black;

linux,phandle = 0x4c;

phandle = 0x4c;

};

};


 slots {

slot@100 {

ti,cape-override;

priority = 0x1;

compatible = ti,beaglebone-black;

board-name = Bone-LT-eMMC-2G;

version = 00A0;

manufacturer = Texas Instruments;

part-number = BB-BONE-EMMC-2G;

};

};


 capemaps {


 cape@1 {

part-number = BB-BONE-EMMC-2G;


 version@00A0 {

version = 00A0;

dtbo = cape-bone-2g-emmc1.dtbo;

};

};

};

};


On Tuesday, March 18, 2014 5:07:53 PM UTC-4, Kevin Nguyen wrote:

 This isn't the right way to do it but it will work.

 1. Download the Debian Wheezy 7.2 img from and install it on an SD Card 
 using the instructions on the site.
 http://www.armhf.com/index.php/boards/beaglebone-black/

 2. Download the pre-built Angstrom image from Chipsee
 http://www.4shared.com/rar/8lKQ5nSBba/prebuilt-angstrom-bbb-exp-2014.html

 3. Extract the pre-built Angstrom image somewhere.

 4. Copy the 'boot' folder from the Angstrom image to the SD Card and 
 replace any duplicate files.

 5. Plug in the SD Card and boot up.

 Note: I haven't verified but if you follow these instructions I don't 
 think you can flash to the eMMC unless you edit the uEnv.txt
 On Sunday, March 16, 2014 8:50:33 AM UTC-4, Patrick Horvath wrote:

 Has anyone an image for the capacitive 7 LCD version with debian wheezy?



-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-03-21 Thread Jaymes Berkly
These should be of help elinux http://elinux.org/BeagleBoardUbuntu and 
eewiki http://eewiki.net/display/linuxonarm/BeagleBone+Black
On Friday, March 21, 2014 11:44:54 AM UTC-4, kieuvi...@gmail.com wrote:

 Hi all


 I have a BBB board and a BBB Expansion and I want to build Linux for it. 
 Not prebuild image. Can you show me kernel Linux and tutorial for this?


-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-03-21 Thread Jaymes Berkly
Forgot this one too 
wiki.tihttp://processors.wiki.ti.com/index.php/Sitara_Linux_Software_Developer%E2%80%99s_Guide

On Friday, March 21, 2014 3:21:05 PM UTC-4, Jaymes Berkly wrote:

 These should be of help elinux http://elinux.org/BeagleBoardUbuntu and 
 eewiki http://eewiki.net/display/linuxonarm/BeagleBone+Black
 On Friday, March 21, 2014 11:44:54 AM UTC-4, kieuvi...@gmail.com wrote:

 Hi all


 I have a BBB board and a BBB Expansion and I want to build Linux for it. 
 Not prebuild image. Can you show me kernel Linux and tutorial for this?



-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-02-25 Thread Jaymes Berkly
I am unsure about switching between the two but this may interest you. 
https://groups.google.com/forum/m/#!topic/beagleboard/-4Q3UnqxY3k

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-02-11 Thread Jaymes Berkly
No you have to install your own. If you are looking for a desktop 
environment you have to install that yourself as well. I tried LXDE and 
everything worked, including the touch input.

On Monday, February 10, 2014 10:39:43 PM UTC-5, cybe...@gmail.com wrote:

 OK, so I get to the login and can get past that to command line.

 The only thing I see to run on this image is ./OGLES2Water

 Should there be an X server or something?


 On Thursday, January 30, 2014 3:43:47 AM UTC-6, xris@googlemail.comwrote:

 The previous file share expired. File can now be found at:

 http://www.fileswap.com/dl/pxPvW1nVwM/


 On Monday, January 27, 2014 10:28:06 PM UTC+1, crystal@gmail.comwrote:

 Excellent.  thanks.

 I'll give it a whirl tonight.

 On Thursday, January 23, 2014 12:12:25 PM UTC-6, 
 xris@googlemail.comwrote:

 Hey guys,

 As promised. Ubuntu 12.04 BBB image for the Chipsee 7” 1024x600 LCD 
 touchscreen.

 Grab it here:
 http://www.fileswap.com/dl/sdFGPZoIw6/

 You should find yourself downloading 
 bbb-ubuntu-12.04-for-community.xzhttp://www.fileswap.com/dl/sdFGPZoIw6/bbb-ubuntu-12.04-for-community.xz.html

 Just extract and write that to your SD card (4gb expected) with 
 something like:

 *cat bbb-ubuntu-12.04-for-community.xz | xz -d  /dev/sdX*

 Note it’s a raw sector dump NOT a tarball, so extract straight to your 
 SD card device. (eg.  /dev/sdx, NOT /dev/sdx1) 

 Also note this image doesn’t install or boot from MMC so make sure 
 you’ve got the SD card selected on the boot switch thing.

 Once the extract is complete, simply slap it into the BBB and boot.  It 
 should come up with the Chipsee splash screen but then
 boot into Ubuntu 12.04 after a while. 

 Hope this helps.

 l8r,
 Xris.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.