Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 23, 2017 12:43AM |
Registered: 7 years ago Posts: 14 |
root@pogoplugpro:~# /usr/local/cloudengines/bin/blparam bootdelay=2 baudrate=115200 autoload=n netmask=255.255.0.0 bootfile="uImage" kernflmode=s load_nand=nboot 60500000 0 200000 load_nand2=nboot 60500000 0 800000 boot=bootm 60500000 boot_nand=run load_nand boot || run load_nand2 boot stdin=serial stdout=serial stderr=serial ethaddr=00:25:31:01:CC:A0 cesvcid=K6H9QRT45WB3EYT66YDWH5P7WN ceboardver=PPRO1 serverip=192.168.33.2 ipaddr=192.168.33.195 bootargs_stock=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes load_custom_nand=nboot 60500000 0 500000 load_custom_nand2=nboot 60500000 0 B00000 boot_custom=run load_custom_nand boot || run load_custom_nand2 boot bootargs=root=/dev/sda1 ubi.mtd=2,512 rootfstype=ext3 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes rootwait bootcmd=run boot_custom root@pogoplugpro:~#
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 23, 2017 01:27AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 23, 2017 09:07AM |
Registered: 7 years ago Posts: 14 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 23, 2017 06:05PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:47AM |
Registered: 7 years ago Posts: 14 |
root@pogoplugpro:~# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethact=mii0 if_netconsole=ping $serverip dtb_file=/boot/dts/ox820-pogoplug-pro.dtb load_dtb=echo loading DTB $dtb_file ...; ext2load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; ext2load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; ext2load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if ext2load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60500000 uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi preboot=run preboot_nc ethaddr=00:25:31:01:CC:XX ipaddr=192.168.xxx.196 serverip=192.168.xxx.2482) prepared USB using Debian-3.17.0-oxnas-tld-1-rootfs-bodhi.tar.bz2
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts rootfstype=ext3
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:53AM |
Registered: 7 years ago Posts: 14 |
fw_setenv set_bootargs_usb 'setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts' fw_setenv rootfstype 'ext3'
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:53AM |
Admin Registered: 13 years ago Posts: 19,107 |
> set_bootargs_usb=setenv bootargs console=$console > root=$usb_root rootdelay=$rootdelay rootfstype=$ro > otfstype $mtdparts > rootfstype=ext3 >>
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:54AM |
Admin Registered: 13 years ago Posts: 19,107 |
> fw_setenv set_bootargs_usb 'setenv bootargs consol > e=$console root=$usb_root rootdelay=$rootdelay roo > tfstype=$rootfstype $mtdparts' > fw_setenv rootfstype 'ext3' >
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:58AM |
Registered: 7 years ago Posts: 14 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:58AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 05:59AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 06:57AM |
Registered: 7 years ago Posts: 14 |
Attempting to set PLLA to 850 MHz ... 0 plla_ctrl2 : 006 US1 for device 0 ide_preit Sector Num Sectors UU 000105e2-02 82 l no IDE devices avSc0 ms (0 Bytes/s) F09733 bytes read in 1970d-1 Created: 2inux Kernel Image (unco t: 60000000 VerifyOKl ...
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 07:18AM |
Registered: 7 years ago Posts: 14 |
Created: 2017-07-26 9:02:03 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4109669 Bytes = 3.9 MiB Load Address: 60008000 Entry Point: 60008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 60e00000 ... Image Name: initramfs-3.17.0-oxnas-tld-1 Created: 2014-11-01 7:18:53 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 1953748 Bytes = 1.9 MiB Load Address: 60000000 Entry Point: 60000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 62c00000 Booting using the fdt blob at 0x62c00000 Loading Kernel Image ... OK Loading Ramdisk to 67c4e000, end 67e2afd4 ... OK Loading Device Tree to 67c49000, end 67c4db74 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel.
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 07:26AM |
Registered: 7 years ago Posts: 14 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 08:00AM |
Registered: 7 years ago Posts: 14 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs July 31, 2017 04:18PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.54 Oxnas (OX820) Pogo V3 package and Debian rootfs August 02, 2017 11:53PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs August 05, 2017 04:28AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs August 06, 2017 04:50PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 17, 2017 04:06AM |
Registered: 11 years ago Posts: 214 |
[ 3.378900] rt2800pci 0000:00:00.0 wlp0s0: renamed from wlan0
rfkill: Cannot open RFKILL control device
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 17, 2017 05:08AM |
Admin Registered: 13 years ago Posts: 19,107 |
Quote
I am wondering that the device name is renamed from wlan0 to wlp0s0.
dmesg
[ 3.378900] rt2800pci 0000:00:00.0 wlp0s0: renamed from wlan0
Quote
> wpa_supplicant can't be used because rfkill device
> is not available. Can you please activate this
> function in your next kernel update?
> rfkill: Cannot open RFKILL control device
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 19, 2017 10:13AM |
Registered: 11 years ago Posts: 214 |
lrwxrwxrwx 1 root staff 21 Sep 13 01:47 bunzip2 -> /usr//bin/lbzip2 lrwxrwxrwx 1 root staff 21 Sep 13 01:47 bzcat -> /usr/bin/lbzip2 lrwxrwxrwx 1 root staff 21 Sep 13 01:47 bzip2 -> /usr/bin/lbzip2 lrwxrwxrwx 1 root staff 13 Oct 5 2014 gzip -> /usr/bin/pigz lrwxrwxrwx 1 root staff 6 May 26 2016 lbunzip2 -> /usr/bin/lbzip2 lrwxrwxrwx 1 root staff 6 May 26 2016 lbzcat -> /usr/bin/lbzip2
Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.29.2 [/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 rootfs-ide: clean, 14009/394352 files, 178893/1575424 blocks done. [ 14.579809] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [info] Using makefile-style concurrent boot in runlevel S. findfs: unable to resolve 'LABEL=rootfs' [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 . ok [ ok ] Synthesizing the initial hotplug events...done. [ 18.472811] random: nonblocking pool is initialized [ ok ] Waiting for /dev to be fully populated...done. findfs: unable to resolve 'LABEL=rootfs' [ ok ] Activating swap...done. Usage: mountpoint [-qd] /path/to/directory mountpoint -x /dev/device Check whether a directory or file is a mountpoint. Options: -q, --quiet quiet mode - don't print anything -d, --fs-devno print maj:min device number of the filesystem -x, --devno print maj:min device number of the block device -h, --help display this help and exit -V, --version output version information and exit For more details see mountpoint(1). mount: can't find LABEL=rootfs findfs: unable to resolve 'LABEL=rootfs' [ ok ] Activating lvm and md swap...done. [....] Checking file systems...fsck from util-linux 2.29.2 fsck.ext4: Unable to resolve 'LABEL=rootfs' fsck exited with status code 8 failed (code 8). [....] File system check failed. A log is being saved in /var/log/fsck/checkfs i[FAILt location is writable. Please repair the file system manually. ... failed! [....] A maintenance shell will now be started. CONTROL-D will terminate this sh[warnnd resume system boot. ... (warning). Give root password for maintenanceWhat can I do to resolve this problem?
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 19, 2017 02:57PM |
Admin Registered: 13 years ago Posts: 19,107 |
LABEL=rootfs / ext4 noatime,errors=remount-ro 0 1
e2label /dev/sda1
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 19, 2017 03:19PM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 19, 2017 04:34PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 24, 2017 05:31AM |
Registered: 11 years ago Posts: 214 |
Re: Linux Kernel 4.4.79 Oxnas (OX820) Pogo V3 package and Debian rootfs September 24, 2017 05:24PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs October 06, 2017 04:29AM |
Admin Registered: 13 years ago Posts: 19,107 |
Quote
New/Update features:
- Changed Wifi modules to be loadable (no longer kernel builtin). As the result, kernel image size has been reduced back to a little under 4M. These modules are loaded automatically in the initrd so there should be no change in the way the stock wireless PCI card is used (no need to do any setup). However, please report any changes in Wifi behavior you might encounter (I don't expect any problem, though). The folowing modules are now loadable and loaded automatically during kernel booting: ATH9K, RT2X00, RT2800PCI,CFG80211, MAC80211.
- Add RFKILL module
- Incorporated kernel 4.4.89 mainline security bugs fixes.
Mike
Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs October 31, 2017 01:38PM |
Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs October 31, 2017 03:40PM |
Registered: 8 years ago Posts: 310 |