On Thu, Jul 10, 2014 at 10:43 PM, <[email protected]> wrote: > Looking at the directions to install: > > I am not sure where to copy this download to begin the install. > > I have a rev A5 BBB with the standard Angstrom software and a 8GB SD card > with the ...7.5-2014-5-14... release installed. > > I want to leave the Angstrom in place and install the 07-06 Debian on the SD > card. > > Do I copy to Debian running from the SDcard and follow the install steps? > > Also looking in the hwpak folder, I see two possible conf files: > beaglebone.conf and bbb-empty-eprom.conf. For my case, Debian on SDcard, > which should I use. > > Also note that there is a difference in the beaglebone.conf file: > > #!/bin/bash > # --dtb beaglebone (BeagleBone & BeagleBone Black:supported) > > SYSTEM="bone" > > #Bootloader: > conf_board="am335x_evm" > > > > The 'conf_board="am335x_evm"' differs from the settings in other conf > files; > > for example: bbb-empty-eprom.conf has: > > #!/bin/bash > # --dtb beaglebone (BeagleBone & BeagleBone Black:supported) > > SYSTEM="bone" > > #Bootloader: > conf_board="am335x_boneblack"
Just use "--dtb beaglebone" the other one is for oem board bring up's.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
