On Wednesday, April 15, 2015, Robert P. J. Day <rpj...@crashcourse.ca>
wrote:

>
>   just a yes or no ... if i configure and build buildroot for a BBB,
> will the generated artifacts simply "work" if i copy them to an
> appropriately formatted SD card?
>
>   i ask as i downloaded the current state of buildroot, did the
> obligatory:
>
>   $ make beaglebone_defconfig
>   $ make
>
> and got fairly predictable results:
>
> -rw-rw-r--. 1 rpjday rpjday   34004 Apr 15 10:41 am335x-boneblack.dtb
> -rw-rw-r--. 1 rpjday rpjday   32858 Apr 15 10:41 am335x-bone.dtb
> -rw-rw-r--. 1 rpjday rpjday  102416 Apr 15 10:07 MLO
> -rw-rw-r--. 1 rpjday rpjday 3013632 Apr 15 10:41 rootfs.ext2
> -rw-rw-r--. 1 rpjday rpjday  364200 Apr 15 10:07 u-boot.img
> -rw-rw-r--. 1 rpjday rpjday      96 Apr 15 10:41 uEnv.txt
> -rwxrwxr-x. 1 rpjday rpjday 3600224 Apr 15 10:41 zImage
>
>   *however*, without a chance to test this at the moment, i note that
> the contents of uEnv.txt are kind of skimpy:
>
> bootpart=0:1
> bootdir=
> uenvcmd=run loadimage;run loadramdisk;run findfdt;run loadfdt;run ramboot
>
> as in, no reference to the kernel image file or the dtb file, so i'm
> only assuming that all of that is somehow encoded in the u-boot.img.
>
>   i'm going to dig deeper later, but can anyone who's done this verify
> that just copying those artifacts to an SD card will give me a
> bootable system? thanks.
>
> rday
>
>
Hello.

I've seen your work on the yocto list.

It looks like you have most of the parts there. I think the am335x will use
the file system and load the mlo. So yep, it looks like you can copy the
files over and the bbb should boot off of it (assuming you hold the boot
button or have zeroed out the first block of emmc). At least you should get
into uboot. Not sure what that roofs.ext2 is but that's probably because we
boot to another partition, that may work just fine.

Chris

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

Reply via email to