PogoPlug Pro Kernel panic - unable to mount root fs October 23, 2022 09:02PM |
Registered: 2 years ago Posts: 2 |
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 23, 2022 09:38PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
https://forum.doozan.com/read.php?2,16044
4. Create uImage with embedded DTB for booting with stock u-boot. Skip this step if you have installed the latest released uboot for OXNAS, or are installing this u-boot at the same time.
- If you have the Pogo V3 Classic (without Wifi), then the DTB name below should be ox820-pogoplug-classic.dtb (see below for the list of OX820 DTBs).
cd /media/sdb1/boot
cp -a uImage uImage.orig
cp -a zImage-4.14.180-oxnas-tld-1 zImage.fdt
cat dts/ox820-pogoplug-pro.dtb >> zImage.fdt
mkimage -A arm -O linux -C none -T kernel -a 0x60008000 -e 0x60008000 -n 'Linux-4.14.180-oxnas-tld-1' -d zImage.fdt uImage
sync
cd /media/sdb1/boot cp -a uImage.orig uImage sync
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 24, 2022 05:09PM |
Registered: 2 years ago Posts: 2 |
> cd /media/sdb1/boot > cp -a uImage.orig uImage > sync >>
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 24, 2022 07:47PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Updated 26 Aug 2022:
Kernel linux-5.4.210-oxnas-tld-1 package was uploaded.
....