On Monday 18 of August 2014 10:16:14 Denys Dmytriyenko wrote: > On Mon, Aug 18, 2014 at 09:34:58AM -0300, Diego Sueiro wrote: > > On Mon, Aug 18, 2014 at 9:28 AM, Maciej Borzecki < > > > > [email protected]> wrote: > > > Rough guess, but it looks like a default u-boot from eMMC. Try following > > > official instruction to make it boot off SD card: > > > https://www.yoctoproject.org/downloads/bsps/daisy16/beaglebone > > > > This should do the trick: > > "Pressing the USER/BOOT button when powering on will temporarily change > > the > > boot order". > > The USER button may sometimes be tricky, as it preserves the state across > reboots. So, if you already booted off of eMMC, holding the button and > rebooting won't work - you'd have to unplug the power to completely turn it > down and then power it up, while pressing the USER button. Making eMMC > non-bootable is more reliable in many cases...
Silly question, is there any requirement that partition block count must be even for boot partition? For instance, I'm not able to boot using this partition layout, keep getting CCC on serial console: Device Boot Start End Blocks Id System /dev/mmcblk0p1 * 2048 22526 10239+ c W95 FAT32 (LBA) /dev/mmcblk0p2 22528 116735 47104 83 Linux This one, almost works (u-boot runs, init fails mounting rootfs): evice Boot Start End Blocks Id System /dev/mmcblk0p1 * 2048 22527 10240 c W95 FAT32 (LBA) /dev/mmcblk0p2 22528 116735 47104 83 Linux -- Maciej Borzęcki Senior Software Engineer Open-RnD Sp. z o.o. www.open-rnd.pl, Facebook, Twitter mobile: +48 telefon, fax: +48 42 657 9079 Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem lub poufne informacje i została wysłana wyłącznie do wiadomości i użytku osób, do których została zaadresowana. Jeśli wiadomość została otrzymana przypadkowo zabrania się jej kopiowania lub rozsyłania do osób trzecich. W takim przypadku uprasza się o natychmiastowe zniszczenie wiadomości oraz poinformowanie nadawcy o zaistniałej sytuacji za pomocą wiadomości zwrotnej. Dziękujemy. This message, including any attachments hereto, may contain privileged or confidential information and is sent solely for the attention and use of the intended addressee(s). If you are not an intended addressee, you may neither use this message nor copy or deliver it to anyone. In such case, you should immediately destroy this message and kindly notify the sender by reply email. Thank you. -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
