Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 10, 2017 06:15PM |
Registered: 7 years ago Posts: 49 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 10, 2017 06:57PM |
Admin Registered: 13 years ago Posts: 18,898 |
Quote
4. And install it with dpkg. If you encounter error with flash-kernel when running dpkg, then remove flash-kernel first to avoid potential problem (It is much better to generate uImage and uInitrd manually anyway):
dpkg -i linux-image-4.4.38-oxnas-tld-5_5_armel.deb
dpkg -l | grep -i linux-image-4.4.38-oxnas-tld-5This command will show that the kernel was already installed.
mv /lib/modules/4.4.38-oxnas-tld-5 /lib/modules/4.4.38-oxnas-tld-5.old
dpkg -i linux-image-4.4.38-oxnas-tld-5_5_armel.debThis time you will not see the question. And the kernel linux-image-4.4.38-oxnas-tld-5 will be installed on top of the linux-image-4.4.38-oxnas-tld-5 currently running in the system.
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 12, 2017 01:42PM |
Registered: 7 years ago Posts: 49 |
Quote
https://en.wikipedia.org/wiki/Dpkg
dpkg is used to install, remove, and provide information about .deb packages.
dpkg (Debian Package) itself is a low level tool. APT (Advanced Packaging Tool), a higher level tool, is more commonly used than dpkg as it can fetch packages from remote locations
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 12, 2017 04:52PM |
Admin Registered: 13 years ago Posts: 18,898 |
-rw-r--r-- 1 root root 149288 Feb 23 02:43 config-xxx -rw------- 1 root root 2131409 Feb 23 03:24 System.map-xxx -rw------- 1 root root 3302376 Feb 23 03:24 vmlinuz-xxx -rw-r--r-- 1 root root 7711275 Feb 28 02:00 initrd.img-xxxand populates the /lib/modules/xxx directory with the modules came with the kernel xxx.
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 15, 2017 08:14PM |
Registered: 7 years ago Posts: 4 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 15, 2017 08:52PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 16, 2017 08:16PM |
Registered: 7 years ago Posts: 4 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 16, 2017 10:04PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 16, 2017 11:10PM |
Registered: 7 years ago Posts: 4 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 17, 2017 04:56PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 18, 2017 05:48AM |
Registered: 7 years ago Posts: 4 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 19, 2017 04:56PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 20, 2017 12:55PM |
Registered: 7 years ago Posts: 67 |
mkimage -A arm -O linux -T kernel -C none -a 0x60008000 -e 0x60008000 -n linux-3.12.13-oxnas-tld-5 -d /boot/vmlinuz-3.12.13-oxnas-tld-5 /boot/uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x60000000 -n initramfs-3.12.13-oxnas-tld-5 -d /boot/initrd.img-3.12.13-oxnas-tld-5 /boot/uInitrd
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 20, 2017 01:36PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 3.17.0 Pogo V3 (Oxnas OX820) package and rootfs (Flattened Device Tree) March 20, 2017 09:44PM |
Registered: 7 years ago Posts: 67 |
Re: Linux Kernel 4.4.48 Oxnas (OX820) Pogo V3 package and Debian rootfs March 21, 2017 02:28AM |
Registered: 7 years ago Posts: 67 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs March 28, 2017 11:19PM |
Admin Registered: 13 years ago Posts: 18,898 |
Quote
Updated 28 Mar 2017:
Fix to improve Ethernet perfornance.
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 07, 2017 03:27PM |
Registered: 8 years ago Posts: 9 |
Jun 8 00:17:13 gemstone kernel: ------------[ cut here ]------------ Jun 8 00:17:13 gemstone kernel: WARNING: CPU: 1 PID: 0 at net/sched/sch_generic.c:306 dev_watchdog+0x238/0x25c() Jun 8 00:17:13 gemstone kernel: NETDEV WATCHDOG: eth0 (oxnas-gmac): transmit queue 0 timed out Jun 8 00:17:13 gemstone kernel: Modules linked in: xt_conntrack iptable_filter ipt_MASQUERADE nf_nat_masquerade_ipv4 xt_nat xt_tcpudp iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ip_tables x_tables dwmac_generic Jun 8 00:17:13 gemstone kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.4.54-oxnas-tld-1 #2 Jun 8 00:17:13 gemstone kernel: Hardware name: PLXTECH NAS782X SoC (Flattened Device Tree) Jun 8 00:17:13 gemstone kernel: [<c0010c6c>] (unwind_backtrace) from [<c000cf8c>] (show_stack+0x10/0x14) Jun 8 00:17:13 gemstone kernel: [<c000cf8c>] (show_stack) from [<c02cf840>] (dump_stack+0x84/0xa0) Jun 8 00:17:13 gemstone kernel: [<c02cf840>] (dump_stack) from [<c0018934>] (warn_slowpath_common+0x78/0xb4) Jun 8 00:17:13 gemstone kernel: [<c0018934>] (warn_slowpath_common) from [<c00189a0>] (warn_slowpath_fmt+0x30/0x40) Jun 8 00:17:13 gemstone kernel: [<c00189a0>] (warn_slowpath_fmt) from [<c04cee80>] (dev_watchdog+0x238/0x25c) Jun 8 00:17:13 gemstone kernel: [<c04cee80>] (dev_watchdog) from [<c0064c4c>] (call_timer_fn+0x24/0x9c) Jun 8 00:17:13 gemstone kernel: [<c0064c4c>] (call_timer_fn) from [<c0064e18>] (run_timer_softirq+0x154/0x224) Jun 8 00:17:13 gemstone kernel: [<c0064e18>] (run_timer_softirq) from [<c001bf24>] (__do_softirq+0xfc/0x248) Jun 8 00:17:13 gemstone kernel: [<c001bf24>] (__do_softirq) from [<c001c348>] (irq_exit+0xc4/0x110) Jun 8 00:17:13 gemstone kernel: [<c001c348>] (irq_exit) from [<c0056aa4>] (__handle_domain_irq+0x90/0x10c) Jun 8 00:17:13 gemstone kernel: [<c0056aa4>] (__handle_domain_irq) from [<c000942c>] (gic_handle_irq+0x38/0x7c) Jun 8 00:17:13 gemstone kernel: [<c000942c>] (gic_handle_irq) from [<c000da20>] (__irq_svc+0x40/0x74) Jun 8 00:17:13 gemstone kernel: Exception stack(0xc7469f88 to 0xc7469fd0) Jun 8 00:17:13 gemstone kernel: 9f80: 00000001 00000000 00000000 00000000 00000000 c061c62c Jun 8 00:17:13 gemstone kernel: 9fa0: 00000000 c7469fe0 c085b2c4 c08686ac c7468000 00000000 00000000 c7469fd8 Jun 8 00:17:13 gemstone kernel: 9fc0: c000af3c c000af40 60000013 ffffffff Jun 8 00:17:13 gemstone kernel: [<c000da20>] (__irq_svc) from [<c000af40>] (arch_cpu_idle+0x28/0x30) Jun 8 00:17:13 gemstone kernel: [<c000af40>] (arch_cpu_idle) from [<c004d348>] (cpu_startup_entry+0x14c/0x260) Jun 8 00:17:13 gemstone kernel: [<c004d348>] (cpu_startup_entry) from [<60009508>] (0x60009508) Jun 8 00:17:13 gemstone kernel: ---[ end trace a45622f122d80925 ]---
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 07, 2017 03:54PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 08, 2017 03:15PM |
Admin Registered: 13 years ago Posts: 18,898 |
[ 51.417021] NFSD: starting 90-second grace period (net c089f940) root@PogoPro:~# [ 158.610024] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx root@PogoPro:~#
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 08, 2017 03:28PM |
Registered: 8 years ago Posts: 9 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 08, 2017 03:54PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 09, 2017 08:36AM |
Registered: 8 years ago Posts: 9 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 11, 2017 06:01AM |
Registered: 8 years ago Posts: 9 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 11, 2017 02:49PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 11, 2017 03:11PM |
Registered: 8 years ago Posts: 9 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs June 11, 2017 03:25PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 21, 2017 06:47AM |
Registered: 7 years ago Posts: 14 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 21, 2017 02:07PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 22, 2017 03:37AM |
Registered: 7 years ago Posts: 14 |