[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...@gmail.com wrote:

 Step 1.) I followed this post to build Poky for the BBB:
 https://gist.github.com/errordeveloper/4056193

 Step 2.) I followed this to setup the SD card:
 https://pixhawk.ethz.ch/tutorials/omap/boot_from_sd_sdhc

 Step 3.) I followed this for deploying my artifacts (MLO, u-boot, uImage  
 file system)
 https://pixhawk.ethz.ch/tutorials/omap/copy_sd_card

 I have also tried to swap out Step 2 above for the mkcard.txt script found 
 here:
 http://downloads.angstrom-distribution.org/demo/beaglebone/

 In all cases, I attempt to boot the BBB and I do not get anything over the 
 HDMI display and nothing hits my routers DHCP server to receive an IP 
 address.

 I do not have an FTDI Cable but can buy one if that is the logical next 
 step in debugging.  

 Any advice?  Without an FTDI Cable, is there anyway to watch the boot 
 process?  

 Is the new Boot partition necessary (uImage, u-boot, MLO) or can I simply 
 deploy the file system to the SD card?

 Sorry for the Newbie question!

 ~ Sayguh


-- 
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.


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, but past that it should be 
peachy for you.

On Thursday, October 10, 2013 12:28:17 PM UTC-6, Robert P. J. Day wrote:

 On Thu, 10 Oct 2013, dlew...@gmail.com javascript: wrote: 

  This is interesting as I also built from Yocto and didn't managed to 
  make the BBB starting. 

   i'd like an OE/yocto recipe that builds working BBB parts right out 
 of the box. nothing fancy, a booting core-image-minimal would be just 
 ducky. 

   anyone have something like that? 

 rday 

 -- 

  
 Robert P. J. Day Ottawa, Ontario, CANADA 
 http://crashcourse.ca 

 Twitter:   http://twitter.com/rpjday 
 LinkedIn:   http://ca.linkedin.com/in/rpjday 
  


-- 
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] 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://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.