Jump to content

sgrayban

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by sgrayban

  1. 10 hours ago, SteeMan said:

    I will also say that balbes150 also does take offense when being called lazy

    I'm new here and I haven't spent the hours here like others have to see that @balbes150 has already said in some post here of the thousands posted to know he won't support the x905x3 SoC. That being said I am more then willing to take a fair stab at helping on getting proper support for it. I am no newbie at coding and anyone is more then welcome to google my name to just see my background in code languages, Scott Grayban.

    Is there a common thread to help newcomers to the android compiling kernel modules here?

  2. 1 minute ago, Werner said:

    Pretty good question. I'll take a look into asap.

    Thanks....

     

    1 minute ago, DevShanky said:

     

    It was a normal technical discussion on dtb support for a S905X3 device. What can I say!

    Can you repost and see if it gets deleted again?

  3. 16 minutes ago, DevShanky said:

    I tried comparing file sections and make adjustments to build modified dtb files but it does not help.

    Apparently no one knows how to either 1)fix this to work or 2)is to lazy to help any of us with the same problem if they have already fixed it.

     

    But it's not just the DTB file we need but the kernel mod also.

  4. On 9/18/2020 at 12:33 AM, rforcen said:

    in a more general form:

     

    ANDROID_SIZE=1500 # size in MB of android image file
    BOOT_SIZE=`echo $ANDROID_SIZE+512|bc`
    BOOT_SIZE1=`echo $BOOT_SIZE+1|bc`

    parted -s "${DEV_EMMC}" mkpart primary fat32 "$ANDROID_SIZE"M "$BOOT_SIZE"M
    parted -s "${DEV_EMMC}" mkpart primary ext4 "$BOOT_SIZE1"M 100%

    Would this apply to the X96 Max+ also?

  5. All you have to do is boot up with the usb drive again and run this command

     

    mmc bootpart enable 1 1 /dev/mmcblk2

     

    That will/should fix the booting issue. It did on mine.

    7 minutes ago, rforcen said:

    just extend android gap to 1.5G in partition section of script

    That's not really helpful to newbies.

  6. 1 hour ago, rforcen said:

    i'm working on it, both dtb & firmware,

    i've just tried with 88x2ce, compiled & installed, dbt to compatible="realtek, rtl88x2ce";

    but no luck yet.:wacko:

    I don't know if this helps but I got this...

     

    root@arm-64:root# udevadm info /sys/bus/sdio/devices/* | paste

     

    P: /devices/platform/soc/ffe03000.sd/mmc_host/mmc0/mmc0:0001/mmc0:0001:1
    L: 0
    E: DEVPATH=/devices/platform/soc/ffe03000.sd/mmc_host/mmc0/mmc0:0001/mmc0:0001:1
    E: OF_NAME=wifi
    E: OF_FULLNAME=/soc/sd@ffe03000/wifi@1
    E: OF_COMPATIBLE_0=brcm,bcm4329-fmac
    E: OF_COMPATIBLE_N=1
    E: SDIO_CLASS=07
    E: SDIO_ID=024C:C822
    E: MODALIAS=sdio:c07v024CdC822
    E: SUBSYSTEM=sdio
    E: USEC_INITIALIZED=8387683
    E: ID_SDIO_CLASS_FROM_DATABASE=WLAN interface
     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines