Spaces:
Runtime error
Runtime error
File size: 27,726 Bytes
5aefcf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 |
Ticket Name: Linux/TDA2: TDA2xx/linux boot file Query Text: Part Number: TDA2 Tool/software: Linux Hi, I used tda2xx_evm_linux_all mode before,and directory PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot will produce three files MLO、u-boot.img、uenv.txt. But when i used tda2xx_evm_linux_opencx mode , there are nothing file generate in directory PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot. Is this normal? Responses: Hi Xie Baojian, No For tda2xx_evm_linux_opencx - This also generate all three files MLO、u-boot.img、uenv.txt under "PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot" folder Hi Jena, but in my tda2xx_evm_linux_opencx , it can generate apps.out but there are no file generated in folder “PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot”, What's the problem? How can I generate these three files? Thanks, Xie Baojian Hi Xie Baojian, Just run "make linux_install" , it will copy MLO、u-boot.img、uenv.txt under "PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot" folder make linux_install log.txt hancan@hancan-virtual-machine:~/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build$ make linux_install make -C ./hlos/makerules/linux -f build_kernel.mk kernel_install make[1]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build/hlos/makerules/linux' make -fbuild_kernel.mk kernel_build KERNEL_TARGET=modules_install INSTALL_MOD_PATH=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs make[2]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build/hlos/makerules/linux' make -C /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap ARCH=arm CROSS_COMPILE=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- modules_install make[3]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/omap' INSTALL arch/arm/crypto/aes-arm-bs.ko INSTALL arch/arm/crypto/aes-arm-ce.ko INSTALL arch/arm/crypto/aes-arm.ko INSTALL arch/arm/crypto/ghash-arm-ce.ko INSTALL arch/arm/crypto/sha1-arm-ce.ko INSTALL arch/arm/crypto/sha1-arm-neon.ko INSTALL arch/arm/crypto/sha1-arm.ko INSTALL arch/arm/crypto/sha2-arm-ce.ko INSTALL arch/arm/crypto/sha256-arm.ko INSTALL arch/arm/crypto/sha512-arm.ko INSTALL crypto/ablk_helper.ko INSTALL crypto/af_alg.ko INSTALL crypto/algif_hash.ko INSTALL crypto/algif_skcipher.ko INSTALL crypto/arc4.ko INSTALL crypto/authenc.ko INSTALL crypto/authencesn.ko INSTALL crypto/cbc.ko INSTALL crypto/ccm.ko INSTALL crypto/cmac.ko INSTALL crypto/cryptd.ko INSTALL crypto/ctr.ko INSTALL crypto/des_generic.ko INSTALL crypto/drbg.ko INSTALL crypto/ecb.ko INSTALL crypto/echainiv.ko INSTALL crypto/gcm.ko INSTALL crypto/gf128mul.ko INSTALL crypto/ghash-generic.ko INSTALL crypto/hmac.ko INSTALL crypto/jitterentropy_rng.ko INSTALL crypto/md5.ko INSTALL crypto/seqiv.ko INSTALL crypto/sha1_generic.ko INSTALL crypto/sha256_generic.ko INSTALL crypto/sha512_generic.ko INSTALL crypto/tcrypt.ko INSTALL drivers/ata/ahci.ko INSTALL drivers/ata/ahci_platform.ko INSTALL drivers/ata/libahci.ko INSTALL drivers/ata/libahci_platform.ko INSTALL drivers/ata/libata.ko INSTALL drivers/ata/sata_mv.ko INSTALL drivers/bluetooth/btmrvl.ko INSTALL drivers/bluetooth/btmrvl_sdio.ko INSTALL drivers/cdrom/cdrom.ko INSTALL drivers/char/hw_random/omap-rng.ko INSTALL drivers/char/hw_random/rng-core.ko INSTALL drivers/crypto/omap-aes-driver.ko INSTALL drivers/crypto/omap-des.ko INSTALL drivers/crypto/omap-sham.ko INSTALL drivers/extcon/extcon-palmas.ko INSTALL drivers/extcon/extcon-usb-gpio.ko INSTALL drivers/extcon/extcon.ko INSTALL drivers/gpio/gpio-pisosr.ko INSTALL drivers/gpio/gpio-tpic2810.ko INSTALL drivers/hid/usbhid/usbhid.ko INSTALL drivers/hwmon/ntc_thermistor.ko INSTALL drivers/iio/adc/ti_am335x_adc.ko INSTALL drivers/iio/buffer/kfifo_buf.ko INSTALL drivers/input/keyboard/matrix_keypad.ko INSTALL drivers/input/keyboard/qt1070.ko INSTALL drivers/input/matrix-keymap.ko INSTALL drivers/input/misc/adxl34x-i2c.ko INSTALL drivers/input/misc/adxl34x-spi.ko INSTALL drivers/input/misc/adxl34x.ko INSTALL drivers/input/misc/rotary_encoder.ko INSTALL drivers/input/mouse/cyapatp.ko INSTALL drivers/input/touchscreen/pixcir_i2c_ts.ko INSTALL drivers/input/touchscreen/st1232.ko INSTALL drivers/input/touchscreen/ti_am335x_tsc.ko INSTALL drivers/media/i2c/adv7180.ko INSTALL drivers/media/i2c/ml86v7667.ko INSTALL drivers/media/i2c/mt9t11x.ko INSTALL drivers/media/i2c/ov2659.ko INSTALL drivers/media/platform/soc_camera/soc_camera.ko INSTALL drivers/media/platform/soc_camera/soc_camera_platform.ko INSTALL drivers/media/platform/soc_camera/soc_mediabus.ko INSTALL drivers/media/usb/gspca/gspca_main.ko INSTALL drivers/media/usb/uvc/uvcvideo.ko INSTALL drivers/media/v4l2-core/videobuf-core.ko INSTALL drivers/media/v4l2-core/videobuf2-vmalloc.ko INSTALL drivers/mfd/ti_am335x_tscadc.ko INSTALL drivers/mtd/tests/mtd_nandbiterrs.ko INSTALL drivers/mtd/tests/mtd_nandecctest.ko INSTALL drivers/mtd/tests/mtd_oobtest.ko INSTALL drivers/mtd/tests/mtd_pagetest.ko INSTALL drivers/mtd/tests/mtd_readtest.ko INSTALL drivers/mtd/tests/mtd_speedtest.ko INSTALL drivers/mtd/tests/mtd_stresstest.ko INSTALL drivers/mtd/tests/mtd_subpagetest.ko INSTALL drivers/mtd/tests/mtd_torturetest.ko INSTALL drivers/net/can/c_can/c_can.ko INSTALL drivers/net/can/c_can/c_can_platform.ko INSTALL drivers/net/can/can-dev.ko INSTALL drivers/net/can/spi/mcp251x.ko INSTALL drivers/net/ethernet/broadcom/tg3.ko INSTALL drivers/net/ethernet/intel/e1000/e1000.ko INSTALL drivers/net/ethernet/intel/e1000e/e1000e.ko INSTALL drivers/net/ethernet/marvell/skge.ko INSTALL drivers/net/ethernet/ti/prueth.ko INSTALL drivers/net/usb/asix.ko INSTALL drivers/net/usb/ax88179_178a.ko INSTALL drivers/net/usb/cdc_ether.ko INSTALL drivers/net/usb/cdc_ncm.ko INSTALL drivers/net/usb/cdc_subset.ko INSTALL drivers/net/usb/net1080.ko INSTALL drivers/net/usb/pegasus.ko INSTALL drivers/net/usb/r8152.ko INSTALL drivers/net/usb/smsc75xx.ko INSTALL drivers/net/usb/smsc95xx.ko INSTALL drivers/net/usb/usbnet.ko INSTALL drivers/net/usb/zaurus.ko INSTALL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.ko INSTALL drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko INSTALL drivers/net/wireless/iwlwifi/dvm/iwldvm.ko INSTALL drivers/net/wireless/iwlwifi/iwlwifi.ko INSTALL drivers/net/wireless/mwifiex/mwifiex.ko INSTALL drivers/net/wireless/mwifiex/mwifiex_sdio.ko INSTALL drivers/net/wireless/rt2x00/rt2800lib.ko INSTALL drivers/net/wireless/rt2x00/rt2800usb.ko INSTALL drivers/net/wireless/rt2x00/rt2x00lib.ko INSTALL drivers/net/wireless/rt2x00/rt2x00usb.ko INSTALL drivers/net/wireless/ti/wl18xx/wl18xx.ko INSTALL drivers/net/wireless/ti/wlcore/wlcore.ko INSTALL drivers/net/wireless/ti/wlcore/wlcore_sdio.ko INSTALL drivers/net/wireless/ti/wlcore/wlcore_spi.ko INSTALL drivers/power/max17040_battery.ko INSTALL drivers/power/max17042_battery.ko INSTALL drivers/remoteproc/am437x_pruss_wrapper.ko INSTALL drivers/remoteproc/omap_remoteproc.ko INSTALL drivers/remoteproc/pru_rproc.ko INSTALL drivers/remoteproc/pruss.ko INSTALL drivers/remoteproc/pruss_intc.ko INSTALL drivers/remoteproc/remoteproc.ko INSTALL drivers/rpmsg/rpmsg-rpc.ko INSTALL drivers/rpmsg/rpmsg_pru.ko INSTALL drivers/rpmsg/virtio_rpmsg_bus.ko INSTALL drivers/rtc/rtc-ds1307.ko INSTALL drivers/rtc/rtc-omap.ko INSTALL drivers/rtc/rtc-palmas.ko INSTALL drivers/rtc/rtc-tps6586x.ko INSTALL drivers/rtc/rtc-tps65910.ko INSTALL drivers/scsi/scsi_mod.ko INSTALL drivers/scsi/sd_mod.ko INSTALL drivers/scsi/sr_mod.ko INSTALL drivers/usb/class/cdc-acm.ko INSTALL drivers/usb/core/usbcore.ko INSTALL drivers/usb/dwc3/dwc3-omap.ko INSTALL drivers/usb/dwc3/dwc3.ko INSTALL drivers/usb/gadget/function/u_ether.ko INSTALL drivers/usb/gadget/function/u_serial.ko INSTALL drivers/usb/gadget/function/usb_f_acm.ko INSTALL drivers/usb/gadget/function/usb_f_ecm.ko INSTALL drivers/usb/gadget/function/usb_f_ecm_subset.ko INSTALL drivers/usb/gadget/function/usb_f_fs.ko INSTALL drivers/usb/gadget/function/usb_f_hid.ko INSTALL drivers/usb/gadget/function/usb_f_mass_storage.ko INSTALL drivers/usb/gadget/function/usb_f_midi.ko INSTALL drivers/usb/gadget/function/usb_f_ncm.ko INSTALL drivers/usb/gadget/function/usb_f_obex.ko INSTALL drivers/usb/gadget/function/usb_f_printer.ko INSTALL drivers/usb/gadget/function/usb_f_rndis.ko INSTALL drivers/usb/gadget/function/usb_f_serial.ko INSTALL drivers/usb/gadget/function/usb_f_ss_lb.ko INSTALL drivers/usb/gadget/function/usb_f_uac2.ko INSTALL drivers/usb/gadget/function/usb_f_uvc.ko INSTALL drivers/usb/gadget/legacy/g_acm_ms.ko INSTALL drivers/usb/gadget/legacy/g_audio.ko INSTALL drivers/usb/gadget/legacy/g_cdc.ko INSTALL drivers/usb/gadget/legacy/g_dbgp.ko INSTALL drivers/usb/gadget/legacy/g_ether.ko INSTALL drivers/usb/gadget/legacy/g_ffs.ko INSTALL drivers/usb/gadget/legacy/g_hid.ko INSTALL drivers/usb/gadget/legacy/g_mass_storage.ko INSTALL drivers/usb/gadget/legacy/g_midi.ko INSTALL drivers/usb/gadget/legacy/g_multi.ko INSTALL drivers/usb/gadget/legacy/g_ncm.ko INSTALL drivers/usb/gadget/legacy/g_printer.ko INSTALL drivers/usb/gadget/legacy/g_serial.ko INSTALL drivers/usb/gadget/legacy/g_webcam.ko INSTALL drivers/usb/gadget/legacy/g_zero.ko INSTALL drivers/usb/gadget/legacy/gadgetfs.ko INSTALL drivers/usb/gadget/libcomposite.ko INSTALL drivers/usb/gadget/udc/udc-core.ko INSTALL drivers/usb/host/ehci-hcd.ko INSTALL drivers/usb/host/ehci-omap.ko INSTALL drivers/usb/host/ehci-pci.ko INSTALL drivers/usb/host/ehci-platform.ko INSTALL drivers/usb/host/ohci-hcd.ko INSTALL drivers/usb/host/ohci-pci.ko INSTALL drivers/usb/host/ohci-platform.ko INSTALL drivers/usb/host/r8a66597-hcd.ko INSTALL drivers/usb/host/xhci-hcd.ko INSTALL drivers/usb/host/xhci-pci.ko INSTALL drivers/usb/host/xhci-plat-hcd.ko INSTALL drivers/usb/isp1760/isp1760.ko INSTALL drivers/usb/misc/usbtest.ko INSTALL drivers/usb/musb/am35x.ko INSTALL drivers/usb/musb/musb_am335x.ko INSTALL drivers/usb/musb/musb_dsps.ko INSTALL drivers/usb/musb/musb_hdrc.ko INSTALL drivers/usb/musb/omap2430.ko INSTALL drivers/usb/phy/phy-isp1301.ko INSTALL drivers/usb/serial/usbserial.ko INSTALL drivers/usb/storage/usb-storage.ko INSTALL drivers/virtio/virtio.ko INSTALL drivers/virtio/virtio_ring.ko INSTALL drivers/w1/masters/omap_hdq.ko INSTALL drivers/w1/wire.ko INSTALL drivers/watchdog/omap_wdt.ko INSTALL fs/configfs/configfs.ko INSTALL lib/crc-ccitt.ko INSTALL lib/crc-itu-t.ko INSTALL lib/crc7.ko INSTALL lib/libcrc32c.ko INSTALL lib/ts_bm.ko INSTALL lib/ts_fsm.ko INSTALL lib/ts_kmp.ko INSTALL net/802/p8022.ko INSTALL net/802/psnap.ko INSTALL net/802/stp.ko INSTALL net/8021q/8021q.ko INSTALL net/bluetooth/bluetooth.ko INSTALL net/bridge/br_netfilter.ko INSTALL net/bridge/bridge.ko INSTALL net/bridge/netfilter/ebt_802_3.ko INSTALL net/bridge/netfilter/ebt_among.ko INSTALL net/bridge/netfilter/ebt_arp.ko INSTALL net/bridge/netfilter/ebt_arpreply.ko INSTALL net/bridge/netfilter/ebt_dnat.ko INSTALL net/bridge/netfilter/ebt_ip.ko INSTALL net/bridge/netfilter/ebt_ip6.ko INSTALL net/bridge/netfilter/ebt_limit.ko INSTALL net/bridge/netfilter/ebt_log.ko INSTALL net/bridge/netfilter/ebt_mark.ko INSTALL net/bridge/netfilter/ebt_mark_m.ko INSTALL net/bridge/netfilter/ebt_nflog.ko INSTALL net/bridge/netfilter/ebt_pkttype.ko INSTALL net/bridge/netfilter/ebt_redirect.ko INSTALL net/bridge/netfilter/ebt_snat.ko INSTALL net/bridge/netfilter/ebt_stp.ko INSTALL net/bridge/netfilter/ebt_vlan.ko INSTALL net/bridge/netfilter/ebtable_broute.ko INSTALL net/bridge/netfilter/ebtable_filter.ko INSTALL net/bridge/netfilter/ebtable_nat.ko INSTALL net/bridge/netfilter/ebtables.ko INSTALL net/can/can-bcm.ko INSTALL net/can/can-gw.ko INSTALL net/can/can-raw.ko INSTALL net/can/can.ko INSTALL net/ipv4/ah4.ko INSTALL net/ipv4/esp4.ko INSTALL net/ipv4/ipcomp.ko INSTALL net/ipv4/netfilter/arp_tables.ko INSTALL net/ipv4/netfilter/arpt_mangle.ko INSTALL net/ipv4/netfilter/arptable_filter.ko INSTALL net/ipv4/netfilter/ip_tables.ko INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko INSTALL net/ipv4/netfilter/iptable_filter.ko INSTALL net/ipv4/netfilter/iptable_nat.ko INSTALL net/ipv4/netfilter/nf_conntrack_ipv4.ko INSTALL net/ipv4/netfilter/nf_defrag_ipv4.ko INSTALL net/ipv4/netfilter/nf_nat_ipv4.ko INSTALL net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko INSTALL net/ipv4/xfrm4_mode_beet.ko INSTALL net/ipv4/xfrm4_mode_transport.ko INSTALL net/ipv4/xfrm4_mode_tunnel.ko INSTALL net/ipv4/xfrm4_tunnel.ko INSTALL net/ipv6/ah6.ko INSTALL net/ipv6/esp6.ko INSTALL net/ipv6/ip6_tunnel.ko INSTALL net/ipv6/ipcomp6.ko INSTALL net/ipv6/mip6.ko INSTALL net/ipv6/tunnel6.ko INSTALL net/ipv6/xfrm6_tunnel.ko INSTALL net/key/af_key.ko INSTALL net/llc/llc.ko INSTALL net/mac80211/mac80211.ko INSTALL net/netfilter/nf_conntrack.ko INSTALL net/netfilter/nf_conntrack_proto_sctp.ko INSTALL net/netfilter/nf_nat.ko INSTALL net/netfilter/nf_nat_proto_sctp.ko INSTALL net/netfilter/x_tables.ko INSTALL net/netfilter/xt_CLASSIFY.ko INSTALL net/netfilter/xt_IDLETIMER.ko INSTALL net/netfilter/xt_comment.ko INSTALL net/netfilter/xt_cpu.ko INSTALL net/netfilter/xt_iprange.ko INSTALL net/netfilter/xt_length.ko INSTALL net/netfilter/xt_limit.ko INSTALL net/netfilter/xt_mac.ko INSTALL net/netfilter/xt_mark.ko INSTALL net/netfilter/xt_multiport.ko INSTALL net/netfilter/xt_nat.ko INSTALL net/netfilter/xt_pkttype.ko INSTALL net/netfilter/xt_policy.ko INSTALL net/netfilter/xt_sctp.ko INSTALL net/netfilter/xt_tcpudp.ko INSTALL net/rpmsg/rpmsg_proto.ko INSTALL net/sched/act_csum.ko INSTALL net/sched/act_gact.ko INSTALL net/sched/act_ipt.ko INSTALL net/sched/act_mirred.ko INSTALL net/sched/act_nat.ko INSTALL net/sched/act_pedit.ko INSTALL net/sched/act_police.ko INSTALL net/sched/act_simple.ko INSTALL net/sched/act_skbedit.ko INSTALL net/sched/cls_basic.ko INSTALL net/sched/cls_flow.ko INSTALL net/sched/cls_fw.ko INSTALL net/sched/cls_route.ko INSTALL net/sched/cls_rsvp.ko INSTALL net/sched/cls_rsvp6.ko INSTALL net/sched/cls_tcindex.ko INSTALL net/sched/cls_u32.ko INSTALL net/sched/em_cmp.ko INSTALL net/sched/em_meta.ko INSTALL net/sched/em_nbyte.ko INSTALL net/sched/em_text.ko INSTALL net/sched/em_u32.ko INSTALL net/sched/sch_cbq.ko INSTALL net/sched/sch_choke.ko INSTALL net/sched/sch_codel.ko INSTALL net/sched/sch_drr.ko INSTALL net/sched/sch_dsmark.ko INSTALL net/sched/sch_fq_codel.ko INSTALL net/sched/sch_gred.ko INSTALL net/sched/sch_hfsc.ko INSTALL net/sched/sch_htb.ko INSTALL net/sched/sch_ingress.ko INSTALL net/sched/sch_mqprio.ko INSTALL net/sched/sch_multiq.ko INSTALL net/sched/sch_netem.ko INSTALL net/sched/sch_prio.ko INSTALL net/sched/sch_qfq.ko INSTALL net/sched/sch_red.ko INSTALL net/sched/sch_sfb.ko INSTALL net/sched/sch_sfq.ko INSTALL net/sched/sch_tbf.ko INSTALL net/sched/sch_teql.ko INSTALL net/sctp/sctp.ko INSTALL net/wireless/cfg80211.ko INSTALL net/xfrm/xfrm_algo.ko INSTALL net/xfrm/xfrm_ipcomp.ko INSTALL net/xfrm/xfrm_user.ko INSTALL sound/core/snd-hwdep.ko INSTALL sound/core/snd-rawmidi.ko INSTALL sound/soc/codecs/snd-soc-ak4642.ko INSTALL sound/soc/codecs/snd-soc-tlv320aic31xx.ko INSTALL sound/soc/codecs/snd-soc-wm8978.ko INSTALL sound/usb/snd-usb-audio.ko INSTALL sound/usb/snd-usbmidi-lib.ko DEPMOD 4.4.84-00018-gd326d64-dirty make[3]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/omap' make[2]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build/hlos/makerules/linux' install -d /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_opencx/hlos/linux/boot install /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap/arch/arm/boot/zImage /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/boot mkimage -A arm -O linux -C none -T kernel -a 0x80008000 -e 0x80008000 -n 'Linux uImage' -d "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap/arch/arm/boot/zImage" "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap/arch/arm/boot/uImage" Image Name: Linux uImage Created: Tue Jun 5 09:03:44 2018 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3551920 Bytes = 3468.67 kB = 3.39 MB Load Address: 80008000 Entry Point: 80008000 install /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap/arch/arm/boot/uImage /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/boot cd /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap/arch/arm/boot/dts/; cp -v dra7-evm-infoadas.dtb /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/boot ��dra7-evm-infoadas.dtb�� -> ��/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/boot/dra7-evm-infoadas.dtb�� make -C /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/linux-kernel-addon/memcache/build TARGET=install INSTALL_MOD_PATH=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs make[2]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/linux-kernel-addon/memcache/build' # memcache: Building module make -C /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/omap M=`pwd` ARCH=arm CROSS_COMPILE=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- modules make[3]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/omap' Building modules, stage 2. MODPOST 1 modules make[3]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/omap' make[2]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/linux-kernel-addon/memcache/build' make -C /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/api DESTDIR=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs install make[2]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/api' make[3]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/api' test -z "/usr/lib" || mkdir -p -- "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib" /bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libticmem.la' '/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.la' /usr/bin/install -c .libs/libticmem.so.1.0.0 /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.so.1.0.0 (cd /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib && { ln -s -f libticmem.so.1.0.0 libticmem.so.1 || { rm -f libticmem.so.1 && ln -s libticmem.so.1.0.0 libticmem.so.1; }; }) (cd /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib && { ln -s -f libticmem.so.1.0.0 libticmem.so || { rm -f libticmem.so && ln -s libticmem.so.1.0.0 libticmem.so; }; }) /usr/bin/install -c .libs/libticmem.lai /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.la /usr/bin/install -c .libs/libticmem.a /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.a chmod 644 /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.a arm-linux-gnueabihf-ranlib /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/lib/libticmem.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/ti" || mkdir -p -- "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/include/ti" /usr/bin/install -c -m 644 '../../../include/ti/cmem.h' '/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/usr/include/ti/cmem.h' make[3]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/api' make[2]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/api' make -C /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/module EXEC_DIR=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk install make[2]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/module' Making module install... install -d /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk install: cannot change permissions of ��/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk��: Operation not permitted make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/module' make[1]: *** [kernel_install] Error 2 make[1]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build/hlos/makerules/linux' make: *** [linux_install] Error 2 Hi Jena, Above is my make linux_install log , But there is still no file generate in directory PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot. Is there anything wrong with my environment? Regards, Xie Baojian Hi Xie Baojian, From attached logs, I can see when you run "make linux_install" it ends up with error because of some permission issues EXEC_DIR=/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk install make[2]: Entering directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/module' Making module install... install -d /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk install: cannot change permissions of ¡®/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk¡¯: Operation not permitted make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/kernel/cmem/ludev/src/cmem/module' make[1]: *** [kernel_install] Error 2 make[1]: Leaving directory `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/build/hlos/makerules/linux' make: *** [linux_install] Error 2 Could you confirm you run the command chmod 777 on targetfs folder to change its permission or not ? Regards Surya Hi Surya, I have done below: cd /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/targetfs chmod 777 ../targetfs But when i run "make linux_install" it still report this error. Under the directory ls -al : drwxrwxrwx 22 nobody hancan 4096 5月 30 14:39 . drwxrwxrwx 8 hancan hancan 4096 4月 16 14:19 .. drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 bin drwxrwxrwx 2 nobody hancan 4096 6月 5 16:12 boot drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 dev drwxrwxrwx 47 nobody hancan 4096 8月 31 2017 etc drwxrwxrwx 3 nobody hancan 4096 5月 24 21:23 home drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 include drwxrwxrwx 9 nobody hancan 4096 8月 31 2017 lib drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 media drwxrwxrwx 3 nobody hancan 4096 8月 31 2017 mnt drwxrwxr-x 4 hancan hancan 4096 6月 8 2017 opencl_fs_patches drwxrwxrwx 6 nobody hancan 4096 5月 24 20:27 opt drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 proc drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 run drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 sbin drwxrwxrwx 3 nobody hancan 4096 8月 31 2017 srv drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 sys drwxrwxrwx 2 nobody hancan 4096 8月 31 2017 tmp drwxrwxrwx 11 nobody hancan 4096 8月 31 2017 usr drwxrwxrwx 8 nobody hancan 4096 8月 31 2017 var drwxrwxrwx 3 nobody hancan 4096 8月 31 2017 www it seems the permissions are the largest. Where am I wrong? Thanks&Regards, Xie Baojian Hi Surya, Is it necessary to use the root user when I run the "make linux_install" command? Now I am using "hancan" user to run "make linux_install". Regards, Xie Baojian Hi Xie Baojian, No need to run "make linux_install" with root permission As per Linux userguide Section 2.4.2.1.4 Download and untar file system, NOTE: Only targetfs folder needs to have full permission not the files within And can you let us know the permissions for vision_sdk folder Regards Surya Hi Surya, I have Download and untar file system refer to Linux userguide Section 2.4.2.1.4. and my "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/targetfs/opt/vision_sdk " permissions is "drwxrwxrwx " . and i have run "chmod -R 777 /home/hancan/PROCESSOR_SDK_VISION_03_02_00_00 " to make sure all files are the most privileged. But it still report cannot change permissions of ‘/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/../ti_components/os_tools/linux/targetfs/opt/vision_sdk’: Operation not permitted. I have no way about this problem. Regards, Xie Baojian Hi Surya, I have solved this problem, Because the "/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/ti_components/os_tools/linux/targetfs/opt/vision_sdk " directory already exists. and so "install -d" will report this error. Thanks, Xie Baojian |