|
outofthebox
My Beagle Board Out of the box experienceWhat's in the box? Box should have a 3"x3" OMAP3530 Board. Is their any factory default software flashed onto this board? Yes, x-loader and u-boot should have been flashed on to the board. How can I execute factory defaults from Beagle Board? Setup
NOTE: Connecting all peripherals (mentioned above) is not mandatory, start using the one you have. Powering Beagle Board
ExperienceThis should bring up u-boot and the following Board Diagnostic tests will be performed:
40T Texas Instruments X-Loader 1.41 Starting on with MMC Reading boot sector 717372 Bytes Read from MMC Starting OS Bootloader from MMC... U-Boot 1.3.3 (Jul 10 2008 - 16:30:47) OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz OMAP3 Beagle Board + LPDDR/NAND DRAM: 128 MB NAND: 256 MiB *** Warning - bad CRC or NAND, using default environment In: serial Out: serial Err: serial Audio Tone on Speakers ... complete Hit any key to stop autoboot: 0 OMAP3 beagleboard.org # What next? Questions? |
Sign in to add a comment
This is not right. Out of the box, Beagle should boot from the on-board NAND flash, not the MMC.
how come i cant get a response on my hyperterminal? i am setting it up as theysuggest.
does nand have software out the box that will send back a response on my hyperterm?
I used gserial.inf to activate the USB on serial (my laptop doesn't have a db9 serial port.
That all worked fine. This is what I got when the BeagleBoard booted: ////////// (not these marks) 5 4 3 2 1 0 No MMC card found Booting from nand ...
NAND read: device 0 offset 0x280000, size 0x400000
Wrong Image Format for bootm command ERROR: can't get kernel image! OMAP3 beagleboard.org # ///////////////// (not these marks) Is there a problem or do I just need an image on the SD card? Andy