On 10/22/2013 4:12 PM, Condit Alan wrote: > Thanks Charles, > > One step forward. My monitor supports multiple inputs for HDMI (HDMI > AV and HDMI PC). I changed to HDMI PC and that fixed the overscan. > > Now I will try to get the Wireless to work or try building from the > cloned git file. Does the make from git write the output to the SD > card?
If you build from git, you'll still need to download. If you can't get a network hooked up, you can put the boot loader files on the USB card and point the setup_sdcard.sh script to them. The files you need are listed here: http://rcn-ee.net/deb/tools/latest/bootloader-ng Download the two boot-loader files (the SPL and BOOT) for the BeagleBone. The lines are the ones that start with ABI2:am335x_evm, and are currently: ABI2:am335x_evm:SPL http://rcn-ee.net/deb/tools/am335x_evm/MLO-am335x_evm-v2013.07-r0 ABI2:am335x_evm:BOOT http://rcn-ee.net/deb/tools/am335x_evm/u-boot-am335x_evm-v2013.07-r0.img Then, just pass the file names to the setup_sdcard.sh script like so: ./setup_sdcard.sh --spl /path/to/MLO-am335x_evm-v2013.07-r0 \ --bootloader /path/to/u-boot-am335x_evm-v2013.07-r0.img \ <other options> For full details, just look at the ./setup_sdcard.sh source, it's just a bash script. -- Charles Steinkuehler [email protected]
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
