Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open source
IQRF Yocto Layer
Commits
4f2d13c4
Commit
4f2d13c4
authored
Jun 21, 2021
by
Marek Belisko
Browse files
rpi-config: Added rtc + uart2
Signed-off-by:
Marek Belisko
<
marek.belisko@open-nandra.com
>
parent
1ce22284
Changes
1
Hide whitespace changes
Inline
Side-by-side
meta-iqrf-rpi/recipes-bsp/bootfiles/rpi-config_git.bbappend
0 → 100644
View file @
4f2d13c4
do_deploy_append() {
echo "# Enable RTC" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt
echo "dtparam=i2c_vc=on" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt
echo "# Enable uart2 as serial console" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt
echo "dtovleray=uart2" >> ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment