cvetaevvitaliy / stm32mp1-ubuntu

This repo for build Ubuntu 22.04, 20.04, 18.04, and Debian 10, 11 on stm32mp1 CPU
MIT License
49 stars 25 forks source link

supporting remoteproc? #12

Open linhz0hz opened 3 months ago

linhz0hz commented 3 months ago

I am not very experienced, but I think a major feature of the mp1 series is the MCU which can communicate fast with host. It seems this is not supported by these images? Would you mind to hint to me how should I solve this problem / add this support?

linhz0hz commented 3 months ago

Answering my own question after some search. https://community.st.com/t5/stm32-mpus-products/missing-dev-ttyrpmsg0/td-p/106946 It seems that ST changed their handling of RPmsg and the old prebuilt ubuntu here probably no longer works with latest stm32cube library for the M4. I reverted to 1.4 of the stm32cubemp1 and it worked. Also, this image does not allow ssh root login in default, but stm32cube requires that. I am wondering what should I update on the A7 end? Is it linux or gcnano-binaries ?