Jump to content

almotra

Members
  • Posts

    45
  • Joined

  • Last visited

Posts posted by almotra

  1. On 9/4/2020 at 6:39 PM, gcsuri said:

    Salut,

     

     J'ai créé un .dtb sur ma boîte x96-max basée sur meson-sm1. Ethernet fonctionne à 100 Mbps, le son fonctionne également. Copiez simplement dans / boot / dtb / amlogic / dir et éditez extlinux.conf dans la dernière version stable (noyau 5.8.5).

     

    meson-sm1-x96-max.dtb 48,59 kB · 11 téléchargements

    @gcsuri Thanks it works. I have 3 .dtb working, can someone tell me the difference of the three and which one do you recommend?

    meson-sm1-x96-max.dtb meson-sm1-sei610-x96maxplus.dtb meson-sm1-sei610-ethfix.dtb

  2. On 11/06/2020 at 22:49, Lexx said:

    source /etc/network/interfaces.d/*

    # Adaptateur filaire # 1
    allow-hotplug eth0
    no-auto-down eth0
    iface eth0 inet
    dhcp #iface eth0 inet static
    #address 192.168.1.100
    #netmask 255.255.255.0
    #gateway 192.168.1.1
    # dns-nameservers 192.168.1.1
    pre-up ifconfig eth0 hw ether xxxxxxxxxxxx
    # hwaddress ether # si vous souhaitez configurer MAC manuellement
    # pre-up / sbin / ifconfig eth0 mtu 3838 # configuration MTU pour DHCP, statique uniquement: mtu 3838


    auto lo
    iface lo inet loopback

    Thank you, I succeeded, your tip works.

  3. 21 hours ago, Lexx said:

    I registered the following line in the network/interfeises file: pre-up ifconfig eth0 hw ether 010000101010. it helped me. try it.

    My file :

     

    source /etc/network/interfaces.d/*

     

    # Wired adapter #1

    allow-hotplug eth0

    no-auto-down eth0

    iface eth0 inet dhcp

    #iface eth0 inet static

    #address 192.168.1.100

    #netmask 255.255.255.0

    #gateway 192.168.1.1

    #dns-nameservers 8.8.8.8 8.8.4.4

    #        hwaddress ether 62:04:24:q4:d4:cg

    pre-up ifconfig eth0 hw ether 01:00:00:10:10:10

     

    But still the problem.
    Is my file good?

     

     

  4. On 5/13/2020 at 7:43 PM, DigitalDaz said:

    Hello,

    on my h96 max +, with the dtb rk3328-box-h96mp.dtb from @easyb, my box starts and works very well.

    The only problem is that the mac address changes with each restart.

    How do I get a fixed mac address?

    tried with Armbian_20.05.1_Arm-64_buster_current_5.6.2_20200408.img and the latest 5.7.... buster no desktop

     

    Alex

    ....................

    I'm not even sure my box will boot with that combination. I'll try later today.

     

    Hello,

    could you try?

    Do you also have the mac address problem?
    I did not find a solution

     

    Alex

  5. On 5/7/2020 at 5:23 PM, almotra said:

    Hello,

    on my h96 max +, with the dtb rk3328-box-h96mp.dtb from @easyb, my box starts and works very well.

    The only problem is that the mac address changes with each restart.

    How do I get a fixed mac address?

     

    Alex

    No one has the same problem?

    Does no one have a solution ?

  6. 1 hour ago, balbes150 said:

    u-boot n'a rien à voir avec ça. Très probablement, avant de démarrer l'installation dans eMMC, le système source sur un support externe n'était pas configuré correctement (DTB n'est pas utilisé à partir de l'image, avec copie manuelle). Ou d'autres modifications ont été apportées à la procédure d'installation. Affichez le contenu (uEnv.txt) de eMMC.

     

    All work very well before update.

    In my previous message, we see that the update removes /boot/initrd.img-5.6.2-arm-64 and recreate /boot/initrd.img-5.7.0-rc1-arm-64

    When I put a sd, with in uenv.txt (ROOT_EMMC) the box starts but blocks on mnt/boot and it puts in maintenance

    I have this problem with x96max + and H96max +, but not with x96mini.

     

    I solved this problem in "armbian-config" puis "system and security setting" and "freeze" disable armbian upgrades

  7. Hello @balbes150,

     

    I am in 5.6.2 buster no desktop

    after apt-get update and apt-get upgrade, unable to restart on emmc .

    During apt-get upgrade, I see that it changes u-boot, it may be the problem :

     

    Get:1 https://apt.armbian.com buster/main arm64 linux-image-current-arm-64 arm64 20.05.2 [34.0 MB]

    Fetched 42.2 MB in 14s (2,953 kB/s)                                                                                                                                  

    (Reading database ... 34130 files and directories currently installed.)

    Preparing to unpack .../libgnutls30_3.6.7-4+deb10u3_arm64.deb ...

    Unpacking libgnutls30:arm64 (3.6.7-4+deb10u3) over (3.6.7-4+deb10u2) ...

    Setting up libgnutls30:arm64 (3.6.7-4+deb10u3) ...

    (Reading database ... 34130 files and directories currently installed.)

    Preparing to unpack .../git-man_1%3a2.20.1-2+deb10u2_all.deb ...

    Unpacking git-man (1:2.20.1-2+deb10u2) over (1:2.20.1-2+deb10u1) ...

    Preparing to unpack .../git_1%3a2.20.1-2+deb10u2_arm64.deb ...

    Unpacking git (1:2.20.1-2+deb10u2) over (1:2.20.1-2+deb10u1) ...

    Preparing to unpack .../linux-image-current-arm-64_20.05.2_arm64.deb ...

    update-initramfs: Deleting /boot/initrd.img-5.6.2-arm-64

    Unpacking linux-image-current-arm-64 (20.05.2) over (20.05.1) ...

    Setting up linux-image-current-arm-64 (20.05.2) ...

    update-initramfs: Generating /boot/initrd.img-5.7.0-rc1-arm-64

    W: Couldn't identify type of root file system for fsck hook

    update-initramfs: Converting to u-boot format

  8. 14 hours ago, SteeMan said:

    I managed to start on my h96max+

     

    Now I am trying to boot on an X96max S905X2, I have tried all the .dtb, some boot but no Ethernet.

    Anyone have a .dtb that works with the latest .img armbian?

    Hello @SteeMan

    You succeeded on h96 max x2, me it's X96 max x2.

    I used with the old stretch version, 4.78 or 5.78, I don't know and I didn't keep them.

    With .img aml 5.5.0-rc1_20200205, the box starts but no Ethernet.

    With .img 5.6.2_20200408, it starts and remains blocked on "flush journal to persistent storage". I have tried all .dtb G12a.

     

  9. 16 hours ago, SteeMan said:

    If you have access to the terminal app on a mac then you can do the following:

    1) Identify the correct disk that your sd card is mounted as:

      diskutil list

    (from the output find the SD card mounted as /dev/disk<n>? where <n> is the number of the mount i.e. /dev/disk2 or /dev/disk3)

    2) Unmount the disk

      diskutil unmountDisk /dev/disk<n>

    3) Copy the image to the SD card

      sudo dd if=u-boot-<model>.img of=/dev/disk<n> bs=1 count=442

      sudo dd if=u-boot-<model>.img of=/dev/disk<n> bs=512 skip=1 seek=1

      sync

    4) Safely eject the SD card

     

    (I don't use windows so I can't give you instructions for that environment)

    Thank you @SteeMan,

    I managed to start on my h96max+

    Now I am trying to boot on an X96max S905X2, I have tried all the .dtb, some boot but no Ethernet.

    Anyone have a .dtb that works with the latest .img armbian?

    I got there with the old .img but not with the new .img

     

    Alex

  10. On 4/12/2020 at 1:35 AM, bobolon said:

    Hello, 

     

    I installed armbian on my H96 max+ using this tutorial, but now I'm trying to restore android. I tried to use the ddbr tool, but it searches the backup file on the boot device where the partition is to small to put the backup in.

     

    I also tried to restore android by using software like RKtool, Androidtool release or Factorytool, and they all tell me "Download boot fail".

     

    Is there a way to restore the original android firmware?

    Hello,

    Can you explain to me how you did for H96max +?
    What dtb?
    How did you copy u-boot-rk3328-mvr9?
    I do not understand how to do with the 2 command lines. (dd if = u-boot-rk3328-mvr9.img of = / dev / "sd card" conv = fsync bs = 1 count = 442 and ......)

     

    Alex

  11. Hello,
    I am trying to install on rk3328.
    I downloaded the rk3328-mvr9 image but I don't know how to do it with the commands:
    dd if = u-boot-rk3328-mvr9.img of = / dev / <SD_card> conv = fsync bs = 1 count = 442
    and
    dd if = u-boot-rk3328-mvr9.img of = / dev / <SD_card> conv = fsync bs = 512 skip = 1 seek = 1


    on windows with cmd ?
    on mac with terminal ?

  12. On 3/29/2020 at 10:47 AM, almotra said:

    Ok I started with buster on my x96 max plus.

    On sd card, with meson-sm1-sei610-ethfix.dtb and u-boot.ext, I have the image and ethernet works.

    After installation on emmc, no ethernet, and blurred image.

    How to do ?

     

     

    I answer myself.

    After booting on the sd card, copy and rename the u-boot.ext file to u-boot.sd with the commands:

    cd /boot

    then

    cp u-boot.ext u-boot.sd

    then

    cd

    then

    /root/install-aml.sh

  13. 8 hours ago, gabe5000 said:

    I've just installed bionic 20200306 on my x96 air p2 4/64, and it works fine for me, wonderful.

    Now I'd like to install the system on the eMMC. I started to follow  the Armbian documentation, but the 'nand-sata-install' command is not recognized.

    Could you please help me what to do?

    To install it on emmc : sudo /root/install-aml.sh

    How did you get started on x96 air?

    Can you detail me?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines