On Tue, Apr 12, 2016 at 11:41 AM, Carl Krieder <[email protected]> wrote:
> Segfault. What has that got to do with the ROM not recognizing a > partition table? > Everything... The boot ROM is pretty basic..if you have noise/etc anywhere where the bootrom expects "something"... (it's normally looking for a short header) Well, the bootrom can get lost pretty easily.. As long as you: 1: /dev/zero the first 1MB of the drive 2: create your partition table ignoring the first 1MB 3: dd the MLO/u-boot.img into the first 1MB You can have pretty much 'any' rootfs format that u-boot supports... Regards, -- Robert Nelson https://rcn-ee.com/ -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
