Jump to content

mohorst

Members
  • Posts

    9
  • Joined

  • Last visited

  1. I couldn't reproduce the problem, it was a fresh installation with only a few changes. I used ImageWriter.
  2. After a fresh installation, all works as expected.
  3. Looks like it's already changed on the SDCard. I will perform a fresh installation from scratch.
  4. I think, here is the issue, if the rootdev is not in the original file, it wouldn't be changed or added. ------nand-sata-install line 224----- # new boot scripts if [[ -f ${TempDir}/bootfs/boot/armbianEnv.txt ]]; then sed -e 's,rootdev=.*,rootdev='"$targetuuid"',g' -i ${TempDir}/bootfs/boot/armbianEnv.txt else ------nand-sata-install-----
  5. It's working after adding this two lines to armbianEnv.txt. Thanks for your support.
  6. The fstab is fine blkid /dev/mmcblk0p1: UUID="85ffa85e-4784-4cfd-93bb-db6f93f8ef0b" TYPE="ext4" PARTUUID="cac5f6cc-01" /dev/mmcblk2p1: UUID="f817ad43-5219-4498-a6ac-f14e5ac76fd3" TYPE="ext4" PARTUUID="8bc978ec-01" /dev/mmcblk0: PTUUID="cac5f6cc" PTTYPE="dos" /dev/mmcblk2: PTUUID="8bc978ec" PTTYPE="dos" root@orangepizeroplus2:/mnt/tt/etc# cat fstab # <file system> <mount point> <type> <options> <dump> <pass> tmpfs /tmp tmpfs defaults,nosuid 00 UUID=f817ad43-5219-4498-a6ac-f14e5ac76fd3 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 I assume, i have to add to armbianEnv.txt rootdev=UUID=f817ad43-5219-4498-a6ac-f14e5ac76fd3 rootfstype=ext4 root@orangepizeroplus2:/mnt/tt/boot# cat armbianEnv.txt # $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  7. Hello, i try to move it from SD to eMMC on a Orange Pi Zero +2 H5, but without success. Shouldn't be two partion created on eMMC by the nand-sata-install script ? root@orangepizeroplus2:~# fdisk -l /dev/mmcblk2 Disk /dev/mmcblk2: 7.3 GiB, 7818182656 bytes, 15269888 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xe8c6ce8d Device Boot Start End Sectors Size Id Type /dev/mmcblk2p1 8192 15117183 15108992 7.2G 83 Linux Old UUID: /dev/mmcblk0p1 SD UUID: UUID=85ffa85e-4784-4cfd-93bb-db6f93f8ef0b UUID=dcb9caff-046e-4a9f-8d17-580c67514cf6 SATA UUID: UUID=dcb9caff-046e-4a9f-8d17-580c67514cf6 eMMC UUID: UUID=dcb9caff-046e-4a9f-8d17-580c67514cf6 ext4 Boot: $1 /dev/mmcblk2p1 ext4 Root: $2 /dev/mmcblk2p1 Usage: 1137 Dest: 6781 regards MoHorst
  8. Rollmeister, do you know the changes to orangepizero 4.14.70-sunxi ? I am missing pwm0 root@orangepizero:~/FanDaemon# ls -al /sys/class/pwm/pwmchip0/ total 0 drwxr-xr-x 3 root root 0 Oct 14 09:47 . drwxr-xr-x 3 root root 0 Oct 14 09:47 .. lrwxrwxrwx 1 root root 0 Oct 14 09:47 device -> ../../../1c21400.pwm --w------- 1 root root 4096 Oct 14 08:48 export -r--r--r-- 1 root root 4096 Oct 14 09:47 npwm drwxr-xr-x 2 root root 0 Oct 14 09:47 power lrwxrwxrwx 1 root root 0 Oct 14 09:47 subsystem -> ../../../../../../class/pwm -rw-r--r-- 1 root root 4096 Oct 14 09:47 uevent --w------- 1 root root 4096 Oct 14 09:53 unexport regards mohorst
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines