Jump to content

Atreyo tech

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Atreyo tech

  1. Hello,

     

    I am using Allwinner A64 processor for my use case. In that, I want to flash my custom os into emmc memory which is alredy worked in SD card. Currenlty we go thorugh below link:

     

    https://wiki.pine64.org/index.php/NOOB#Instructions_to_Flashing_eMMC_Modules

     

    we follow "xzcat imagename.img.xz | sudo dd of=/dev/mmcblk1 bs=1M status=progress conv=fsync" this command but we got input/out error while reading memory.

     

    Please check below screenshot.

    Screenshot_2021-09-30_14-22-05.png

  2. 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

  3. 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.

     

  4. Hi,

     

    I am start using pine64-LTS board and currently installing new OS in SD card successfully. Please check below result of "uname -a" according to my board. 

    "Linux pine64so 5.10.34-sunxi64 #21.05.1 SMP Fri May 7 15:50"19 UTC 2021 aarch64 GNU/Linux"

     

    Now, I want to modify or add some features through kernel. Please guide me how to get kernel source and rebuild process.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines