Tagged Questions
0
votes
1answer
125 views
DM9601 Driver for u-boot on beagleboard
I'm trying to do a nfs boot from my Beagleboard. My Davicom Dm9601, was not detected from u-boot, hence its failing with the error "0 ethernet devices found" and "Remote device not responded"
I have ...
0
votes
1answer
200 views
How to run custom kernel on beaglebone?
I am starting kernel or operating system programming for beaglebone with TI - AM3359 SoC. I have written an assembly program to write some characters to the serial interface (just to start off with) ...
0
votes
1answer
643 views
BeagleBoard C5 Building u-boot
I am trying to successfully build u-boot for my BeagleBoard C5 board. I am using Ubuntu 10.04 and the Crosstool-NG toolchain. I have working images for Xloader (MLO), u-boot.bin, and uImage that I ...
0
votes
1answer
327 views
Embedded linux bitbake - how to extract source of u-boot
Following the instructions on
http://www.angstrom-distribution.org/building-angstrom
I did a $bitbake u-boot -c configure
It downloaded the sources and patches of u-boot for beagleboard. I want to ...
1
vote
1answer
1k views
Beagleboard: Erased NAND flash and now not booting
I have a Beagle board OMAP3530-GP and I had copied my kernel and rootfs into two partitions of the SDcard and wanted to boot it.
partition 1 of the SDcard: FAT32 boot partition
with the following ...
0
votes
1answer
548 views
Questions about u-boot relocation feature
I am using the u-boot-2011.12 on my OMAP3 target, the cross tool chain is CodeSourcery arm-none-linux-gnueabi, I compiled u-boot, downloaded it onto the target and booted it, everything went fine,but ...