p1010 hostsetup

来源:互联网 发布:有限元软件有哪些 编辑:程序博客网 时间:2024/06/06 04:29

systembuilder.tar.gz解压

./install

cd /home/p1010/sysBuild/QorIQ_SDK-20110709-systembuilder

For Ubuntu9.10 and Ubuntu 10.04:
./scripts/ubuntu-oe.sh

Creating a PDK
A PDK contains a kernel, u-boot, a root file system, and everything else you need to create an
entire system or platform.

 ./scripts/create-config.py --config-file=fsl-p1010rdb/sample-create-config.ini RESULT:This creates a build directory named build_p4080ds_release. The build
directory containsbitbake.rc and a /conf directory. The /confdirectory contains
local.conf. BitBake uses local.confto build the image to place on the target

 source build_p1010rdb_release/bitbake.rc

3.  $ bitbake devel-image
NOTE: Step 3 is used to generate images including uboot.bin, uImage,dtb files and rootfs, those images
are put in build_<bsp>_release/deploy/glibc/images/

出错:

FATAL:  Openembedded's config sanity checker detected a potential misconfiguration.
 Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
 Following is the list of potential problems / advisories:

 Do not use Bitbake as root.

 

source  fsl-setup-poky -m p1010rdb

 

 

原创粉丝点击