Can I use python3 in wp76xx module

I want to run to python3 file in wp76xx module.
Is it possible to run ??

you can see here:

I cannot make yocto file. How can I do?



you mean the original source cannot be compiled?

You might need to see here:

  1. /meta-swi/meta-swi-mdm9x28/recipes-core/images/mdm9x28-image.inc
    add the following line:
    IMAGE_INSTALL_append = " python3"
  2. /meta-swi/meta-swi-mdm9x28/conf/machine/swi-mdm9x28.conf
    change UBI_ROOTFS_SIZE ?= “48MiB”

I have done the above but it was error. But if I delete the adding line ,It did not have the error. How to do?


Already mentioned that there will be error in step 4 here:

We just build the binary, cannot include all the python3 stuff in the yocto image as it is too big, you need to download it to modules’ RAM

Do you mean this one??

yes, same idea for this

This link is NOT found.
https://layers.openembedded.org/layerindex/recipe/33287

I have a back up file here:
python-boto_2.34.0.bb (876 Bytes)

Or you can download here:

this file is for python, doesn’t for python3 right?
But python is already can use, why I have to build yocto with python-boto_2.34.0.bb file??

this is for boto usage for python:

I said the idea is the same for building the library and running it in RAM area but not in yocto image.

How can I know which one I have to use? :face_with_monocle:

Do you need boto library?

I don’t know.can you told me both way for need and don’t need?

I think this is what I have to use:
pip3 install pip==19.2.3
pip3 install setuptools==41.0.1
pip3 install pynacl
pip3 install pygments==2.3.1
pip3 install paramiko==2.4.2
pip3 install ipython==6
pip3 install ifaddr==0.1.6
pip3 install pyserial==2.6

no idea as i have never installed pip3 before

then how to install python3?

you can see here:

you said is to big in yocto image.I have to download module RAM then which python3 module RAM that I have to download for install python3 in wp7605?

yes, that is the idea
you can zip it as a file, and extract it in every boot up