-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dtoverlay loader truncates parameter string to 80 characters and drops parameters #692
Comments
Put them as dtparam directives on subsequent lines. The previous overlay stays in scope until the next one is loaded, and it will be searched for parameters before trying the base .dtb. |
See section 3.2 of the documentation: https://www.raspberrypi.org/documentation/configuration/device-tree.md |
Thank you so much for taking the time to reply.
I relied on published set-up procedure for LCD touchscreens.
All the information I found for LCD touchscreen are all the same and put everything on one line. A lot of people have got his wrong obviously.
Thank you for solving my problem.
Regards,
Nick
…--------------------------------------------------------------------------------
From: Phil Elwell
Sent: Sunday, December 04, 2016 5:40 PM
To: raspberrypi/firmware
Cc: nbonniere ; Author
Subject: Re: [raspberrypi/firmware] dtoverlay loader truncates parameter string to 80 characters and drops parameters (#692)
See section 3.2 of the documentation: https://www.raspberrypi.org/documentation/configuration/device-tree.md
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@nbonniere if this issue is solved, then please close this issue. Thanks... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/boot/config.txt contains:
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,swapxy=1,xmin=400,ymin=300,xmax=3900,ymax=3900
sudo vcdbg log msg
001619.094: Loaded overlay 'ads7846'
001619.109: dtparam: cs=1
001620.083: dtparam: penirq=25
001622.316: dtparam: penirq_pull=2
001623.083: dtparam: speed=50000
001624.085: dtparam: swapxy=1
001625.269: dtparam: xmin=400
001626.324: dtparam: ym=true
001629.758: Unknown dtparam 'ym' - ignored
The text was updated successfully, but these errors were encountered: