Hi
the first question
what's the purpose of building yocto filesystem , is it the operating system of OMAP5432? follow the guide ,after the step5 ,the board already boot .
the second question
I do not understand "Before building the filesystem, ensure that the svn, http, ftp and git proxies are set correctly. Refer to the following link for these settingshttps://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy".
where is path of Linaro cross-compile toolchain ?
after I open https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy, what the next step I should do ,
export http_proxy='http://myproxy.example.com:1080/' export https_proxy='https://myproxy.example.com:1080/' export ftp_proxy='http://myproxy.example.com:1080/' export no_proxy = '.example.com'
is these commands executed on host ?
thanks