2008-01-31 19:10:21 build options used to generate uImage from distribution
Myrick Monroe (UNITED STATES)
Message: 50514
I am able to flash the downloaded uImage for the Blackfin Stamp board and the prompt root:~> is output to the terminal at boot time. However, the images that I build locally don't work. The boot loader simply stopped after loading my compiled uClinux from flash. What are the options chosen for the available uImage that is downloadable from distribution?
I have been able to successfully build images in the past for my Blackfin Ezkit Lite boards but there is something different about the Stamp version.....??
Also, what device drivers are included in the precompiled version? I am having some problems with the flags...
Thanks
QuoteReplyEditDelete
2008-01-31 19:40:20 Re: build options used to generate uImage from distribution
Mike Frysinger (UNITED STATES)
Message: 50520 the default settings are part of the uClinux distribution and are automatically selected when you select the board
there is a short cut you can use by simply running:
make AnalogDevices/<board>_default
the uImage you downloaded reflects the default settings ... so if you want to know what's in it, look at the default settings
if you want to read the log file after not getting any output, please see: