I’ve installed the minimal linux distro from the toradex installer on a iMX7.
Installing additional packages (python) does not succeed:
-
opkg update returns no errors, in fact it returns nothing.
~# opkg update
-
opkg list returns only the installed packages
~# opkg list | grep python
-
network connection is ok
~# ping feeds.angstrom-distribution.org
PING feeds.angstrom-distribution.org (23.141.224.193): 56 data bytes
64 bytes from 23.141.224.193: seq=0 ttl=47 time=158.825 ms
Any suggestions?
Thanks