Jump to content

cracker

Members
  • Posts

    12
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

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

  1. Build with BOARD=rk3188 BRANCH=current RELEASE=jammy BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no CARD_DEVICE="/dev/sda" But the development board cannot start! col :11 col :10 chn 0 col 10, row 15 sdram_init done DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=0x24, DGSL=1 extra clock, DGPS=180 DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=0x24, DGSL=1 extra clock, DGPS=180 DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=0x24, DGSL=1 extra clock, DGPS=180 DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=0x1b, DGSL=1 extra clock, DGPS=180 ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0 DRV Pull-Up=0xb, DRV Pull-Dwn=0xb ODT Pull-Up=0x2, ODT Pull-Dwn=0x2 U-Boot SPL 2021.01-armbian (Jan 14 2023 - 03:02:23 +0000) Trying to boot from BOOTROM Returning to boot ROM...
  2. Does armiban fail to build on a chroot system? ChromeOS > Ubuntu(jammy) https://github.com/dnschneid/crouton chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied [ o.k. ] Applying distribution specific tweaks for [ jammy ] chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied [ o.k. ] Configuring locales [ en_US.UTF-8 ] chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied [ o.k. ] Applying common tweaks chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied chroot: failed to run command ‘/bin/bash’: Permission denied [ .... ] Cleaning [ package lists ] chroot: failed to run command ‘/bin/bash’: Permission denied [ .... ] Updating [ package lists ] [ .... ] Temporarily disabling [ initramfs-tools hook for kernel ] [ .... ] Installing [ linux-u-boot-current-rk3188_23.02.0-trunk_armhf.deb ] [ error ] ERROR in function install_deb_chroot [ functions/cli/cli-entrypoint.sh:109 -> functions/main/build-tasks.sh:285 -> functions/main/build-tasks.sh:208 -> functions/main/rootfs-image.sh:77 -> functions/rootfs/distro-agnostic.sh:280 -> functions/rootfs/apt-install.sh:22 -> functions/logging/traps.sh:0 ] [ error ] Installation of /root/linux-u-boot-current-rk3188_23.02.0-trunk_armhf.deb failed [ rk3188 jammy no rk3188 ] [ o.k. ] Process terminated [ error ] unmount_on_exit() called! [ functions/cli/cli-entrypoint.sh:109 -> functions/main/build-tasks.sh:285 -> functions/main/build-tasks.sh:208 -> functions/main/rootfs-image.sh:77 -> functions/rootfs/distro-agnostic.sh:280 -> functions/rootfs/apt-install.sh:22 -> functions/logging/traps.sh:1 -> functions/main/rootfs-image.sh:0 ] [ o.k. ] Unmounting [ /home/rock_chromeos/work/armbian/build/.tmp/rootfs-830c7651-4f58-455d-a170-de8547878608/ ] [ error ] ERROR in function unmount_on_exit [ functions/cli/cli-entrypoint.sh:109 -> functions/main/build-tasks.sh:285 -> functions/main/build-tasks.sh:208 -> functions/main/rootfs-image.sh:77 -> functions/rootfs/distro-agnostic.sh:280 -> functions/rootfs/apt-install.sh:22 -> functions/logging/traps.sh:1 -> functions/main/rootfs-image.sh:27 -> functions/logging/traps.sh:0 ] [ error ] debootstrap-ng was interrupted
  3. URI=https://github.com/armbian/cache/releases/download/0118/armhf-jammy-cli-e5616e00-0118.tar.zst.asc -> [HttpSkipResponseCommand.cc:218] errorCode=3 Resource not found e5616e00 > 0118 open https://github.com/armbian/cache/releases armhf-jammy-cli-e5616e00-0117.tar.zst.asc armhf-jammy-cli-0f824db8-0118.tar.zst.asc
  4. @balbes150 Thanks for your work! Docker/cifs not working. modprobe cifs modprobe: FATAL: Module cifs not found in directory /lib/modules/5.10.96-rk3188 mount error: cifs filesystem not supported by the system mount error(19): No such device Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/5.10.96-rk3188\nmodprobe: WARNING: Module br_netfilter not found> level=warning msg="Running iptables --wait -t nat -L -n failed with message: `iptables/1.8.7 Failed to initialize nft: Protocol not supported`, error: exit status 1" failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables/1.8.7 Failed to initialize nft: Protocol not supported zgrep -i cifs /proc/config.gz # CONFIG_CIFS is not set zgrep -i netfilter /proc/config.gz # CONFIG_NETFILTER is not set zgrep -i bridge /proc/config.gz # CONFIG_ARCH_FOOTBRIDGE is not set # CONFIG_BRIDGE is not set CONFIG_DRM_BRIDGE=y CONFIG_DRM_PANEL_BRIDGE=y # Display Interface Bridges # CONFIG_DRM_SIMPLE_BRIDGE is not set # end of Display Interface Bridges Can you compiling one updated kernel with modules with enough function for running docker/cifs with bridged network ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines