Jump to content

alien

Members
  • Posts

    23
  • Joined

  • Last visited

  1. Everything has been updated except for the stopped package which I gave in apt-mark.
  2. It is possible. Install nand sata install 5.65 to pendrive. Reboot all ok. apt-mark hold linux-u-boot-bananapi-next apt update apt upgrade Reboot system. The error appears. Test hold kernel.Install nand sata install 5.65 to pendrive. Reboot all ok. apt-mark hold linux-image-next-sunxi apt update apt ugrade Reboot system . All working.
  3. I tried the option bootdelay = 20 by default is bootdelay = 1 I also tried the reset button. Unfortunately, it does not help.
  4. root@bananapi:~# lsusb Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@bananapi:~# ls -l /sys/bus/usb/devices/ total 0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 1-0:1.0 -> ../../../devices/platform/soc@1c00000/1c14000.usb/usb1/1-0:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 2-0:1.0 -> ../../../devices/platform/soc@1c00000/1c1c000.usb/usb2/2-0:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 2-1 -> ../../../devices/platform/soc@1c00000/1c1c000.usb/usb2/2-1 lrwxrwxrwx 1 root root 0 Apr 30 12:45 2-1:1.0 -> ../../../devices/platform/soc@1c00000/1c1c000.usb/usb2/2-1/2-1:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 3-0:1.0 -> ../../../devices/platform/soc@1c00000/1c14400.usb/usb3/3-0:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 4-0:1.0 -> ../../../devices/platform/soc@1c00000/1c1c400.usb/usb4/4-0:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 5-0:1.0 -> ../../../devices/platform/soc@1c00000/1c13000.usb/musb-hdrc.1.auto/usb5/5-0:1.0 lrwxrwxrwx 1 root root 0 Apr 30 12:45 usb1 -> ../../../devices/platform/soc@1c00000/1c14000.usb/usb1 lrwxrwxrwx 1 root root 0 Apr 30 12:45 usb2 -> ../../../devices/platform/soc@1c00000/1c1c000.usb/usb2 lrwxrwxrwx 1 root root 0 Apr 30 12:45 usb3 -> ../../../devices/platform/soc@1c00000/1c14400.usb/usb3 lrwxrwxrwx 1 root root 0 Apr 30 12:45 usb4 -> ../../../devices/platform/soc@1c00000/1c1c400.usb/usb4 lrwxrwxrwx 1 root root 0 Apr 30 12:45 usb5 -> ../../../devices/platform/soc@1c00000/1c13000.usb/musb-hdrc.1.auto/usb5
  5. root@bananapi:~# ls /proc/device-tree/soc@1c00000/phy@1c13400/ clock-names '#phy-cells' reset-names usb0_vbus-supply clocks pinctrl-0 resets usb1_vbus-supply compatible pinctrl-names status usb2_vbus-supply name reg usb0_id_det-gpio phandle reg-names usb0_vbus_power-supply
  6. This error does not give me peace. U-boot detect pendrive. If system installed in sd card detect usb pendrive. How to check in more detail what causes the problem? Kernel problem ? Some problem in initramfs ?
  7. root@bananapi:~# blkid /dev/mmcblk0p1: UUID="52362a95-0375-421e-aa81-047eacb65728" TYPE="ext4" PARTUUID="bc752536-01" /dev/zram0: LABEL="log2ram" UUID="8e9cf7de-199a-4e94-a813-1e62c1eeb35a" TYPE="ext4" /dev/mmcblk0: PTUUID="bc752536" PTTYPE="dos" /dev/zram1: UUID="af9b8056-b80f-4704-8dba-d503d4bc33a3" TYPE="swap" /dev/zram2: UUID="66f3115c-28fc-4227-8352-d62654249790" TYPE="swap" /dev/sda1: UUID="515f12b4-4fc8-4bf2-a9b0-5d6d3df82081" TYPE="ext4" PARTUUID="971424eb-01" System installed on sd. Pendrive plugged.
  8. UUID is ok armbianEnv.txt verbosity=7 logo=disabled console=serial disp_mode=1920x1080p60 overlay_prefix=sun7i-a20 rootdev=UUID=515f12b4-4fc8-4bf2-a9b0-5d6d3df82081 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u fstab in pendrive # <file system> <mount point> <type> <options> <dump> <pass> tmpfs /tmp tmpfs defaults,nosuid 0 0 UUID=52362a95-0375-421e-aa81-047eacb65728 /media/mmcboot ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 /media/mmcboot/boot /boot none bind 0 0 UUID=515f12b4-4fc8-4bf2-a9b0-5d6d3df82081 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 Still not working.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines