Jump to content

Gymnae

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

2017 profile views
  1. This is a necro of an old threat, but my question fits perfectly: I did like @garfius mentioned and changed my tune2fs setup to check my SD on every boot: tune2fs -l /dev/mmcblk0p1 tune2fs -i 1 /dev/mmcblk0p1 tune2fs -c 1 /dev/mmcblk0p1 Now when I boot, fsck commences, but the system resets back to uboot after roughly 2 minutes and 10 seconds, give or take some seconds. I tried adjusting the timeout in /etc/systemd/system.conf - but it doesn't change the issue. Is there a way to prolong a potential boot timeout, prolong the boot time, due to a very long fsck?
  2. I just ran into the same problem, did you ever solve it?
  3. Thank you, that helped. The systems has other problems, though
  4. Thanks for your quick reply. I installed armbian-config but it only offers me to switch to dev or default - it states I'm already at next? But your link states that 14.14 should be next. What could I do? Current version: Armbian 5.38 stable
  5. I just ran apt-get update && apt-get upgrade, sure enough, a new kernel was downloaded. Due to a non-standard wifi chip, I always run KMS before rebooting, giving the new kernel version as an argument. (The automatic install on reboot didn't work so well in the past) It seems now that something is not right with the new kernel headers. I have not rebooted yet, out of fear the system might be unstable then. Log: http://ix.io/1djM Compiling scripts: /usr/src/linux-headers-4.16.8-cubox# make -s scripts scripts/selinux/genheaders/genheaders.c:19:22: fatal error: classmap.h: No such file or directory #include "classmap.h" ^ compilation terminated. scripts/Makefile.host:90: recipe for target 'scripts/selinux/genheaders/genheaders' failed make[3]: *** [scripts/selinux/genheaders/genheaders] Error 1 scripts/Makefile.build:583: recipe for target 'scripts/selinux/genheaders' failed make[2]: *** [scripts/selinux/genheaders] Error 2 scripts/Makefile.build:583: recipe for target 'scripts/selinux' failed make[1]: *** [scripts/selinux] Error 2 Makefile:566: recipe for target 'scripts' failed make: *** [scripts] Error 2 Modules_prepare: /usr/src/linux-headers-4.16.8-cubox# make modules_prepare LEX scripts/kconfig/zconf.lex.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig make[1]: *** No rule to make target 'arch/arm/tools/syscall.tbl', needed by 'arch/arm/include/generated/uapi/asm/unistd-common.h'. Stop. arch/arm/Makefile:322: recipe for target 'archheaders' failed make: *** [archheaders] Error 2 headers_check: /usr/src/linux-headers-4.16.8-cubox# make headers_check CHK include/generated/uapi/linux/version.h make[1]: *** No rule to make target 'arch/arm/tools/syscall.tbl', needed by 'arch/arm/include/generated/uapi/asm/unistd-common.h'. Stop. arch/arm/Makefile:322: recipe for target 'archheaders' failed make: *** [archheaders] Error 2 Last bits of log from compiling the kernel module for wifi: LD [M] /var/lib/dkms/rtl8812AU/4.3.20/build/8812au.o Building modules, stage 2. MODPOST 1 modules /bin/sh: 1: scripts/mod/modpost: not found scripts/Makefile.modpost:92: recipe for target '__modpost' failed make[2]: *** [__modpost] Error 127 Makefile:1564: recipe for target 'modules' failed make[1]: *** [modules] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.16.8-cubox' Makefile:1687: recipe for target 'modules' failed make: *** [modules] Error 2
  6. Thanks for your sunday, super quick replies It's back. I followed these steps: Created armbianEnv.txt with the following content: fdt_file=imx6q-cubox-i.dtb wget https://raw.githubusercontent.com/armbian/build/master/config/bootscripts/boot-cubox.cmd mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
  7. I have it mounted and did a check, the fs seems fine according to fsck. Fore safetey, I created an image of the SD card with partimage. Could it be, that it's just missing the dtb file? That it might be the result of a recent update late March? It's missing a DTB file, but can I restore it or tell it where to look for it?
  8. Hello, I had three power outages in quick succession, I think the second or third one caught the cubox while rebooting. It won't start anymore. I attached pictures of what I see when plugging it into a TV for catching it's messages. How can I unbrick my system without losing all my work on the SD card? I saw how-to-unbrick-the-system, but I'm not sure where to download which files, since I'm not sure if I have NEXT, mainline or legacy installed. Does that even matter at this point?
  9. Hi everyone, since upgrading to the new stable build DKMS refuses to compile any driver package for the 8812au Wifi chip I could find on github: make ARCH= CROSS_COMPILE= -C M=/root/rtl8812AU modules make[1]: *** M=/root/rtl8812AU: No such file or directory. Stop. Makefile:1576: recipe for target 'modules' failed make: *** [modules] Error 2 I did change the makefile to reflect compiling for ARM. This procedure worked on the old stable kernel. Is there a way to modify the Makefile or kernel sources to accept the new kernel...or is something borked with my system? The error message does not point me to a direction to check for a fix. Cheers FIX: I think I found a fix in editing the makefile, created a pullrequest with a more famous rtl8812au repo: https://github.com/diederikdehaas/rtl8812AU/pull/62
  10. Just registered to ask the same thing, I have exactly the same issues. Any help would be appreciated
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines