Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
root@phycore-am335x-1:~# opkg update
Downloading http://192.168.1.253:8000/all/Packages.gz.
Updated source 'all'.
Downloading http://192.168.1.253:8000/cortexa8hf-neon/Packages.gz.
Updated source 'cortexa8hf-neon'.
Downloading http://192.168.1.253:8000/phycore_am335x_1/Packages.gz.
Updated source 'phycore_am335x_1'.
Downloading http://192.168.1.253:8000/cortexa8hf-neon-ti33x/Packages.gz.
Updated source 'cortexa8hf-neon-ti33x'.

am57x的bsp(PD19.1.1)中并没有Packages.gz这个包, 可以在BSP中执行以下命令生成这个包

Code Block
languagebash
themeMidnight
bitbake package-index

开发板安装软件

使用以下命令安装bsp编译好的软件:

...