[RTEMS Project] #3152: Beaglbone Black crashes on u-boot master build.
RTEMS trac
trac at rtems.org
Mon Sep 25 03:45:39 UTC 2017
#3152: Beaglbone Black crashes on u-boot master build.
-------------------------------+------------------------------
Reporter: Chris Johns | Owner: joel.sherrill@…
Type: defect | Status: new
Priority: high | Milestone: 4.12.0
Component: bsps | Version: 4.12
Severity: blocker | Resolution:
Keywords: Beaglebone u-boot |
-------------------------------+------------------------------
Comment (by Chris Johns):
The SD card requires you position the SPL (MLO) and u-boot image in
specific locations to boot:
{{{
dd if=MLO of=sdcard.img count=1 seek=1 conv=notrunc bs=128k
dd if=u-boot.img of=sdcard.img count=2 seek=1 conv=notrunc bs=384k
}}}
The SD card can be formatted with anything.
--
Ticket URL: <http://devel.rtems.org/ticket/3152#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list