This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up from a VM
Matthew Yu edited this page Jun 30, 2020
·
1 revision
- Download the latest version of VirtualBox and the extension pack from the VirtualBox site.
- Install VirtualBox by going through the prompts.
- When VirtualBox is started, you can open up File > Preferences > Extensions and add the extension pack file.
- Add a new VM form the main window. Set the name as something like
Ubuntu 20.04 RASBox
. VirtualBox should autopopulate the type as Linux and Version as Ubuntu, 64 bit. - Set the memory size. 2048 MB (2 GB) should work fine for our purposes.
- Create a virtual hard disk.
- Choose the VDI disk file type.
- Set the disk to be dynamically allocated.
- Set the initial virtual hard disk size to 10 GB.
- Create the VM. You should now see it in the left hand bar.
- Click on the VM, then click on Settings on the top bar and General > Advanced. Enable Shared Clipboard and Drag'n'Drop to be bidirectional.
- Go to System > Processor and bump up the processors if you want.
- Go to USB and Enable the USB Controller. Select USB 2.0 (OHCI + EHCI) Controller.
- Plug in your TM4C with USB connected to the Debug port and turned on.
- Go to the right and click the button with a plus. See if VirtualBox can auto identify the USB connection (in Ubuntu, the connection is listed as
Texas Instruments In-Circuit Debug Interface
. - If no USB devices are identified, and if you are running Linux, add yourself to the
vboxusers
group usingsudo adduser $USER vboxusers
in your host terminal. - If you still can't find any devices, take a look at these troubleshooting documents: no USB devices being detected; enable USB in VirtualBox; see who's in a group;
- Start the machine with the start button from the top bar.
- Upon first starting up the VM, it asks for the OS image. Download the Ubuntu 20.04 image and select that image from the file selector.
- Ubuntu will now go through the setup process.