How to install LX2160ARDB_rev2 application for DPAA2 on RFS compiled by myself

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

How to install LX2160ARDB_rev2 application for DPAA2 on RFS compiled by myself

Jump to solution
865 Views
m_kei
Contributor III

We are currently running ubuntu using the RFS files for lx2160ardb_rev2 published by NXP.”rootfs_lsdk2108_ubuntu_main_arm64.tgz” distributed at the following.

https://lsdk.github.io/components.html

This RFS is supposed to have a driver for DPAA2 Ethernet in lx2160ardb_rev2 by default, so that the board's LAN is also recognized and bin for DPAA2 (ls-main, etc.) is also available. However, the drivers and bin for DPAA2 are not included when RFS is generated with "flex-builder -i mkrfs".

Is it correct to specify "cetm", "eth-config" and "flib", which are published as "LSDK application" on the same github, by "-c" when executing mkrfs?

Which one should I install? Or do I need another means?

0 Kudos
1 Solution
855 Views
yipingwang
NXP TechSupport
NXP TechSupport

$ flex-builder -i mkrfs

$ flex-builder -c ceetm

$ flex-builder -c eth-config

$ flex-builder -c flib

$ flex-builder -i merge-component

$ flex-builder -i packrfs

View solution in original post

0 Kudos
3 Replies
856 Views
yipingwang
NXP TechSupport
NXP TechSupport

$ flex-builder -i mkrfs

$ flex-builder -c ceetm

$ flex-builder -c eth-config

$ flex-builder -c flib

$ flex-builder -i merge-component

$ flex-builder -i packrfs

0 Kudos
852 Views
m_kei
Contributor III

The eth-config is listed as being a configuration for the DPAA 1.x LSDK platform, is there any problem with LX2160ardb_rev2 with DPAA2?

0 Kudos
806 Views
yipingwang
NXP TechSupport
NXP TechSupport

No problem to install more packages in rootfs.

0 Kudos