Hi, I've solved the problem. It was my mistake, as I was copying *barebox.bin* generated in source directory instead of *barebox_flash_image* that is actually a link to the file *arch/arm/pbl/zbarebox.bin*.
On Tuesday, January 20, 2015 at 12:01:05 PM UTC+1, Mihajlo Jovanović wrote: > > Hi everyone, > > I'm new on this group, so I apologize if this question has been answered > in one of previous discussions. I've searhed through the messages, but I > couldn't find the answer. > > I'm working on Beagle board, EBV Beagle, namely. I'm trying to switch to > Barebox bootloader from standard X-loader / U-boot pair. > > I've checked out barebox source from > > *git://git.pengutronix.de/git/barebox.git > <http://git.pengutronix.de/git/barebox.git>* > > First, I've built MLO: > > > > > *make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- > omap3530_beagle_xload_defconfigmake ARCH=arm > CROSS_COMPILE=arm-linux-gnueabi-* > then barebox.bin: > > > > > *make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- > omap3530_beagle_defconfigmake ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-* > Both MLO and barebox.bin are copied in 128MB boot partition on SD card. I > made Beagle board boot from SD card (holding USER key down when powering > on), but all I got in serial terminal was: > > > > > > > > > *beaglenand: Trying ONFI probe in 16 bits mode, aborting !nand: NAND > device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron ), 256MiB, page size: > 2048, OOB size: 64omap-hsmmc omap3-hsmmc0: registered as omap3-hsmmc0mci0: > detected SD card version 2.0mci0: registered disk0malloc space: 0x87bff400 > -> 0x87fff3ff (size 4 MiB)booting from MMC* > > As far as I can understand, MLO has sent those messages and tried to boot > barebox from MMC, but then it all stopped. Has anyone had the similar > situation? > > I have also enabled kernel low level debug messages and selected UART port > 3 as OMAP debug UART port. > > Any idea and suggestion how to solve this issue is more than welcome. > > Mihajlo > > -- 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.
