Wget support on IMX6ULL EVK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Wget support on IMX6ULL EVK

505 次查看
fabio_poiatti
Contributor III

Hi all

 

is WGET supported on Imx6ULL EVK with yocto kernel 4.14.78?

 

How is possible to configure it?

thanks

Fabio

0 项奖励
1 回复

498 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello fabio,

 

Yes, wget is supported by yocto, I think your miss a configuration in your host

In order start the baking we need to make sure the environment setup ready. Need to install few packages initially for the building process.

sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \   
   build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \   
   xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \    
  xterm locales

You can view the yocto user guide in your BSP documentation.

 

Regards

 

0 项奖励