Update Yocto labs to wrynose - #349
Conversation
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
360dbb2 to
98554e3
Compare
98554e3 to
c0bfd12
Compare
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fix nunchuk wiring instructions to match both the image and the instructions of the other labs. Update the device tree patch to use the corresponding I2C bus with the correct pin muxing. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
c0bfd12 to
01464c3
Compare
| KERNEL_DEVICETREE = "freescale/imx93-11x11-evk.dtb" | ||
| PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-imx" | ||
| KERNEL_DEVICETREE = "freescale/imx93-11x11-frdm.dtb" | ||
| PREFERRED_PROVIDER_virtual/kernel = "linux-fslc" |
There was a problem hiding this comment.
why are we using linux-fslc here? shouldn't we keep linux-imx?
There was a problem hiding this comment.
Right, I removed the bad part of the string. It should be linux-imx.
| Plug in the power USB-C. You should see boot messages on the console. | ||
|
|
||
| Plug in the power USB-C. | ||
| You should see boot messages on the console. |
There was a problem hiding this comment.
why is there a line break here?
shouldn't this be a full single sentence?
Plug in the power USB-C, then you should see boot messages on the console.
There was a problem hiding this comment.
This is just a line break in the source file, not in the generated output. You need a double line break to generate a new paragraph.
This makes the comparison easier with other board sources.
Also, I know we don't do that here, but having one sentence per line is a typical style for markdown/latex/typst and all. It helps to keep everything structured correctly, and also reduces diff size when you make small changes in sentences.
|
Merged manually. |
No description provided.