Need a package manager in Linux-imx

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need a package manager in Linux-imx

2,360 Views
chenchen_xi
Contributor II

Hi,there.

I'm using the imx8qxpmek board,and i want to install some software by a package manager (just like apt-get in Ubuntu and so on), is a tool like this available?

And I learned that there maybe a way to use the yocto, but when using yocto, it should flash the image once there is a modify, not convenience.

Thanks in advance.

Tags (1)
2 Replies

1,954 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Xi Chenchen,

The i.MX BSP does not have a package manager like apt-get. You would need to add it to the Linux image. There is some information on the following documents, although further customization would be required.

https://community.nxp.com/docs/DOC-328199

https://community.nxp.com/message/834043?commentID=834043#comment-834043

I hope these help as a starting point!

Regards,

0 Kudos

1,954 Views
ken2
Contributor I

I'm in the same position.  I bought this evaluation kit to evaluate if the hardware will work for our project.  I don't want to spend days or weeks doing a full Linux bring up just to install some standard packages like git, mongodb, nodejs, etc.

You guys know this board, so you must be able to provide apt-get or yum or similar in a Linux image or give some instructions on how to build one of them from source.

Alternatively, are there no full Linux distribution images that will run on this board?

Thanks.