-
Notifications
You must be signed in to change notification settings - Fork 24
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
I need kernel 5.16 (or superior) in Yocto to imx8mm-pico Or imx7d-pico to use new rpmsg_tty with Zephyr/Rsc_table project #9
Comments
Thanks for the feedback. Use this command to update the yocto source code: If you're not using an NFC peripheral, you can remove it from local.conf. build-[MACHINE]/conf/local.conf:
The kernel-module-nxp89xx is the driver for the NXP wireless module, you have to try to fix it yourself with your kernel or remove it. |
@ray-chang Hi. Tks. But I compiled it with U-boot 2022.04 and U-boot 2023.04 for imx7d-pico and unfortunately I have a kernel panic (right at the beginning, when there is the starting kernel message) and it hangs. I'm trying the Technexion 6.1 kernel (https://github.com/TechNexion/linux-tn-imx/tree/tn-imx_6.1.55_2.2.0-next) Why is this happening? How to solve? I need a kernel (5.16 or higher from Technexion that works on imx7d I urgently need to get rpmsg_tty and not imx_rpmsg_tty and rpmsgctrl in 5.16 or higher |
@ray-chang Do u can get kernel 5.16 or higher in imx7d-pico(with rpmsg_client_sample & rpmsg_tty driver) Or Not |
Could you try the imx8mm-pico first? We have not yet integrated the SOC of ARM32 into yocto 4.2(kernel 6.1.55). It is not expected to be supported until the next quarter. Or you can force u-boot 2022.04 instead. Currently supported platforms: BR, |
@ray-chang Could you try the imx8mm-pico first? No. I need in imx7d-pico. I only need 5.16 in imx7d-pico |
I don't have imx8mm-pico But Issues using:
|
I'm not sure what changes you've made, but the The
BR, |
I had theoretically success with Ubuntu 20.04 and pico-imx8mm but no image in HOME/paolo/edm_yocto3/build-xwayland-pico-imx8mm/tmp/deploy |
@ray-chang I have imx8mm-pico Now.
But nothing in deploy folder |
We haven't tried to build it on Ubuntu 22.04 yet. Or use NXP's containers: Or use the virtual machines we built: |
Hi,
https://www.youtube.com/watch?v=8LRSHeZlVZk&t=245s
I have experience in this tutorial above and I'm trying to upgrade my Linux kernel version from 5.15 (in imx8mm-pico and in imx7d-pico) to something higher than 5.16(Because I need rpmsg_tty driver and not imx_rpmsg_tty driver)
What is the best way to achieve this?
Things I've already tried:
git clone https://github.com/RobertCNelson/armv7-lpae-multiplatform ./kernelbuildscripts
cd kernelbuildscripts/
git checkout origin/v5.16.x -b tmp
./build_kernel.sh
With error in nxp89xx kernel module
git clone https://github.com/TechNexion/linux-tn-imx.git
git checkout tn-imx_6.1.55_2.2.0-next
git status
git checkout -b scorpion-kernel-test
git push local scorpion-kernel-test
Issue:
The text was updated successfully, but these errors were encountered: