I just got my new beagleboard rev.c4 this week. To start with, I
checked if the boards were working and connected it to the serial
port. I had problems trying to communicate with minicom. I finally
gave up and used hyperterminal instead. It worked on my first try!
Now that I'm sure nothing is wrong with the boards, I proceeded to
formatting the SD card. I followed several documentation/tutorial
(including the video demo from Digikey) in formatting the SD card. I
can't seem to format the SD properly using the partition editor from
ubuntu. I was able to finally format and make the two partitions
automount using mkcard.sh I got from: http://www.xora.org.uk/2009/08/14/omap3-sd-booting/.
Now, I'm installing the Angstrom into the SD card. I still haven't
found any guide that would help me install Angstrom. Everytime I untar
the Angstrom Demo I always get an error; Cannot open: No such file or
directory
I've been working two days now and still no progress. Any help would
be appreciated! Thanks!
Going back a while someone asked pretty much the same question. I
recommended using gtkterm instead of minicom and that worked for him.
You just have to configure the port (ttyS?/ttyUSB?) and you are attached.
I've used gtkterm here since it first appeared some years ago.
Regards
Sid.
I'll stick with hyperterminal at this point. I have some additional
question regarding the SD card formatting.
I found some guides stating to copy MLO, u-boot.bin, & uImage on the
FAT32 partition and untar the Angstrom Demo image on the ext3
partititon.
Other guides would tell you to include x-load.bin.ift on the FAT 32
partition and modules-2.6.xx-rxx-beagleboard.tgz on the partition on
the ext3 partition.
Which guide will I follow? I have the latest revision C4 beagle.
Also in the http://www.angstrom-distribution.org/demo/beagleboard/
website, several uImage files can be downloaded as shown below:
uImage
uImage-2.6.26-r64-beagleboard.bin
uImage-2.6.27-r12-beagleboard.bin
uImage-2.6.28-r17-beagleboard.bin
uImage-2.6.29-r47-beagleboard.bin
Which file will I download and copy to the first partition?
Thanks in advance!
BTW, I was able to boot with my SD card but encountered a Kernel panic
error.
I'd recommend IVT VT220 Freeware, I've been using it with my beagle
for months now (with Vista x64 and a 16550 port).
I had been using TeraTerm before that with some success, but IVT's
emulation appears more complete.
I finally got Angstrom running in the beagleboard. But is there a way
I could run Angstrom directly from the SD card (not using a serial
connection and hyperterminal)? Everytime I am able to run Angstrom, I
have to go to hyperterminal and type 'boot" or 'run bootcmd' to
successfully load the OS. If I use & hold the user button while
resetting I get a kernel panic error. Thanks in advance!
Here is what I did and it worked for me. After making partitions in SD
card and loading the u-boot files and ext3 files onto SD card (I used
this link for writing FAT32 files alone: http://www.openismus.com/documents/linux/embedded/beagleboard_getting_started.shtml#RunningLinux),
I powered on beagleboard with the DVI cable already plugged in. After
powering the board, and holding down USR button with RESET button just
pressed and released, Angstrom booted directly onto DVI
monitor.........
I did not serial port mechanism at all as I am awaiting the arrival of
serial cables.........Just tried after setting up the SD card with
direct booting onto DVI monitor, it worked..........
Thanks for your suggestion. But after reading the link I found this
line quite confusing:
Copy the file that starts uImage… to uImage.bin on the FAT32 boot partition. Recent versions of u-boot.bin expect the kernel binary to >be called uImage, not uImage.bin, so check the output from the bootloader on the serial console if the BeagleBoard does not boot.>
sudo cp uImage.bin /mnt/bootbeagle/uImage.bin
What does the command mean? Or is there a typo error on that code?
Should it be..
You're right! I was overwhelmed with the number of documentations/
guides I got from different sources. I'm new to beagleboard, so I
tried to follow guides line by line. I must have messed it up with
some bootargs commands.
Any straightforward ideas how I could restore the factory settings?