This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi, i am trying to build minimal file system with QT support for processor-sdk-04.01.00.06. i am getting errors while building. please check below steps and error log.
$git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk_04_01
$cd tisdk_04_01/
$./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-config.txt
$cd build
$sudo gedit conf/local.conf
/*add blelow line for qt support*/
IMAGE_INSTALL += "packagegroup-arago-tisdk-qte"
$export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
$MACHINE=am335x-evm bitbake arago-base-tisdk-image
Loading cache: 100% |###########################################################################################################| Time: 0:00:00
Loaded 3257 entries from dependency cache.
WARNING: No recipes available for:
/home/sridhar/tisdk_04_01/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am335x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2017.06"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:2b7f7b00654eb3faaea7c66271ebe508b9ffc019"
meta-arago-distro
meta-arago-extras = "HEAD:8f49ed67d0627a04ac72fd388fda7756273ba2d7"
meta-browser = "HEAD:08576b03af624b65ad949c410d84c11c7d1f2e39"
meta-openamp = "HEAD:8a214032bfb7e8124bc1485c70c69f7d60abb819"
meta-qt5 = "HEAD:2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b"
meta-networking
meta-ruby
meta-python
meta-oe
meta-gnome = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"
meta-ti = "HEAD:a18d57af8384ced25996739bb66d197c69efb77b"
meta-linaro-toolchain
meta-optee = "HEAD:49b0f32d7e955f250b0022d1b2f403f45a2c2d9c"
meta = "HEAD:e3911133ee9aad7cc3ae89faea80a097f6614fab"
Initialising tasks: 100% |######################################################################################################| Time: 0:00:06
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: autoconf-native-2.69-r11 do_patch: Command Error: 'quilt --quiltrc /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/etc/quiltrc push' exited with 0 Output:
/home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/quilt: line 153: /home/sridhar/bin/bash: cannot execute binary file: Exec format error
ERROR: autoconf-native-2.69-r11 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/autoconf-native/2.69-r11/temp/log.do_patch.5266
ERROR: Task (virtual:native:/home/sridhar/tisdk_04_01/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_patch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 20 tasks of which 18 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
virtual:native:/home/sridhar/tisdk_04_01/sources/oe-core/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_patch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
thankyou.
Hello khageswararao,
You have accidentally or on purposely extracted ARM rootfs on your home directory. Please, do not do that. To exit from that situation rm -rf /home/sridhar/bin and start your build from the beginning.
Best regards,
Kemal
Create a new image by replacing "packagegroup-arago-tisdk-qte" with "packagegroup-arago-qte" and tell me the size.
/*add blelow line for qt support*/
IMAGE_INSTALL += "packagegroup-arago-qte"
i got error, please check attachment .
i got errors ERROR: arago-base-tisdk-image-1.0-r0 do_image_complete: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: <module> 0001: *** 0002:sstate_task_postfunc(d) 0003: File: '/home/sridhar/tisdk_04_01/sources/oe-core/meta/classes/sstate.bbclass', lineno: 672, function: sstate_task_postfunc 0668: 0669:python sstate_task_postfunc () { 0670: shared_state = sstate_state_fromvars(d) 0671: *** 0672: sstate_install(shared_state, d) 0673: for intercept in shared_state['interceptfuncs']: 0674: bb.build.exec_func(intercept, d, (d.getVar("WORKDIR", True),)) 0675: omask = os.umask(0o002) 0676: if omask != 0o002: File: '/home/sridhar/tisdk_04_01/sources/oe-core/meta/classes/sstate.bbclass', lineno: 276, function: sstate_install 0272: 0273: # Run the actual file install 0274: for state in ss['dirs']: 0275: if os.path.exists(state[1]): *** 0276: oe.path.copyhardlinktree(state[1], state[2]) 0277: 0278: for postinst in (d.getVar('SSTATEPOSTINSTFUNCS', True) or '').split(): 0279: # All hooks should run in the SSTATE_INSTDIR 0280: bb.build.exec_func(postinst, d, (sstateinst,)) File: '/home/sridhar/tisdk_04_01/sources/oe-core/meta/lib/oe/path.py', lineno: 81, function: copyhardlinktree 0077: if (os.stat(src).st_dev == os.stat(dst).st_dev): 0078: # Need to copy directories only with tar first since cp will error if two 0079: # writers try and create a directory at the same time 0080: cmd = "cd %s; find . -type d -print | tar --xattrs --xattrs-include='*' -cf - -C %s -p --no-recursion --files-from - | tar --xattrs --xattrs-include='*' -xf - -C %s" % (src, src, dst) *** 0081: subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT) 0082: source = '' 0083: if os.path.isdir(src): 0084: import glob 0085: if len(glob.glob('%s/.??*' % src)) > 0: File: '/usr/lib/python3.4/subprocess.py', lineno: 620, function: check_output 0616: process.wait() 0617: raise 0618: retcode = process.poll() 0619: if retcode: *** 0620: raise CalledProcessError(retcode, process.args, output=output) 0621: return output 0622: 0623: 0624:def list2cmdline(seq): Exception: subprocess.CalledProcessError: Command 'cd /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/arago-base-tisdk-image/1.0-r0/deploy-arago-base-tisdk-image-image-complete; find . -type d -print | tar --xattrs --xattrs-include='*' -cf - -C /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/arago-base-tisdk-image/1.0-r0/deploy-arago-base-tisdk-image-image-complete -p --no-recursion --files-from - | tar --xattrs --xattrs-include='*' -xf - -C /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/deploy/images/am335x-evm' returned non-zero exit status 2 Subprocess output: tar: .: Cannot utime: Operation not permitted tar: Exiting with failure status due to previous errors ERROR: arago-base-tisdk-image-1.0-r0 do_image_complete: Function failed: sstate_task_postfunc ERROR: Logfile of failure stored in: /home/sridhar/tisdk_04_01/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/arago-base-tisdk-image/1.0-r0/temp/log.do_image_complete.17846 ERROR: Task (/home/sridhar/tisdk_04_01/sources/meta-arago/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb:do_image_complete) failed with exit code '1' NOTE: Tasks Summary: Attempted 4480 tasks of which 4479 didn't need to be rerun and 1 failed.
This error is not related to IMAGE_INSTALL += "packagegroup-arago-qte". You have messed up the things with the sudo command again. Start everything from the beginning and do not type sudo anywhere.
Please, NFS boot or SD boot with that image and post me the output of this script.
#!/bin/sh FILELIST="" for package in $(opkg list-installed | awk '{ print $1 }') do FILELIST="" for files in $(opkg files $package | grep /) do FILELIST+=$files" " done du -ch $FILELIST | grep total | awk '{ printf "%s - ", $1 }' echo $package done
Please check Attachment.
2.5M - alsa-conf 28.0K - alsa-conf-base 84.0K - alsa-lib 24.0K - alsa-server 8.0K - alsa-state 4.0K - alsa-states 16.0K - alsa-utils 16.0K - alsa-utils-aconnect 200.0K - alsa-utils-alsactl 64.0K - alsa-utils-alsaloop 56.0K - alsa-utils-alsamixer 8.0K - alsa-utils-alsatplg 12.0K - alsa-utils-alsaucm 40.0K - alsa-utils-amixer 60.0K - alsa-utils-aplay 12.0K - alsa-utils-aseqdump 12.0K - alsa-utils-aseqnet 16.0K - alsa-utils-iecset 52.0K - alsa-utils-midi 64.0K - alsa-utils-scripts 3.7M - alsa-utils-speakertest 496.0K - amx3-cm3 4.0K - arago-feed-config 8.0K - arago-gpl-notice 1.0G - base-files 16.0K - base-passwd 656.0K - bash 100.0K - bc 9.6M - binutils 44.0K - bonnie++ 696.0K - busybox 4.0K - busybox-hwclock 24.0K - busybox-syslog 24.0K - busybox-udhcpc 2.1M - ca-certificates 32.0K - cifs-utils 16.0K - cpuburn-neon 368.0K - cpuloadgen 992.0K - cpuset 16.0K - cryptodev-module 152.0K - curl 9.6M - dbus-1 8.0K - devmem2 124.0K - dosfstools 336.0K - e2fsprogs 20.0K - e2fsprogs-badblocks 1.2M - e2fsprogs-e2fsck 544.0K - e2fsprogs-mke2fs 176.0K - e2fsprogs-tune2fs 256.0K - elfutils 236.0K - ethtool 28.0K - evtest 28.0K - fbset 4.0K - fbset-modes 288.0K - flex 72.0K - fontconfig-utils 3.1M - gstreamer1.0 96.0K - hdparm 92.0K - i2c-tools 20.0K - init-ifupdown 4.0K - initscript-telnetd 88.0K - initscripts-functions 104.0K - input-utils 364.0K - iozone3 56.0K - iperf 2.0M - iptables 144.0K - jpeg-tools 392.0K - kbd 2.3M - kbd-consolefonts 4.2M - kbd-keymaps 27.0M - kernel-4.9.41-ge3a80a1c5c 284.0K - kernel-devicetree 16.0K - kernel-image-4.9.41-ge3a80a1c5c 3.4M - kernel-image-zimage-4.9.41-ge3a80a1c5c 16.1M - kernel-module-8021q 8.0K - kernel-module-ablk-helper 572.0K - kernel-module-act-csum 12.0K - kernel-module-act-gact 12.0K - kernel-module-act-ipt 12.0K - kernel-module-act-mirred 12.0K - kernel-module-act-nat 12.0K - kernel-module-act-pedit 12.0K - kernel-module-act-police 12.0K - kernel-module-act-simple 12.0K - kernel-module-act-skbedit 8.5M - kernel-module-adv7180 396.0K - kernel-module-adxl34x 8.0K - kernel-module-adxl34x-i2c 8.0K - kernel-module-adxl34x-spi 432.0K - kernel-module-aes-arm 20.0K - kernel-module-aes-arm-bs 16.0K - kernel-module-aes-arm-ce 16.0K - kernel-module-af-alg 92.0K - kernel-module-af-key 204.0K - kernel-module-ah4 120.0K - kernel-module-ah6 48.0K - kernel-module-ahci 12.0K - kernel-module-ahci-platform 12.0K - kernel-module-algif-hash 20.0K - kernel-module-algif-skcipher 12.0K - kernel-module-am35x 8.0K - kernel-module-arc4 144.0K - kernel-module-arp-tables 4.0K - kernel-module-arpt-mangle 8.0K - kernel-module-arptable-filter 40.0K - kernel-module-asix 164.0K - kernel-module-atmel-mxt-ts 12.0K - kernel-module-authenc 12.0K - kernel-module-authencesn 24.0K - kernel-module-ax88179-178a 68.0K - kernel-module-axp20x 8.0K - kernel-module-axp20x-i2c 12.0K - kernel-module-axp20x-pek 104.0K - kernel-module-axp20x-usb-power 876.0K - kernel-module-bluetooth 24.0K - kernel-module-br-netfilter 516.0K - kernel-module-brcmfmac 2.2M - kernel-module-brcmutil 460.0K - kernel-module-bridge 112.0K - kernel-module-btmrvl 32.0K - kernel-module-btmrvl-sdio 60.0K - kernel-module-c-can 16.0K - kernel-module-c-can-platform 128.0K - kernel-module-can 28.0K - kernel-module-can-bcm 132.0K - kernel-module-can-dev 16.0K - kernel-module-can-gw 16.0K - kernel-module-can-raw 68.0K - kernel-module-capsule-loader 8.0K - kernel-module-cbc 16.0K - kernel-module-ccm 84.0K - kernel-module-cdc-acm 16.0K - kernel-module-cdc-ether 32.0K - kernel-module-cdc-ncm 8.0K - kernel-module-cdc-subset 92.0K - kernel-module-cdrom 572.0K - kernel-module-cfg80211 1.5M - kernel-module-cifs 12.0K - kernel-module-cls-basic 16.0K - kernel-module-cls-flow 12.0K - kernel-module-cls-fw 12.0K - kernel-module-cls-route 12.0K - kernel-module-cls-rsvp 12.0K - kernel-module-cls-rsvp6 12.0K - kernel-module-cls-tcindex 16.0K - kernel-module-cls-u32 100.0K - kernel-module-cm36651 8.0K - kernel-module-cmac 48.0K - kernel-module-crc-ccitt 4.0K - kernel-module-crc-itu-t 4.0K - kernel-module-crc7 436.0K - kernel-module-cryptd 12.0K - kernel-module-crypto-engine 128.0K - kernel-module-cryptodev 12.0K - kernel-module-ctr 132.0K - kernel-module-cyapatp 24.0K - kernel-module-des-generic 16.0K - kernel-module-drbg 92.0K - kernel-module-dsa-core 248.0K - kernel-module-dwc3 8.0K - kernel-module-dwc3-of-simple 12.0K - kernel-module-dwc3-omap 1.3M - kernel-module-e1000 436.0K - kernel-module-e1000e 156.0K - kernel-module-ebt-802-3 8.0K - kernel-module-ebt-among 8.0K - kernel-module-ebt-arp 8.0K - kernel-module-ebt-arpreply 4.0K - kernel-module-ebt-dnat 4.0K - kernel-module-ebt-ip 8.0K - kernel-module-ebt-ip6 8.0K - kernel-module-ebt-limit 8.0K - kernel-module-ebt-log 4.0K - kernel-module-ebt-mark 4.0K - kernel-module-ebt-mark-m 4.0K - kernel-module-ebt-nflog 4.0K - kernel-module-ebt-pkttype 4.0K - kernel-module-ebt-redirect 4.0K - kernel-module-ebt-snat 8.0K - kernel-module-ebt-stp 4.0K - kernel-module-ebt-vlan 8.0K - kernel-module-ebtable-broute 8.0K - kernel-module-ebtable-filter 8.0K - kernel-module-ebtable-nat 28.0K - kernel-module-ebtables 8.0K - kernel-module-ecb 8.0K - kernel-module-echainiv 24.0K - kernel-module-edt-ft5x06 36.0K - kernel-module-efivarfs 16.0K - kernel-module-efivars 468.0K - kernel-module-ehci-hcd 12.0K - kernel-module-ehci-omap 12.0K - kernel-module-ehci-pci 16.0K - kernel-module-ehci-platform 4.0K - kernel-module-em-cmp 16.0K - kernel-module-em-meta 4.0K - kernel-module-em-nbyte 8.0K - kernel-module-em-text 4.0K - kernel-module-em-u32 16.0K - kernel-module-esp4 12.0K - kernel-module-esp6 88.0K - kernel-module-extcon-core 16.0K - kernel-module-extcon-palmas 12.0K - kernel-module-extcon-usb-gpio 156.0K - kernel-module-fscache 232.0K - kernel-module-g-acm-ms 12.0K - kernel-module-g-audio 12.0K - kernel-module-g-cdc 8.0K - kernel-module-g-dbgp 12.0K - kernel-module-g-ether 16.0K - kernel-module-g-ffs 12.0K - kernel-module-g-hid 12.0K - kernel-module-g-mass-storage 12.0K - kernel-module-g-midi 16.0K - kernel-module-g-multi 12.0K - kernel-module-g-ncm 12.0K - kernel-module-g-printer 12.0K - kernel-module-g-serial 12.0K - kernel-module-g-webcam 16.0K - kernel-module-g-zero 28.0K - kernel-module-gadgetfs 20.0K - kernel-module-gcm 16.0K - kernel-module-gf128mul 12.0K - kernel-module-ghash-arm-ce 8.0K - kernel-module-ghash-generic 16.0K - kernel-module-goodix 8.0K - kernel-module-gpio-decoder 68.0K - kernel-module-gpio-pca953x 8.0K - kernel-module-gpio-pisosr 8.0K - kernel-module-gpio-tpic2810 244.0K - kernel-module-gspca-main 28.0K - kernel-module-hci-uart 8.0K - kernel-module-hmac 48.0K - kernel-module-i2c-emev2 56.0K - kernel-module-ina2xx 12.0K - kernel-module-input-polldev 24.0K - kernel-module-ip-tables 40.0K - kernel-module-ip6-tunnel 8.0K - kernel-module-ipcomp 8.0K - kernel-module-ipcomp6 4.0K - kernel-module-ipt-masquerade 8.0K - kernel-module-iptable-filter 8.0K - kernel-module-iptable-nat 100.0K - kernel-module-isp1760 332.0K - kernel-module-iwldvm 900.0K - kernel-module-iwlwifi 12.0K - kernel-module-jitterentropy-rng 28.0K - kernel-module-led-class-flash 44.0K - kernel-module-libahci 20.0K - kernel-module-libahci-platform 720.0K - kernel-module-libata 64.0K - kernel-module-libcomposite 4.0K - kernel-module-libcrc32c 28.0K - kernel-module-llc 940.0K - kernel-module-mac80211 8.0K - kernel-module-matrix-keymap 60.0K - kernel-module-matrix-keypad 8.0K - kernel-module-max17040-battery 20.0K - kernel-module-max17042-battery 44.0K - kernel-module-mcp251x 8.0K - kernel-module-md4 8.0K - kernel-module-md5 12.0K - kernel-module-mip6 12.0K - kernel-module-ml86v7667 16.0K - kernel-module-mms114 24.0K - kernel-module-mt9t11x 308.0K - kernel-module-mtd-nandbiterrs 12.0K - kernel-module-mtd-nandecctest 20.0K - kernel-module-mtd-oobtest 16.0K - kernel-module-mtd-pagetest 12.0K - kernel-module-mtd-readtest 16.0K - kernel-module-mtd-speedtest 12.0K - kernel-module-mtd-stresstest 16.0K - kernel-module-mtd-subpagetest 20.0K - kernel-module-mtd-torturetest 4.0K - kernel-module-musb-am335x 20.0K - kernel-module-musb-dsps 296.0K - kernel-module-musb-hdrc 1.1M - kernel-module-mwifiex 44.0K - kernel-module-mwifiex-sdio 8.0K - kernel-module-net1080 104.0K - kernel-module-nf-conntrack 16.0K - kernel-module-nf-conntrack-ipv4 12.0K - kernel-module-nf-conntrack-proto-sctp 8.0K - kernel-module-nf-defrag-ipv4 28.0K - kernel-module-nf-nat 12.0K - kernel-module-nf-nat-ipv4 8.0K - kernel-module-nf-nat-masquerade-ipv4 8.0K - kernel-module-nf-nat-proto-sctp 16.0K - kernel-module-ntc-thermistor 48.0K - kernel-module-ohci-hcd 12.0K - kernel-module-ohci-pci 16.0K - kernel-module-ohci-platform 124.0K - kernel-module-omap-aes-driver 20.0K - kernel-module-omap-des 36.0K - kernel-module-omap-hdq 36.0K - kernel-module-omap-sham 28.0K - kernel-module-omap-wdt 16.0K - kernel-module-omap2430 20.0K - kernel-module-ov1063x 16.0K - kernel-module-ov2659 12.0K - kernel-module-ov490 4.0K - kernel-module-p8022 36.0K - kernel-module-pegasus 8.0K - kernel-module-phy-am335x 8.0K - kernel-module-phy-am335x-control 64.0K - kernel-module-phy-generic 12.0K - kernel-module-phy-gpio-vbus-usb 8.0K - kernel-module-phy-isp1301 16.0K - kernel-module-pixcir-i2c-ts 12.0K - kernel-module-pm33xx 20.0K - kernel-module-pru-rproc 124.0K - kernel-module-prueth 20.0K - kernel-module-pruss 16.0K - kernel-module-pruss-intc 12.0K - kernel-module-pruss-soc-bus 8.0K - kernel-module-psnap 12.0K - kernel-module-pwm-fan 28.0K - kernel-module-pwm-fsl-ftm 8.0K - kernel-module-qt1070 56.0K - kernel-module-r8152 40.0K - kernel-module-r8a66597-hcd 44.0K - kernel-module-rcar-can 180.0K - kernel-module-remoteproc 92.0K - kernel-module-rfcomm 68.0K - kernel-module-rpmsg-core 36.0K - kernel-module-rpmsg-proto 12.0K - kernel-module-rpmsg-pru 88.0K - kernel-module-rt2800lib 48.0K - kernel-module-rt2800usb 516.0K - kernel-module-rt2x00lib 20.0K - kernel-module-rt2x00usb 116.0K - kernel-module-rtc-ds1307 8.0K - kernel-module-rtc-efi 20.0K - kernel-module-rtc-omap 12.0K - kernel-module-rtc-palmas 12.0K - kernel-module-rtc-tps6586x 12.0K - kernel-module-rtc-tps65910 16.0K - kernel-module-samsung-keypad 48.0K - kernel-module-sata-mv 24.0K - kernel-module-sch-cbq 12.0K - kernel-module-sch-choke 12.0K - kernel-module-sch-codel 16.0K - kernel-module-sch-drr 12.0K - kernel-module-sch-dsmark 16.0K - kernel-module-sch-fq-codel 16.0K - kernel-module-sch-gred 24.0K - kernel-module-sch-hfsc 28.0K - kernel-module-sch-htb 8.0K - kernel-module-sch-ingress 12.0K - kernel-module-sch-mqprio 12.0K - kernel-module-sch-multiq 16.0K - kernel-module-sch-netem 12.0K - kernel-module-sch-prio 20.0K - kernel-module-sch-qfq 12.0K - kernel-module-sch-red 12.0K - kernel-module-sch-sfb 16.0K - kernel-module-sch-sfq 16.0K - kernel-module-sch-tbf 12.0K - kernel-module-sch-teql 476.0K - kernel-module-scsi-mod 560.0K - kernel-module-sctp 12.0K - kernel-module-sctp-diag 48.0K - kernel-module-sd-mod 8.0K - kernel-module-seqiv 8.0K - kernel-module-sha1-arm 8.0K - kernel-module-sha1-arm-ce 12.0K - kernel-module-sha1-arm-neon 8.0K - kernel-module-sha1-generic 8.0K - kernel-module-sha2-arm-ce 16.0K - kernel-module-sha256-arm 16.0K - kernel-module-sha256-generic 20.0K - kernel-module-sha512-arm 16.0K - kernel-module-sha512-generic 100.0K - kernel-module-skge 36.0K - kernel-module-smsc75xx 32.0K - kernel-module-smsc95xx 680.0K - kernel-module-snd-hwdep 32.0K - kernel-module-snd-rawmidi 564.0K - kernel-module-snd-soc-ak4642 28.0K - kernel-module-snd-soc-evm 44.0K - kernel-module-snd-soc-fsl-sai 28.0K - kernel-module-snd-soc-omap-hdmi-audio 28.0K - kernel-module-snd-soc-sgtl5000 16.0K - kernel-module-snd-soc-simple-card 44.0K - kernel-module-snd-soc-simple-card-utils 8.0K - kernel-module-snd-soc-spdif-rx 8.0K - kernel-module-snd-soc-spdif-tx 16.0K - kernel-module-snd-soc-sti-sas 40.0K - kernel-module-snd-soc-tlv320aic31xx 72.0K - kernel-module-snd-soc-tlv320aic3x 36.0K - kernel-module-snd-soc-wm8978 200.0K - kernel-module-snd-usb-audio 268.0K - kernel-module-snd-usbmidi-lib 36.0K - kernel-module-soc-camera 8.0K - kernel-module-soc-camera-platform 304.0K - kernel-module-soc-mediabus 48.0K - kernel-module-spi-bitbang 12.0K - kernel-module-spi-gpio 16.0K - kernel-module-spidev 24.0K - kernel-module-sr-mod 12.0K - kernel-module-st1232 32.0K - kernel-module-stp 64.0K - kernel-module-tcrypt 396.0K - kernel-module-tg3 56.0K - kernel-module-ti-am335x-adc 12.0K - kernel-module-ti-am335x-tsc 16.0K - kernel-module-ti-am335x-tscadc 28.0K - kernel-module-ti-emif-sram 8.0K - kernel-module-ts-bm 8.0K - kernel-module-ts-fsm 8.0K - kernel-module-ts-kmp 8.0K - kernel-module-tunnel6 24.0K - kernel-module-u-ether 20.0K - kernel-module-u-serial 856.0K - kernel-module-udc-core 44.0K - kernel-module-uio 2.1M - kernel-module-usb-common 12.0K - kernel-module-usb-f-acm 16.0K - kernel-module-usb-f-ecm 12.0K - kernel-module-usb-f-ecm-subset 16.0K - kernel-module-usb-f-eem 40.0K - kernel-module-usb-f-fs 20.0K - kernel-module-usb-f-hid 536.0K - kernel-module-usb-f-mass-storage 20.0K - kernel-module-usb-f-midi 24.0K - kernel-module-usb-f-ncm 12.0K - kernel-module-usb-f-obex 24.0K - kernel-module-usb-f-printer 28.0K - kernel-module-usb-f-rndis 8.0K - kernel-module-usb-f-serial 24.0K - kernel-module-usb-f-ss-lb 20.0K - kernel-module-usb-f-uac1 24.0K - kernel-module-usb-f-uac2 68.0K - kernel-module-usb-f-uvc 220.0K - kernel-module-usb-storage 532.0K - kernel-module-usbcore 120.0K - kernel-module-usbhid 3.1M - kernel-module-usbnet 92.0K - kernel-module-usbserial 92.0K - kernel-module-usbtest 220.0K - kernel-module-uvcvideo 216.0K - kernel-module-v4l2-tpg 20.0K - kernel-module-vf610-adc 28.0K - kernel-module-videobuf-core 56.0K - kernel-module-videobuf2-vmalloc 20.0K - kernel-module-virtio-rpmsg-bus 356.0K - kernel-module-vivid 96.0K - kernel-module-wire 96.0K - kernel-module-wkup-m3-ipc 12.0K - kernel-module-wkup-m3-rproc 244.0K - kernel-module-wl18xx 920.0K - kernel-module-wlcore 16.0K - kernel-module-wlcore-sdio 16.0K - kernel-module-wlcore-spi 312.0K - kernel-module-x-tables 76.0K - kernel-module-xfrm-algo 12.0K - kernel-module-xfrm-ipcomp 36.0K - kernel-module-xfrm-user 8.0K - kernel-module-xfrm4-mode-beet 4.0K - kernel-module-xfrm4-mode-transport 8.0K - kernel-module-xfrm4-mode-tunnel 8.0K - kernel-module-xfrm4-tunnel 12.0K - kernel-module-xfrm6-tunnel 144.0K - kernel-module-xhci-hcd 12.0K - kernel-module-xhci-pci 16.0K - kernel-module-xhci-plat-hcd 4.0K - kernel-module-xt-classify 4.0K - kernel-module-xt-comment 4.0K - kernel-module-xt-cpu 12.0K - kernel-module-xt-idletimer 4.0K - kernel-module-xt-iprange 4.0K - kernel-module-xt-length 8.0K - kernel-module-xt-limit 4.0K - kernel-module-xt-mac 4.0K - kernel-module-xt-mark 8.0K - kernel-module-xt-multiport 8.0K - kernel-module-xt-nat 4.0K - kernel-module-xt-pkttype 8.0K - kernel-module-xt-policy 8.0K - kernel-module-xt-sctp 8.0K - kernel-module-xt-tcpudp 8.0K - kernel-module-zaurus 28.0K - kernel-modules 132.0K - kmod 8.0K - kselftests 1.4M - kselftests-capabilities 20.0K - kselftests-cpu-hotplug 36.0K - kselftests-efivarfs 100.0K - kselftests-exec 20.0K - kselftests-firmware 540.0K - kselftests-ftrace 248.0K - kselftests-futex 20.0K - kselftests-kcmp 20.0K - kselftests-lib 12.0K - kselftests-membarrier 28.0K - kselftests-memfd 20.0K - kselftests-memory-hotplug 20.0K - kselftests-mount 76.0K - kselftests-mqueue 140.0K - kselftests-net 36.0K - kselftests-nsfs 36.0K - kselftests-pstore 20.0K - kselftests-ptrace 164.0K - kselftests-seccomp 20.0K - kselftests-sigaltstack 724.0K - kselftests-size 12.0K - kselftests-static-keys 28.0K - kselftests-sysctl 276.0K - kselftests-timers 12.0K - kselftests-user 172.0K - kselftests-vm 44.0K - kselftests-zram 28.0K - libacl1 4.0K - libaio1 648.0K - libarchive 24.0K - libasm1 832.0K - libasound2 16.0K - libattr1 212.0K - libblkid1 68.0K - libbz2-1 2.3M - libc6 20.0K - libcap-ng0 428.0K - libcap2 12.0K - libcom-err2 1.4M - libcrypto1.0.0 268.0K - libcurl4 260.0K - libdbus-1-3 8.0K - libdrm-omap1 248.0K - libdrm-tests 44.0K - libdrm2 660.0K - libdw1 28.0K - libe2p2 80.0K - libelf1 4.8M - liberation-fonts 572.0K - libevent 136.0K - libexpat1 276.0K - libext2fs2 300.0K - libfdisk1 28.0K - libffi6 388.0K - libflac8 836.0K - libfontconfig1 44.0K - libform5 476.0K - libfreetype6 8.0K - libgbm2 104.0K - libgcc-s1 740.0K - libgcrypt 2.5M - libglib-2.0-0 64.0K - libgpg-error0 44.0K - libgstapp-1.0-0 328.0K - libgstaudio-1.0-0 184.0K - libgstpbutils-1.0-0 24.0K - libgstphotography-1.0-0 356.0K - libgsttag-1.0-0 424.0K - libgstvideo-1.0-0 24.5M - libicudata57 1.9M - libicui18n57 1.3M - libicuuc57 212.0K - libjpeg62 36.0K - libjson-c2 64.0K - libkmod2 12.0K - libkms1 32.0K - libltdl7 132.0K - liblzma5 116.0K - liblzo2-2 24.0K - libmenu5 244.0K - libmount1 116.0K - libncurses5 160.0K - libncursesw5 64.0K - libnfsidmap0 124.0K - libnl-3-200 16.0K - libnl-genl-3-200 80.0K - libnl-nf-3-200 336.0K - libnl-route-3-200 20.0K - libogg0 10.9M - libopkg1 408.0K - liborc-0.4-0 64.0K - libpam 228.0K - libpam-runtime 12.0K - libpanel5 228.0K - libpcap1 36.0K - libpci3 260.0K - libpcre1 1.9M - libperl5 256.0K - libpng12 164.0K - libpng16-16 40.0K - libpopt0 288.0K - libpulse0 1.4M - libpulsecommon 580.0K - libpulsecore 1.5M - libpython2.7-1.0 252.0K - libqt5declarative-plugins 1.9M - libqt5declarative-qmlplugins 2.6M - libqt5declarative5 392.0K - libqt5sensors-plugins 372.0K - libqt5sensors-qmlplugins 200.0K - libqt5sensors5 96.0K - libqt5svg-plugins 280.0K - libqt5svg5 52.0K - libqt5webchannel-qmlplugins 108.0K - libqt5webchannel5 3.4M - libqt5xmlpatterns5 260.0K - libreadline6 1.4M - libsamplerate0 120.0K - libsmartcols1 412.0K - libsndfile1 64.0K - libspeexdsp1 696.0K - libsqlite3-0 20.0K - libss2 312.0K - libssl1.0.0 996.0K - libstdc++6 464.0K - libsystemd0 56.0K - libtic5 124.0K - libtinfo5 132.0K - libtirpc3 240.0K - libturbojpeg0 112.0K - libudev1 84.0K - libusb-1.0-0 12.0K - libuuid1 544.0K - libv4l 708.0K - libvorbis 344.0K - libwebp 28.0K - libwrap0 224.0K - libxkbcommon0 1.2M - libxml2 280.0K - libxslt 80.0K - libz1 2.5M - lmbench 450.4M - ltp-ddt 168.0K - m4 32.0K - media-ctl 16.0K - memtester 4.0K - modutils-initscripts 248.0K - mstpd 200.0K - mtd-utils 328.0K - mtd-utils-ubifs 208.0K - mtd-utils-ubifs-tests 64.0K - ncurses 24.8M - ncurses-terminfo 232.0K - ncurses-terminfo-base 152.0K - ncurses-tools 32.0K - netbase 320.0K - nfs-utils-client 1.8M - omapconf 1.8M - openssl 1.3M - openssl-conf 76.0K - opkg 20.0K - opkg-arch-config 4.0K - os-release 32.0K - packagegroup-arago-base 32.0K - packagegroup-arago-base-tisdk 32.0K - packagegroup-arago-console 32.0K - packagegroup-arago-qte 32.0K - packagegroup-arago-test 32.0K - packagegroup-core-boot 4.0K - pam-plugin-deny 12.0K - pam-plugin-env 8.0K - pam-plugin-faildelay 12.0K - pam-plugin-group 12.0K - pam-plugin-lastlog 16.0K - pam-plugin-limits 8.0K - pam-plugin-mail 4.0K - pam-plugin-motd 8.0K - pam-plugin-nologin 4.0K - pam-plugin-permit 4.0K - pam-plugin-rootok 8.0K - pam-plugin-securetty 4.0K - pam-plugin-shells 88.0K - pam-plugin-unix 4.0K - pam-plugin-warn 12.0K - pcitest 4.2M - perf 84.0K - perl 296.0K - pm-qa 380.0K - powertop 504.0K - procps 36.0K - prueth-fw 12.0K - psplash 40.0K - psplash-default 68.0K - pulseaudio-lib-cli 8.0K - pulseaudio-lib-protocol-cli 108.0K - pulseaudio-misc 8.0K - pulseaudio-module-cli-protocol-unix 3.2M - python-core 664.0K - python-lang 144.0K - python-re 40.0K - python-readline 2.9M - qt3d 180.0K - qt3d-plugins 35.0M - qt3d-qmlplugins 17.9M - qtbase 24.0K - qtbase-conf 14.4M - qtbase-plugins 6.9M - qtdeclarative 1.0M - qtdeclarative-plugins 2.4M - qtdeclarative-qmlplugins 1.0M - qtgraphicaleffects-qmlplugins 808.0K - qtlocation 1.4M - qtlocation-plugins 1.7M - qtlocation-qmlplugins 1.3M - qtmultimedia 1.6M - qtmultimedia-plugins 684.0K - qtmultimedia-qmlplugins 10.9M - qtquickcontrols-qmlplugins 652.0K - qtquickcontrols2 3.3M - qtquickcontrols2-qmlplugins 2.6M - qtscript 5.5M - qtvirtualkeyboard-plugins 440.0K - qtvirtualkeyboard-qmlplugins 1.5M - qtwayland 360.0K - qtwayland-plugins 408.0K - qtwayland-qmlplugins 148.5M - qtwebengine 456.0K - qtwebengine-qmlplugins 27.2M - qtwebkit 216.0K - qtwebkit-qmlplugins 40.0K - rng-tools 76.0K - rpcbind 240.0K - rt-tests 12.0K - run-postinsts 16.0K - rwmem 12.0K - serialcheck 1.1M - shadow 104.0K - shadow-base 4.0K - shadow-securetty 3.4M - slang 32.0K - smcroute 392.0K - strace 24.0K - stress 12.6M - systemd 32.0K - systemd-compat-units 2.2M - systemd-container 2.2M - systemd-extra-utils 0 - systemd-initramfs 4.0K - systemd-serialgetty 44.0K - systemd-vconsole-setup 812.0K - tcpdump 4.0K - thermal-init 220.0K - thttpd 2.1M - ti-sgx-ddk-um 0 - ti-sgx-ddk-um-plugins 12.0K - timestamping 13.6M - udev 28.0K - udev-extraconf 10.7M - udev-hwdb 8.0K - update-alternatives-opkg 8.0K - update-rc.d 168.0K - usbutils 40.0K - util-linux-agetty 92.0K - util-linux-fdisk 36.0K - util-linux-fsck 8.0K - util-linux-mkfs 32.0K - util-linux-mount 84.0K - util-linux-sfdisk 32.0K - util-linux-sulogin 12.0K - uvc-gadget 660.0K - v4l-utils 88.0K - volatile-binds 116.0K - wayland 32.0K - yavta
It is now your turn to take the control and decide which packages you do not need on your board and can remove them from the image in order to reduce its size.
Open these related recipes and remove the packages you do not want to include in your image.
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
<tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
<tisdk>/sources/meta-processor-sdk/recipes-core/packagegroups/packagegroup-arago-test.bbappend
<tisdk>/sources/meta-processor-sdk/recipes-core/packagegroups/packagegroup-arago-qte.bbappend
Remove something from <tisdk>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
For example to remove qtwebengine, add these lines to your <tisdk>/build/conf/local.conf file.
QT5_ESSENTIALS_remove = "qtwebengine-qmlplugins"
IMAGE_INSTALL_remove = "qtwebengine"
BBMASK="meta-qt5/recipes-qt/qt5/qtwebengine_git.bb"
thanks for your great support, now i got 186 MB rootfs after removing qtwebengine.
its taking 56 sec to get login prompt i want to optmize it. where can i dissable all Ethernet support/services.
CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7 | VT102 | Online 6:37 | ttyUSB0 sridhar@sridhar-ThinkCentre-M73:~/Desktop/temp/release$ cat /dev/ttyUSB0 | tstamp column1 is elapsed time since first message column2 is elapsed time since previous message column3 is the message 0.000 0.000: � 0.006 0.006: U-Boot SPL 2017.01-00360-gc6c77f9-dirty (Feb 16 2018 - 12:35:34) 0.061 0.055: Trying to boot from MMC1 0.163 0.102: reading uboot.env 0.164 0.001: 0.168 0.004: ** Unable to read "uboot.env" from mmc0:1 ** 0.170 0.002: Using default environment 0.171 0.000: 0.178 0.008: reading u-boot.img 0.182 0.004: reading u-boot.img 0.187 0.005: reading u-boot.img 0.248 0.061: reading u-boot.img 0.474 0.226: 0.474 0.000: 0.480 0.006: U-Boot 2017.01-00360-gc6c77f9-dirty (Feb 16 2018 - 12:35:34 +0530) 0.480 0.000: 0.482 0.002: CPU : AM335X-GP rev 2.1 0.485 0.002: Model: TI AM335x EVM 0.487 0.002: DRAM: 256 MiB 0.741 0.254: NAND: 512 MiB 0.771 0.030: MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 0.879 0.107: reading uboot.env 0.880 0.002: 0.884 0.004: ** Unable to read "uboot.env" from mmc0:1 ** 0.886 0.002: Using default environment 0.887 0.000: 1.072 0.185: <ethaddr> not set. Validating first E-fuse MAC 1.077 0.005: Net: No ethernet found. 3.114 2.037: Hit any key to stop autoboot: 0 3.225 0.111: switch to partitions #0, OK 3.227 0.002: mmc0 is current device 3.330 0.102: SD/MMC found on device 0 3.334 0.004: reading boot.scr 3.338 0.005: ** Unable to read file boot.scr ** 3.343 0.004: reading uEnv.txt 3.347 0.005: ** Unable to read file uEnv.txt ** 3.454 0.107: switch to partitions #0, OK 3.456 0.002: mmc0 is current device 3.556 0.100: Scanning mmc 0:1... 3.711 0.156: switch to partitions #0, OK 3.713 0.002: mmc0 is current device 3.815 0.101: SD/MMC found on device 0 4.532 0.718: 3620032 bytes read in 708 ms (4.9 MiB/s) 4.590 0.058: 40718 bytes read in 37 ms (1 MiB/s) 4.595 0.005: ## Flattened Device Tree blob at 88000000 4.599 0.004: Booting using the fdt blob at 0x88000000 4.610 0.010: Loading Device Tree to 8df1c000, end 8df28f0d ... OK 4.650 0.040: 4.651 0.002: Starting kernel ... 4.652 0.000: 11.718 7.067: [ 0.000000] Booting Linux on physical CPU 0x0 11.734 0.015: [ 0.000000] Linux version 4.9.41-ge3a80a1c5c (mubeen@MUBEEN-ThinkCentre-M83) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 PREEMPT Wed Mar 7 12:00:33 IST 2018 11.741 0.007: [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d 11.749 0.008: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache 11.754 0.006: [ 0.000000] OF: fdt:Machine model: TI AM335x BeagleBone Black 11.759 0.005: [ 0.000000] efi: Getting EFI parameters from FDT: 11.762 0.003: [ 0.000000] efi: UEFI not found. 11.767 0.005: [ 0.000000] cma: Reserved 48 MiB at 0x8a800000 11.772 0.005: [ 0.000000] Memory policy: Data cache writeback 11.776 0.005: [ 0.000000] CPU: All CPU(s) started in SVC mode. 11.779 0.003: [ 0.000000] AM335X ES2.1 (neon) 11.787 0.008: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64960 11.797 0.010: [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=0001819e-02 rw rootfstype=ext4 rootwait 11.803 0.006: [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) 11.810 0.007: [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) 11.817 0.007: [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) 11.832 0.015: [ 0.000000] Memory: 198320K/262144K available (7168K kernel code, 284K rwdata, 2396K rodata, 1024K init, 280K bss, 14672K reserved, 49152K cma-reserved, 0K highmem) 11.836 0.004: [ 0.000000] Virtual kernel memory layout: 11.842 0.006: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) 11.848 0.006: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) 11.853 0.005: [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) 11.859 0.006: [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) 11.865 0.006: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) 11.871 0.006: [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) 11.876 0.006: [ 0.000000] .text : 0xc0008000 - 0xc0800000 (8160 kB) 11.882 0.006: [ 0.000000] .init : 0xc0b00000 - 0xc0c00000 (1024 kB) 11.888 0.006: [ 0.000000] .data : 0xc0c00000 - 0xc0c47390 ( 285 kB) 11.894 0.006: [ 0.000000] .bss : 0xc0c47390 - 0xc0c8d534 ( 281 kB) 11.900 0.007: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 11.905 0.005: [ 0.000000] Preemptible hierarchical RCU implementation. 11.911 0.005: [ 0.000000] Build-time adjustment of leaf fanout to 32. 11.914 0.004: [ 0.000000] NR_IRQS:16 nr_irqs:16 16 11.922 0.007: [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts 11.927 0.005: [ 0.000000] OMAP clockevent source: timer2 at 19200000 Hz 11.935 0.008: [ 0.000033] sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 111848106981ns 11.944 0.009: [ 0.000080] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns 11.949 0.005: [ 0.000105] OMAP clocksource: timer1 at 19200000 Hz 11.955 0.006: [ 0.001020] clocksource_probe: no matching clocksources found 11.960 0.004: [ 0.001366] Console: colour dummy device 80x30 11.966 0.007: [ 0.001419] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' 11.973 0.006: [ 0.001435] This ensures that you still see kernel messages. Please 11.977 0.004: [ 0.001449] update your kernel commandline. 11.983 0.006: [ 0.001494] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992) 11.988 0.005: [ 0.067596] pid_max: default: 32768 minimum: 301 11.994 0.007: [ 0.067901] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) 12.001 0.007: [ 0.067928] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) 12.006 0.005: [ 0.069639] CPU: Testing write buffer coherency: ok 12.013 0.007: [ 0.070330] Setting up static identity map for 0x80100000 - 0x80100060 12.018 0.005: [ 0.072330] EFI services will not be available. 12.021 0.003: [ 0.075698] devtmpfs: initialized 12.029 0.008: [ 0.107925] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 12.038 0.010: [ 0.108696] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 12.045 0.006: [ 0.108752] futex hash table entries: 256 (order: -1, 3072 bytes) 12.050 0.005: [ 0.115924] pinctrl core: initialized pinctrl subsystem 12.054 0.004: [ 0.119793] NET: Registered protocol family 16 12.061 0.007: [ 0.124415] DMA: preallocated 256 KiB pool for atomic coherent allocations 12.067 0.006: [ 0.158253] omap_hwmod: debugss: _wait_target_disable failed 12.073 0.006: [ 0.162559] omap_hwmod: d_can0: _wait_target_ready failed: -16 12.079 0.006: [ 0.162583] omap_hwmod: d_can0: cannot be enabled for reset (3) 12.085 0.006: [ 0.165948] omap_hwmod: d_can1: _wait_target_ready failed: -16 12.091 0.006: [ 0.165967] omap_hwmod: d_can1: cannot be enabled for reset (3) 12.095 0.004: [ 0.257684] cpuidle: using governor ladder 12.099 0.004: [ 0.287667] cpuidle: using governor menu 12.103 0.004: [ 0.303917] OMAP GPIO hardware version 0.1 12.117 0.014: [ 0.310990] omap_gpio 481ac000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio2_pins, deferring probe 12.129 0.012: [ 0.311915] omap_gpio 481ae000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio3_pins, deferring probe 12.143 0.013: [ 0.327338] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/nandflash_pins_s0, deferring probe 12.145 0.002: [ 0.335318] No ATAGs? 12.151 0.006: [ 0.335359] hw-breakpoint: debug architecture 0x4 unsupported. 12.156 0.005: [ 0.399478] edma 49000000.edma: TI EDMA DMA engine driver 12.159 0.003: [ 0.406958] vgaarb: loaded 12.172 0.013: [ 0.408578] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe 12.185 0.013: [ 0.408704] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe 12.190 0.005: [ 0.409015] media: Linux media interface: v0.10 12.194 0.005: [ 0.409154] Linux video capture interface: v2.00 12.199 0.005: [ 0.409257] pps_core: LinuxPPS API ver. 1 registered 12.209 0.009: [ 0.409276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 12.212 0.004: [ 0.409353] PTP clock support registered 12.216 0.003: [ 0.409807] EDAC MC: Ver: 3.0.0 12.222 0.006: [ 0.412244] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 12.228 0.006: [ 0.413034] Advanced Linux Sound Architecture Driver Initialized. 12.233 0.005: [ 0.415746] clocksource: Switched to clocksource timer1 12.238 0.005: [ 0.442847] NET: Registered protocol family 2 12.245 0.006: [ 0.444573] TCP established hash table entries: 2048 (order: 1, 8192 bytes) 12.251 0.006: [ 0.444660] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) 12.257 0.006: [ 0.444732] TCP: Hash tables configured (established 2048 bind 2048) 12.263 0.006: [ 0.444889] UDP hash table entries: 256 (order: 0, 4096 bytes) 12.270 0.006: [ 0.444937] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) 12.274 0.004: [ 0.445251] NET: Registered protocol family 1 12.280 0.006: [ 0.446297] RPC: Registered named UNIX socket transport module. 12.285 0.005: [ 0.446328] RPC: Registered udp transport module. 12.289 0.005: [ 0.446345] RPC: Registered tcp transport module. 12.296 0.006: [ 0.446362] RPC: Registered tcp NFSv4.1 backchannel transport module. 12.304 0.008: [ 0.448271] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available 12.311 0.006: [ 0.453988] workingset: timestamp_bits=14 max_order=16 bucket_order=2 12.316 0.006: [ 0.475405] squashfs: version 4.0 (2009/01/31) Phillip Lougher 12.321 0.005: [ 0.477851] NFS: Registering the id_resolver key type 12.326 0.004: [ 0.477930] Key type id_resolver registered 12.330 0.004: [ 0.477951] Key type id_legacy registered 12.334 0.004: [ 0.478058] ntfs: driver 2.1.32 [Flags: R/O]. 12.342 0.007: [ 0.482387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) 12.346 0.004: [ 0.482424] io scheduler noop registered 12.350 0.004: [ 0.482443] io scheduler deadline registered 12.355 0.005: [ 0.482863] io scheduler cfq registered (default) 12.362 0.007: [ 0.486816] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 12.368 0.006: [ 0.494238] backlight supply power not found, using dummy regulator 12.376 0.008: [ 0.495041] pwm-backlight backlight: invalid default brightness level: 53, using 8 12.382 0.006: [ 0.658647] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled 12.391 0.009: [ 0.667944] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 94, base_baud = 3000000) is a 8250 12.394 0.004: [ 1.345140] console [ttyS0] enabled 12.406 0.011: [ 1.351125] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 95, base_baud = 3000000) is a 8250 12.417 0.011: [ 1.362205] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 96, base_baud = 3000000) is a 8250 12.427 0.011: [ 1.374934] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 12.431 0.004: [ 1.382116] [drm] Initialized 12.442 0.011: [ 1.389529] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). 12.448 0.006: [ 1.396330] [drm] No driver support for vblank timestamp query. 12.530 0.082: [ 1.456598] Console: switching to colour frame buffer device 160x50 12.535 0.006: [ 1.484005] tilcdc 4830e000.lcdc: fb0: frame buffer device 12.602 0.067: [ 1.553202] brd: module loaded 12.622 0.020: [ 1.572888] loop: module loaded 12.632 0.010: [ 1.582366] libphy: Fixed MDIO Bus: probed 12.644 0.012: [ 1.592456] mousedev: PS/2 mouse device common for all mice 12.652 0.008: [ 1.598957] GTP driver installing...[ 1.602979] i2c /dev entries driver 12.665 0.013: [ 1.611517] cpuidle: enable-method property 'ti,am3352' found operations 12.671 0.006: [ 1.620908] omap_hsmmc 48060000.mmc: Got CD GPIO 12.742 0.071: [ 1.690398] ledtrig-cpu: registered to indicate activity on CPUs 12.760 0.017: [ 1.709339] NET: Registered protocol family 10 12.769 0.009: [ 1.716798] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver 12.775 0.007: [ 1.724902] NET: Registered protocol family 17 12.780 0.005: [ 1.730136] Key type dns_resolver registered 12.787 0.007: [ 1.735047] omap_voltage_late_init: Voltage driver support not added 12.816 0.029: [ 1.765550] omap-gpmc 50000000.gpmc: GPMC revision 6.0 12.823 0.007: [ 1.771184] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 12.834 0.011: [ 1.781981] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xdc 12.838 0.004: [ 1.788764] nand: Unknown W29N04GV 12.846 0.008: [ 1.792267] mmc0: host does not support reading read-only switch, assuming write-enable 12.853 0.007: [ 1.800619] mmc0: new high speed SDHC card at address aaaa 12.860 0.007: [ 1.807861] mmcblk0: mmc0:aaaa SS08G 7.40 GiB 12.867 0.008: [ 1.814066] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 12.873 0.006: [ 1.822148] mmcblk0: p1 p2 12.879 0.006: [ 1.827564] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme 12.885 0.006: [ 1.833179] 10 ofpart partitions found on MTD device omap2-nand.0 12.891 0.006: [ 1.839518] Creating 10 MTD partitions on "omap2-nand.0": 12.896 0.005: [ 1.844979] 0x000000000000-0x000000020000 : "NAND.SPL" 12.905 0.009: [ 1.853728] 0x000000020000-0x000000040000 : "NAND.SPL.backup1" 12.914 0.009: [ 1.862530] 0x000000040000-0x000000060000 : "NAND.SPL.backup2" 12.923 0.009: [ 1.871383] 0x000000060000-0x000000080000 : "NAND.SPL.backup3" 12.932 0.009: [ 1.880201] 0x000000080000-0x0000000c0000 : "NAND.u-boot-spl-os" 12.941 0.009: [ 1.889348] 0x0000000c0000-0x0000001c0000 : "NAND.u-boot" 12.949 0.009: [ 1.897951] 0x0000001c0000-0x0000001e0000 : "NAND.u-boot-env" 12.959 0.010: [ 1.906888] 0x0000001e0000-0x000000200000 : "NAND.u-boot-env.backup1" 12.968 0.008: [ 1.916429] 0x000000200000-0x000000a00000 : "NAND.kernel" 12.978 0.011: [ 1.926524] 0x000000a00000-0x000020000000 : "NAND.file-system" 13.002 0.024: [ 1.952633] random: fast init done 13.127 0.125: [ 2.075309] vdd_1v8: Bringing 3300000uV into 1800000-1800000uV 13.139 0.012: [ 2.087749] tps65217 0-0024: TPS65217 ID 0xe version 1.2 13.146 0.007: [ 2.093906] 0-0014 supply vdd_ana not found, using dummy regulator 13.152 0.006: [ 2.100405] 0-0014 supply vcc_i2c not found, using dummy regulator 13.358 0.206: [ 2.306450] input: goodix-ts as /devices/virtual/input/input0 13.366 0.008: [ 2.313081] i2c i2c-0: Failed to register i2c client tps65217 at 0x24 (-16) 13.374 0.008: [ 2.320401] i2c i2c-0: of_i2c: Failure registering /ocp/i2c@44e0b000/tps65217@24 13.382 0.008: [ 2.328380] i2c i2c-0: Failed to create I2C device for /ocp/i2c@44e0b000/tps65217@24 13.390 0.008: [ 2.336416] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz 13.397 0.008: [ 2.345984] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 40 kHz 13.407 0.010: [ 2.354366] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 600000 KHz 13.416 0.009: [ 2.362071] cpu cpu0: dev_pm_opp_set_rate: failed to find current OPP for freq 600000000 (-34) 13.429 0.012: [ 2.374383] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 300000 KHz 13.437 0.009: [ 2.386282] hctosys: unable to open rtc device (rtc0) 13.442 0.005: [ 2.393297] ALSA device list: 13.446 0.004: [ 2.396645] No soundcards found. 14.823 1.377: [ 3.772610] EXT4-fs (mmcblk0p2): recovery complete 14.838 0.015: [ 3.782944] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) 14.843 0.005: [ 3.791451] VFS: Mounted root (ext4 filesystem) on device 179:2. 14.862 0.019: [ 3.813019] devtmpfs: mounted 14.878 0.017: [ 3.826198] Freeing unused kernel memory: 1024K (c0b00000 - c0c00000) 15.218 0.339: [ 4.165212] systemd[1]: System time before build time, advancing clock. 15.392 0.174: [ 4.328225] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) 15.400 0.008: [ 4.349299] systemd[1]: Detected architecture arm. 15.411 0.011: 15.414 0.003: Welcome to Arago 2017.06! 15.414 0.000: 15.442 0.028: [ 4.391443] systemd[1]: Set hostname to <am335x-evm>. 16.977 1.535: [ 5.924646] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. 16.987 0.010: [ OK ] Listening on /dev/initctl Compatibility Named Pipe. 17.018 0.031: [ 5.967644] systemd[1]: Listening on Syslog Socket. 17.024 0.006: [ OK ] Listening on Syslog Socket. 17.073 0.049: [ 6.022412] systemd[1]: Created slice System Slice. 17.079 0.006: [ OK ] Created slice System Slice. 17.107 0.028: [ 6.056969] systemd[1]: Reached target Swap. 17.112 0.005: [ OK ] Reached target Swap. 17.170 0.058: [ 6.118504] systemd[1]: Listening on Process Core Dump Socket. 17.177 0.007: [ OK ] Listening on Process Core Dump Socket. 17.209 0.031: [ 6.157497] systemd[1]: Listening on udev Kernel Socket. 17.215 0.006: [ OK ] Listening on udev Kernel Socket. 17.251 0.036: [ 6.198589] systemd[1]: Listening on Network Service Netlink Socket. 17.258 0.007: [ OK ] Listening on Network Service Netlink Socket. 17.290 0.032: [ OK ] Listening on Journal Socket (/dev/log). 17.322 0.032: [ OK ] Started Forward Password Requests to Wall Directory Watch. 17.353 0.032: [ OK ] Created slice system-getty.slice. 17.389 0.036: [ OK ] Listening on udev Control Socket. 17.422 0.033: [ OK ] Started Dispatch Password Requests to Console Directory Watch. 17.454 0.032: [ OK ] Created slice system-serial\x2dgetty.slice. 17.479 0.025: [ OK ] Listening on Journal Socket. 17.525 0.045: Mounting POSIX Message Queue File System... 17.613 0.088: Starting Apply Kernel Variables... 17.712 0.099: Mounting Debug File System... 17.802 0.090: Starting Remount Root and Kernel File Systems... 17.892 0.090: Mounting Configuration File System... 17.910 0.018: [ OK ] Reached target Remote File Systems. 18.091 0.182: Starting Journal Service... 18.138 0.047: [ OK ] Reached target Paths. 18.218 0.080: [ OK ] Created slice User and Session Slice. 18.228 0.010: [ OK ] Reached target Slices. 18.236 0.007: [ 7.184507] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) 18.369 0.133: Starting Create Static Device Nodes in /dev... 18.469 0.100: Mounting Temporary Directory... 18.577 0.109: Starting Setup Virtual Console... 18.885 0.307: [ OK ] Mounted POSIX Message Queue File System. 18.910 0.025: [ OK ] Mounted Configuration File System. 18.939 0.029: [ OK ] Mounted Debug File System. 18.969 0.030: [ OK ] Mounted Temporary Directory. 19.019 0.050: [ OK ] Started Apply Kernel Variables. 19.069 0.050: [ OK ] Started Remount Root and Kernel File Systems. 19.118 0.050: [ OK ] Started Create Static Device Nodes in /dev. 19.170 0.051: [ OK ] Started Setup Virtual Console. 19.201 0.031: [ OK ] Started Journal Service. 19.298 0.097: Starting udev Kernel Device Manager... 19.336 0.038: [ OK ] Reached target Local File Systems (Pre). 19.412 0.076: Mounting /media/ram... 19.522 0.109: Mounting /var/volatile... 19.634 0.112: Starting udev Coldplug all Devices... 19.776 0.142: Starting Flush Journal to Persistent Storage... 20.084 0.308: [ OK ] Mounted /var/volatile. 20.124 0.040: [ OK ] Mounted /media/ram. 20.187 0.063: [ OK ] Started udev Kernel Device Manager. 20.422 0.236: [ 9.368729] systemd-journald[108]: Received request to flush runtime journal from PID 1 20.480 0.058: Starting Load/Save Random Seed... 20.531 0.051: [ OK ] Reached target Local File Systems. 20.620 0.088: [ OK ] Started Flush Journal to Persistent Storage. 20.778 0.158: [ OK ] Started Load/Save Random Seed. 20.887 0.109: Starting Create Volatile Files and Directories... 21.284 0.397: [ OK ] Started Create Volatile Files and Directories. 21.505 0.222: Starting Network Time Synchronization... 21.663 0.158: Starting Update UTMP about System Boot/Shutdown... 22.859 1.196: [ OK ] Started Network Time Synchronization. 22.944 0.085: [ OK ] Started Update UTMP about System Boot/Shutdown. 23.084 0.140: [ OK ] Reached target System Time Synchronized. 28.004 4.920: [ OK ] Created slice system-systemd\x2dbacklight.slice. 28.240 0.237: Starting Load/Save Screen Backlight...htness of backlight:backlight... 28.750 0.509: [ OK ] Found device /dev/ttyS0. 29.145 0.395: [ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight. 30.287 1.142: [ OK ] Started udev Coldplug all Devices. 30.303 0.016: [ OK ] Reached target System Initialization. 30.372 0.069: [ OK ] Started Daily Cleanup of Temporary Directories. 30.429 0.057: [ OK ] Reached target Timers. 30.486 0.057: [ OK ] Listening on D-Bus System Message Bus Socket. 30.520 0.034: [ OK ] Reached target Sockets. 30.563 0.043: [ OK ] Reached target Basic System. 30.831 0.268: [ OK ] Started Kernel Logging Service. 31.072 0.240: Starting Login Service... 31.362 0.290: [ OK ] Started D-Bus System Message Bus. 34.092 2.730: Starting Network Service... 34.369 0.278: Starting rc.pvr.service... 34.675 0.306: [ OK ] Started System Logging Service. 35.052 0.377: Starting Print notice about GPLv3 packages... 36.677 1.625: [ OK ] Started Network Service. 37.228 0.550: [ OK ] Started rc.pvr.service. 38.620 1.392: [ OK ] Found device /dev/ttyS3. 39.036 0.417: [ OK ] Started Print notice about GPLv3 packages. 40.922 1.886: [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. 40.954 0.032: [ OK ] Reached target Network. 41.096 0.141: Starting Permit User Sessions... 41.241 0.145: Starting Network Name Resolution... 41.640 0.399: [ OK ] Started Permit User Sessions. 41.785 0.144: [ OK ] Started Login Service. 41.971 0.187: [ OK ] Started Serial Getty on ttyS0. 42.122 0.150: [ OK ] Started Serial Getty on ttyS3. 42.244 0.122: [ OK ] Started Getty on tty1. 42.315 0.071: [ OK ] Reached target Login Prompts. 42.465 0.150: Starting Synchronize System and HW clocks... 42.761 0.296: [ OK ] Started Network Name Resolution. 42.866 0.106: [ OK ] Reached target Multi-User System. 42.995 0.129: Starting Update UTMP about System Runlevel Changes... 43.202 0.206: [FAILED] Failed to start Synchronize System and HW clocks. 43.218 0.017: See 'systemctl status sync-clocks.service' for details. 44.114 0.895: [ OK ] Started Update UTMP about System Runlevel Changes. 45.613 1.499: 45.619 0.006: _____ _____ _ _ 45.624 0.005: | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ 45.629 0.005: | | _| .'| . | . | | __| _| . | | | -_| _| _| 45.634 0.005: |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| 45.639 0.005: |___| |___| 45.639 0.000: 45.644 0.005: Arago Project http://arago-project.org am335x-evm ttyS0 45.645 0.000: 45.652 0.008: Arago 2017.06 am335x-evm ttyS0 45.652 0.000: 54.915 9.262: am335x-evm login: [ 43.865997] random: crng init done