Jump to content

almotra

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by almotra

  1. Hello, I am trying to install a wisenet wave video surveillance server. I got error messages, I tried on buster and focal. Can someone try and tell me if it was successful? Download link: https://wavevms.com/download/ Merci Alex
  2. I use this .dtb, it works fine, ethernet 100Mb. meson-sm1-sei610-x96maxplus.dtb
  3. @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
  4. Without the colon and without the .d, still the same problem! I tried with - nano /etc/network/interfaces - armbian-config ; network ; edit ..... Can you show me your file?
  5. 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?
  6. Hello, I asked this question on another subject but I have no answer. I use a box H96 max + rk3328, I start armbian buster no desktop with dtb rk3328-box-h96mp.dtb from @easyb, but the mac address changes each time I restart. Would someone tell me how I can rectify this problem? Alex
  7. Hello, could you try? Do you also have the mac address problem? I did not find a solution Alex
  8. I tried with Armbian_20.05.1_Arm-64_buster_current_5.6.2_20200408.img and the latest 5.7.... buster no desktop
  9. No one has the same problem? Does no one have a solution ?
  10. 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
  11. 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
  12. 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
  13. 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.
  14. 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
  15. 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
  16. 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 ?
  17. I would need a Debian amlogic no desktop. Whatever the kernel version, the most recent version you get will be fine.
  18. You have to rename u-boot.sd to u-boot.ext
  19. Hello, Could someone share non desktop armbian stretch for amlogic s905w? I used version 4.78 but I deleted it!
  20. 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
  21. 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 ?
  22. 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