I've hit an issue compiling kernel module for 5.2.9 currently on NSA-325, where it failed with make scripts, then make prepare so could not get to make iscsi_target module I'm generally following guide in here How to Compile Just One Kernel Module Here is what I did on Debian 9 and tried on Debian 10 as well (directly on NSA-325): apt-get install update dpkg -i /boot/linux-heaby rasto - Debian
wow, You're fast. Thanks for all Your help, will read and proceed with upgrade to stretch as You wrote. Will do env update to Your latest "smart" one while I'm at it. I was doing lot's of changes to env parameters when booting temporarily from usb and switching systemd (to see whether USB still works). Thanksby rasto - Debian
scanimage works fine with Canon Lide 110 scanner using debian 4.4.0 rootfs with its kernel. I'll try harder route, to update Your rootfs with my current packages configuration.by rasto - Debian
Hello, thanks for reply, I've installed debian using netboot quite long ago. Currently I've updated to debian stretch and things (usb, cups) are not running well. #cat /etc/debian_version 9.0 Box is sharing data through samba, scanning documents using scanbd, using openvpn to connect outside, syncing data using unison, printing using cups (thus able to copy papers if needed),by rasto - Debian
Hello, what about dependency of kernel to libssl-1.0.0 on Stretch? dpkg -i linux-headers-4.11.3-kirkwood-tld-2_2.0_armel.deb Unpacking linux-headers-4.11.3-kirkwood-tld-2 (2.0) ... dpkg: dependency problems prevent configuration of linux-headers-4.11.3-kirkwood-tld-2: linux-headers-4.11.3-kirkwood-tld-2 depends on libssl1.0.0 (>= 1.0.0); however: Package libssl1.0.0:armel is noby rasto - Debian
I went through the logs again, and there appears to be something wrong with initrd [ 0.203889] Initramfs unpacking failed: junk in compressed archive mkinitrd command however worked fine... #mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.11.3-kirkwood-tld-2 -d zImage-4.11.3-kirkwood-tld-2 uInitrd_4.11 Image Name: initramfs-4.11.3-kirkwood-tld-by rasto - Debian
on Zyxel NSA325, new kernel 4.11 doesn't recognize partitions properly and cannot mount root filesystem. Works ok on 3.16 [ 24.327055] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 24.387079] ata1.00: ATA-8: WDC WD3200BPVT-00ZEST0, 01.01A01, max UDMA/133 [ 24.393983] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 24.457081] ata1.00: configured forby rasto - Debian
I would simply create symlink boot pointing to current dir. ln -sf . bootby rasto - uBoot
Following section B: on env flashing at this point I don't have arcNumber or machid for Zyxel NSA325 e. Modify the following u-boot variables using fw_setenv: fw_setenv arcNumber fw_setenv machid I take it NSA325 does not use these, so the solution is to skip this step? Next step is setup of mtdparts, rootfstype and ethaddr: fw_setenv mtdparts 'xxxxxxxxx' fw_setenv rby rasto - uBoot
going through instructions on uboot update, and I get only few lines when running this command on stock uboot on NSA325: fw_printenv root@nas:/tmp# fw_printenv Warning: Bad CRC, using default environment bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm bootdelay=5 baudrate=115200 cat /by rasto - uBoot
got the same behaviour as herb above. Basically trying to load uboot using UART and waiting for the power on-off-on sequence as described by bodhi I get watchdog reset in about 30sec. This means it loads 56-58% with end result ... xmodem protocol error SO is the sequence to update uboot: 1 - make debian bootable using stock uboot 2 - from within debian using nand flash, update uboot (wby rasto - uBoot