Enable UART for Arduino communication#10
Open
hlapp wants to merge 3 commits into
Open
Conversation
On newer kernels or images this may not be enabled by default, but is simple enough to enable at bootup, even without messing with kernel parameters.
The default shell, at least in Ubuntu 14.04 and presumably higher, is *not* bash, but dash.
hlapp
added a commit
to hlapp/ninjablocks-utilities
that referenced
this pull request
Jan 18, 2016
This is posted as ninjablocks#10.
This allows it to be run easily outside of bootup as well.
hlapp
added a commit
to hlapp/ninjablocks-utilities
that referenced
this pull request
Jan 18, 2016
The open pull request at ninjablocks#10 should be auto-updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer images and/or kernels than those available from the Ninjablock stock may not have the additional UARTs enabled by default. They can, however, easily be enabled at runtime.