BBB default sudo and root passwords
Host: 192.168.7.2 (win) or 192.168.6.2 (mac)
Username: debian
Password (also for sudo): temppwd
Root password: root or blank
Connect to BBB through VM
The BBB can be connected to VM to enable remote deployment of cross-compiled code directly to the BBB.
Setting up BBB outside VM (To be done first)
- Fully shutdown VirtualBox and plug the BBB in to the host computer's USB. It should show up as a USB drive.
- Install the correct BBB drivers for your host OS. These can be obtained from the http://beagleboard.org/getting-started. Note: The drivers stored in the BBB that shows up as USB device (on your computer) maybe outdated.
- If the drivers were installed correctly, you should be able to remote login to the BBB (debian@192.168.7.2 with password: temppwd) using Putty (Win) or SSH (linux/mac). Note that the hostname for mac might be 192.168.6.2 for mac.
- For copying files you can use WinSCP or FileZilla.
Setting up VirtualBox to enable USB ethernet connection to BBB.
- Download and install the VirtualBox Oracle VM VirtualBox Extension Pack.
- Under VirtualBox Settings > Network > Adapter, Enable Network Adapter and select NAT. Now launch the VM and check that you have internet access.
- Shutdown the VM.
- In VirtualBox go to settings > ports > usb. For windows this will be settings > USB
- Select USB 3.0 (xHCI) Controller, or USB 2.0 if you are using a 2.0 port on your computer.
- Select "add new USB filter" and select the BBB (you may need to connect the BBB for it to show up in the list). Keep default settings and make sure that the new filter is ticked.
- Safely eject and Physically disconnect the BBB from your computer
- Start the VM and connect the BBB to the USB port. After a small delay, the BBB should show up in the guest OS.
- Switch the internet connection to USB ethernet in the guest OS. In Debian this can be done through Settings > Network > USB Ethernet, toggle ON button.
- SSH into BBB using
ssh debian@192.168.7.2
with password: temppwd - Note: To get internet access on the guest OS, you would need to switch back to wired ethernet in Debian network settings.
- To end session issue:
ctrl+d