Skip to content

Commit

Permalink
The UART1 is required for Vagrant to work
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Apr 9, 2019
1 parent 8553e75 commit 21feef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Vagrant.configure(2) do |config|
config.vm.network "private_network", type: "dhcp"
config.vm.synced_folder projectPath, "/vagrant"

# Get rid of ubuntu-xenial-16.04-cloudimg-console.log
# Rename ubuntu-xenial-16.04-cloudimg-console.log to console.log
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--uartmode1", "disconnected"]
vb.customize ["modifyvm", :id, "--uartmode1", "file", "console.log"]
end

config.vm.provision :shell,
Expand Down

0 comments on commit 21feef7

Please sign in to comment.