Atreyo tech

  • Posts

    9
  • Joined

  • Last visited

Posts posted by Atreyo tech

  1. Hello,

     

    I have started compiling the kernel for pine64 board by the following command.

     

    $ ./compile.sh CLEAN_LEVEL="make,debs,oldcache,cache" NO_APT_CACHER=yes USE_TORRENT=no

     

    I have used "NO_APT_CACHER=yes" to avoid error from proxy settings. Moreover, "USE_TORRENT=no" to avoid fetch URL failed error. However, again I have encountered an error which can be seen in the screenshot attached. I don't exactly know why this error has occurred.

     

    Please guide me to compile it successfully.

     

    image.thumb.png.c0006d5d27812e21489c3261b28ce2d2.png

  2. Hello sir,

     

    Thank you for response.

     

    Actually, I want to integrate Quectel EC200S-CN LTE modem with pine64 board. For LTE integration, we need to modify option.c ,qcserial.c, usb_wwan.c, and usb-wwan.h. Additionally we need to enable some of the features through menuconfig command. 

     

    As per our understanding, we need to first download kernel source in any of linux host system. After that do required change in above given file and perform procedures:

     

    1). make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig

    2). make -j$(nproc) ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules

    3). make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install

     

    After that we need to copy generated files in bootable SD card. But, now we don't know where we can find kernel source and performing all above steps true are true?. If above steps true then which file need to copy in SD card and which location.

     

    Can you guide me for this or share any reference link?

     

    All your suggestion are valuable for us.