Jump to content

yuri.vivaldi

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yes, flash the first device, then move it to a second one and try to nand-sata-install it Do I need to reset some sort of checked file in the in the SD, some sort of lock? Also, I did it on other armbian installations and hardware, and it worked
  2. I resolved the issue, on my case at least: The Uboot instance doesn't like the SD to be inserted while booting, so it couldn't detect it. Simply leave the SD out, boot to uboot, insert the SD then boot to mmc1(SD) For the double IP problem,the error was on my part. I assumed that the eth0 interface from linux was the physical Ethernet labled Eth1 and eth1 in linux was Eth2 physical. That's wrong: linux eth0 => Physical Ethernet2 linux eth1 => Physical Ethernet1 With this, the problems are resolved
  3. Hi everyone, I'm working on a bunch of arm boards, where I installed armbian on the eMMC I'm trying to re-flash some of them, via SD and then via nand-sata-install, but something is wrong A fresh SD works, as in: boot from SD run nand-sata-install select eMMC run and wait But as soon as I try to do it a second time, on a second board, it breaks, meaning that nand-sata-install doesn't show any storage device, while /dev/mmc* it's recognized from linux (image 1) INFO: Armbian monitor log $ uname -a Linux rockpi-s 6.0.10-rockchip64 #22.11.1 SMP PREEMPT Wed Nov 30 11:20:25 UTC 2022 aarch64 GNU/Linux
  4. I managed to restore armbian to the board that couldn't boot. The boards are this model. The situation is this, now: board 1: Booting in Armbian, now clean, no overlay installed with armbianEnv.txt: This board seems to be working, but eth0 seems to be on a different physical device from before all this trouble, meaning now the eth0 is on a different real ethernet port board 2: Booting Armbian, with armbianEnv.txt: Same problem with the eth0 On both boards I have problems with detecting SD card via U-boot, while no problems from Armbian I hope this clarifies the situation [UPDATE] I managed to get the SDs working, Uboot doesn't like when booted with the SD inserted, seem like.... Also, I physically disabled the 2nd ethernet port, now eth0 is where it should be, but still no connection... [UPDATE 2] I'm trying to get the ethernet to work, any of the two This is the IP A printout: $ ip a >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 72:e8:9e:60:82:ef brd ff:ff:ff:ff:ff:ff inet 169.254.14.193/16 brd 169.254.255.255 scope link eth0:avahi valid_lft forever preferred_lft forever inet6 fe80::70e8:9eff:fe60:82ef/64 scope link valid_lft forever preferred_lft forever 3: wlx8812ac17702d: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 88:12:ac:17:70:2d brd ff:ff:ff:ff:ff:ff
  5. Hi, everyone I have 2 rockpi s based boards, and I tried to apply an overlay to one. It actually compiled, I rebooted and the nothing more. I connected serial, e it was on U-boot, spitting this: U-boot seems unable to load the device tree, but to my knowledge, a broken overlay shouldn't break anything Any help is welcome Thx
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines