TFTP on Pogoplug-B01 October 18, 2022 11:51AM |
Registered: 1 year ago Posts: 9 |
Re: TFTP on Pogoplug-B01 October 18, 2022 05:59PM |
Registered: 7 years ago Posts: 372 |
Re: TFTP on Pogoplug-B01 October 21, 2022 10:33AM |
Registered: 1 year ago Posts: 9 |
CE>> tftpboot 60500000 pogo-b01/uImage Wait GMAC to reset Wait for PHY reset PHY is Realtek RTL8211D Wait for link to come up...............Link up Wait for auto-negotiation to complete Link is 1000M TFTP from server 192.168.1.20; our IP address is 192.168.1.122 Filename 'pogo-b01/uImage'. Load address: 0x60500000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################################### done Bytes transferred = 4600448 (463280 hex)
CE>> printenv boot boot=bootm 60500000 CE>> $boot ## Booting image at 60500000 ... Image Name: Linux-4.14.180-oxnas-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4600384 Bytes = 4.4 MB Load Address: 60008000 Entry Point: 60008000 Verifying Checksum ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Error: unrecognized/unsupported machine ID (r1 = 0x00000480). Available machine support: ID (hex) NAME ffffffff Generic DT based system Please check your kernel config and/or bootloader.
/mnt/usr/bin # cat /proc/mtd dev: size erasesize name mtd0: 08000000 00020000 "NAND 128MiB 3,3V 8-bit" mtd1: 00e00000 00020000 "boot" mtd2: 07200000 00020000 "rootfs"
Re: TFTP on Pogoplug-B01 October 21, 2022 11:49AM |
Registered: 2 years ago Posts: 82 |
Re: TFTP on Pogoplug-B01 October 21, 2022 12:02PM |
Admin Registered: 13 years ago Posts: 18,848 |
Quote
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
Re: TFTP on Pogoplug-B01 October 23, 2022 12:34PM |
Registered: 1 year ago Posts: 9 |
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10' setenv ipaddr '192.168.1.59' setenv serverip '192.168.1.20' setenv uimage_addr '60500000' setenv tftp_boot 'bootm $uimage_addr' setenv tftp_load_uimage 'tftpboot $uimage_addr pogo-b01/boot/uImage' setenv bootcmd_tftp 'run usb_set_bootargs; run tftp_load_uimage; run tftp_boot' setenv tftp_bootcmd 'run bootcmd_tftp' run tftp_bootcmd
root@pinkpogo-b01:~# /usr/sbin/flash_erase /dev/mtd0 0x0 6 flash_erase: error!: /dev/mtd0 error 13 (Permission denied)
Re: TFTP on Pogoplug-B01 October 23, 2022 01:24PM |
Admin Registered: 13 years ago Posts: 18,848 |
setenv mtdparts 'mtdparts=41000000.nand:14m(boot),-(data)' setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=/dev/sda1 $mtdparts rootdelay=10'
Quote
1. uBoot envs config and mtd partitions must be defined as followed in your rootfs
cat /etc/fw_env.config
# pogoplug v3
/dev/mtd0 0x00100000 0x20000 0x20000
cat /proc/mtd
dev: size erasesize name
mtd0: 00e00000 00020000 "boot"
mtd1: 07200000 00020000 "data"
Re: TFTP on Pogoplug-B01 October 23, 2022 02:33PM |
Registered: 1 year ago Posts: 9 |
root@debian:~# cat /etc/fw_env.config # pogoplug v3 /dev/mtd0 0x00100000 0x20000 0x20000 root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00e00000 00020000 "boot" mtd1: 07200000 00020000 "data" root@debian:~# /usr/sbin/flash_erase /dev/mtd0 0x0 6 flash_erase: error!: /dev/mtd0 error 13 (Permission denied) root@debian:~#
[ 1389.032711] __nand_correct_data: uncorrectable ECC error (repeated 1000 times) Warning: Bad CRC, using default environment bootcmd=run distro_bootcmd bootdelay=2 baudrate=115200 stdin=serial,cros-ec-keyb,usbkbd stdout=serial,vidconsole stderr=serial,vidconsole ethaddr=00:00:11:22:33:44 eth1addr=00:00:11:22:33:45 eth3addr=00:00:11:22:33:46 eth5addr=00:00:11:22:33:47 ipaddr=1.2.3.4 host_boot=if host dev ${devnum}; then setenv devtype host; run scan_dev_for_boot_part; fi sata_boot=if sata dev ${devnum}; then setenv devtype sata; run scan_dev_for_boot_part; fi scsi_init=if ${scsi_need_init}; then setenv scsi_need_init false; scsi scan; fi scsi_boot=run scsi_init; if scsi dev ${devnum}; then setenv devtype scsi; run scan_dev_for_boot_part; fi virtio_boot=if virtio dev ${devnum}; then setenv devtype virtio; run scan_dev_for_boot_part; fi boot_prefixes=/ /boot/ boot_scripts=boot.scr.uimg boot.scr boot_script_dhcp=boot.scr.uimg boot_targets=host1 host0 boot_syslinux_conf=extlinux/extlinux.conf boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done bootcmd_host1=setenv devnum 1; run host_boot bootcmd_host0=setenv devnum 0; run host_boot distro_bootcmd=setenv scsi_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done bootm_size=0x10000000 kernel_addr_r=0x1000000 fdt_addr_r=0xc00000 ramdisk_addr_r=0x2000000 scriptaddr=0x1000 pxefile_addr_r=0x2000 root@debian:~#
Re: TFTP on Pogoplug-B01 October 23, 2022 03:04PM |
Admin Registered: 13 years ago Posts: 18,848 |
dmesg cat /proc/mtd cat /etc/fw_env.config
Re: TFTP on Pogoplug-B01 October 23, 2022 04:34PM |
Registered: 1 year ago Posts: 9 |
root@pogoplug-b01:~# cat dmesg.2022-10-23 [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.180-oxnas-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PREEMPT Wed May 13 02:38:34 PDT 2020 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Pogoplug V3 Classic [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c0b30540, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] random: get_random_bytes called from start_kernel+0x84/0x3f8 with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu s29548 r8192 d23700 u61440 [ 0.000000] pcpu-alloc: s29548 r8192 d23700 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 mtdparts=41000000.nand:14m(boot),-(data) rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 119028K/131072K available (7168K kernel code, 199K rwdata, 1524K rodata, 1024K init, 245K bss, 12044K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0800000 (8160 kB) .init : 0xc0a00000 - 0xc0b00000 (1024 kB) .data : 0xc0b00000 - 0xc0b31f68 ( 200 kB) .bss : 0xc0b383b8 - 0xc0b757c0 ( 246 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] FPGA IRQ chip 0 "interrupt-controller" @ c8804000, 32 irqs, parent IRQ: 16 [ 0.000020] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000056] clocksource: oxnas_rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000076] timer_oxnas_rps: Registered clocksource rate 390625Hz [ 0.000104] timer_oxnas_rps: Registered clock event rate 6250000Hz prescaler 0 period 62500 [ 0.000284] GIC: PPI13 is secure or misconfigured [ 0.000350] GIC: PPI13 is secure or misconfigured [ 0.000555] Console: colour dummy device 80x30 [ 0.000609] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688) [ 0.070376] pid_max: default: 32768 minimum: 301 [ 0.070714] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.070745] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.071823] CPU: Testing write buffer coherency: ok [ 0.110535] Setting up static identity map for 0x60100000 - 0x60100038 [ 0.130416] Hierarchical SRCU implementation. [ 0.170419] smp: Bringing up secondary CPUs ... [ 0.240555] GIC: PPI13 is secure or misconfigured [ 0.310679] smp: Brought up 1 node, 2 CPUs [ 0.310717] SMP: Total of 2 processors activated (557.87 BogoMIPS). [ 0.311598] devtmpfs: initialized [ 0.317954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.317998] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.318420] prandom: seed boundary self test passed [ 0.323630] prandom: 100 self tests passed [ 0.323655] pinctrl core: initialized pinctrl subsystem [ 0.324505] NET: Registered protocol family 16 [ 0.326469] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.329152] cpuidle: using governor ladder [ 0.329241] cpuidle: using governor menu [ 0.351339] vgaarb: loaded [ 0.351976] SCSI subsystem initialized [ 0.352391] libata version 3.00 loaded. [ 0.352834] usbcore: registered new interface driver usbfs [ 0.352952] usbcore: registered new interface driver hub [ 0.353159] usbcore: registered new device driver usb [ 0.353382] pps_core: LinuxPPS API ver. 1 registered [ 0.353405] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.353446] PTP clock support registered [ 0.354698] clocksource: Switched to clocksource oxnas_rps_clocksource_timer [ 0.373908] NET: Registered protocol family 2 [ 0.375137] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.375191] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.375234] TCP: Hash tables configured (established 1024 bind 1024) [ 0.375431] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.375493] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.375813] NET: Registered protocol family 1 [ 0.376665] RPC: Registered named UNIX socket transport module. [ 0.376691] RPC: Registered udp transport module. [ 0.376706] RPC: Registered tcp transport module. [ 0.376721] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.376742] PCI: CLS 0 bytes, default 32 [ 0.378585] Initialise system trusted keyrings [ 0.378672] Key type blacklist registered [ 0.379023] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.387535] zbud: loaded [ 0.392896] NFS: Registering the id_resolver key type [ 0.392957] Key type id_resolver registered [ 0.392972] Key type id_legacy registered [ 0.393006] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.393024] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.394030] fuse init (API version 7.26) [ 0.395184] orangefs_debugfs_init: called with debug mask: :none: :0: [ 0.395486] orangefs_init: module version upstream loaded [ 2.761372] Key type asymmetric registered [ 2.761410] Asymmetric key parser 'x509' registered [ 2.761528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.761551] io scheduler noop registered [ 2.761566] io scheduler deadline registered [ 2.761638] io scheduler cfq registered (default) [ 2.763655] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 2.765514] console [ttyS0] disabled [ 2.765680] 44200000.serial: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A [ 3.333227] console [ttyS0] enabled [ 3.349959] loop: module loaded [ 3.655211] scsi host0: sata_oxnas [ 3.718991] ata1: SATA max UDMA/133 irq 57 [ 3.723212] sata_oxnas: resetting SATA core [ 3.785095] nand: Could not find valid ONFI parameter page; aborting [ 3.791441] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 3.797829] nand: Hynix NAND 128MiB 3,3V 8-bit [ 3.802260] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 3.809856] Scanning device for bad blocks [ 3.901562] 2 ofpart partitions found on MTD device 41000000.nand-controller [ 3.908628] Creating 2 MTD partitions on "41000000.nand-controller": [ 3.915020] 0x000000000000-0x000000e00000 : "boot" [ 3.921728] 0x000000e00000-0x000008000000 : "data" [ 3.930350] libphy: Fixed MDIO Bus: probed [ 3.935052] oxnas-dwmac 40400000.ethernet: PTP uses main clock [ 3.940876] oxnas-dwmac 40400000.ethernet: no reset control found [ 4.014817] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 4.019860] oxnas-dwmac 40400000.ethernet: Ring mode enabled [ 4.025561] oxnas-dwmac 40400000.ethernet: DMA HW capability register supported [ 4.032842] oxnas-dwmac 40400000.ethernet: Enhanced/Alternate descriptors [ 4.039633] oxnas-dwmac 40400000.ethernet: Enabled extended descriptors [ 4.046256] oxnas-dwmac 40400000.ethernet: RX Checksum Offload Engine supported [ 4.053539] oxnas-dwmac 40400000.ethernet: COE Type 2 [ 4.058603] oxnas-dwmac 40400000.ethernet: TX Checksum insertion supported [ 4.065484] oxnas-dwmac 40400000.ethernet: Wake-Up On Lan supported [ 4.066752] ata1: SATA link down (SStatus 0 SControl 300) [ 4.071746] oxnas-dwmac 40400000.ethernet (unnamed net_device) (uninitialized): device MAC address 7e:42:55:b2:3d:fb [ 4.087759] oxnas-dwmac 40400000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 4.105443] libphy: stmmac: probed [ 4.108853] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 4.118359] mdio_bus stmmac-0:03: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:03, irq=POLL) [ 4.128990] PPP generic driver version 2.4.2 [ 4.133585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.140188] ehci-pci: EHCI PCI platform driver [ 4.354772] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 4.360296] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 4.368256] oxnas-ehci 40200100.ehci: irq 52, io mem 0x40200100 [ 4.394777] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 4.401144] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.407976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.415214] usb usb1: Product: EHCI Host Controller [ 4.420072] usb usb1: Manufacturer: Linux 4.14.180-oxnas-tld-1 ehci_hcd [ 4.426700] usb usb1: SerialNumber: 40200100.ehci [ 4.432394] hub 1-0:1.0: USB hub found [ 4.436341] hub 1-0:1.0: 2 ports detected [ 4.441564] usbcore: registered new interface driver cdc_wdm [ 4.447447] usbcore: registered new interface driver usb-storage [ 4.453598] usbcore: registered new interface driver usbserial [ 4.459566] usbcore: registered new interface driver usbserial_generic [ 4.466186] usbserial: USB Serial support registered for generic [ 4.472555] mousedev: PS/2 mouse device common for all mice [ 4.478348] i2c /dev entries driver [ 4.483307] hidraw: raw HID events driver (C) Jiri Kosina [ 4.488983] usbcore: registered new interface driver usbhid [ 4.494533] usbhid: USB HID core driver [ 4.500098] NET: Registered protocol family 10 [ 4.506442] Segment Routing with IPv6 [ 4.510202] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.518251] NET: Registered protocol family 17 [ 4.522818] Key type dns_resolver registered [ 4.528499] registered taskstats version 1 [ 4.532587] Loading compiled-in X.509 certificates [ 4.537553] zswap: loaded using pool lzo/zbud [ 4.551526] Key type big_key registered [ 4.558535] Key type encrypted registered [ 4.565184] hctosys: unable to open rtc device (rtc0) [ 4.570833] Waiting 10 sec before mounting root device... [ 4.804766] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 5.006635] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 5.013342] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 5.020546] usb 1-1: Product: USB2.0 Hub [ 5.025745] hub 1-1:1.0: USB hub found [ 5.029898] hub 1-1:1.0: 4 ports detected [ 5.354762] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci [ 5.637386] usb 1-1.4: New USB device found, idVendor=090c, idProduct=1000 [ 5.644267] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.651640] usb 1-1.4: Product: USB DISK [ 5.655595] usb 1-1.4: Manufacturer: SMI Corporation [ 5.660546] usb 1-1.4: SerialNumber: AA00000000004388 [ 5.666828] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 5.673725] usb-storage 1-1.4:1.0: Quirks match for vid 090c pid 1000: 400 [ 5.680913] scsi host1: usb-storage 1-1.4:1.0 [ 6.952399] scsi 1:0:0:0: Direct-Access SMI USB DISK 1100 PQ: 0 ANSI: 4 [ 6.962897] sd 1:0:0:0: [sda] 15702912 512-byte logical blocks: (8.04 GB/7.49 GiB) [ 6.971356] sd 1:0:0:0: [sda] Write Protect is off [ 6.976217] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 6.976975] sd 1:0:0:0: [sda] No Caching mode page found [ 6.982274] sd 1:0:0:0: [sda] Assuming drive cache: write through [ 6.994396] sda: sda1 [ 7.000977] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 15.206643] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 15.248483] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 15.256348] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 15.271764] devtmpfs: mounted [ 15.277562] Freeing unused kernel memory: 1024K [ 15.284736] random: fast init done [ 17.496875] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 17.516984] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 17.525550] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 18.637831] usbcore: registered new interface driver uas [ 20.443589] EXT4-fs (sda1): re-mounted. Opts: (null) [ 20.834280] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 23.997532] random: crng init done [ 24.000949] random: 7 urandom warning(s) missed due to ratelimiting [ 25.049666] oxnas-dwmac 40400000.ethernet eth0: No phy led trigger registered for speed(-1) [ 25.058122] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 25.072942] oxnas-dwmac 40400000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 25.081827] oxnas-dwmac 40400000.ethernet eth0: registered PTP clock [ 25.089303] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 26.165736] oxnas-dwmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 26.174192] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 119.242048] __nand_correct_data: uncorrectable ECC error (repeated ~ 1023 times)
root@pogoplug-b01:~# cat /proc/mtd dev: size erasesize name mtd0: 00e00000 00020000 "boot" mtd1: 07200000 00020000 "data" root@pogoplug-b01:~# cat /etc/fw_env.config # pogoplug v3 /dev/mtd0 0x00100000 0x20000 0x20000
Re: TFTP on Pogoplug-B01 October 23, 2022 08:22PM |
Admin Registered: 13 years ago Posts: 18,848 |
Quote
https://forum.doozan.com/read.php?2,16044
Updated 02 Oct 2020:
Kernel linux-4.14.198-oxnas-tld-1 package was uploaded.
New/Update features:
- Added broadcom b43 (CONFIG_B43) as loadable module
- Added REALTEK PHY (CONFIG_REALTEK_PHY)
Latest Linux kernel 4.x general release information can be found at:
LinuxChanges log
Download at Dropbox
linux-4.14.198-oxnas-tld-1.bodhi.tar.bz2
md5:
195b22e4ebd307cd0950326cd8c52620
sha256:
f298c5b133953640ca53612bd4c7a359c59dc0c0e02c7de66d0feb3aefc66513
As always, please check the hash of what you download!
This tarball contains 6 files:
Quote
linux-image-4.14.198-oxnas-tld-1_1.0_armel.deb
linux-headers-4.14.198-oxnas-tld-1_1.0_armel.deb
config-4.14.198-oxnas-tld-1
zImage-4.14.198-oxnas-tld-1
linux-dtb-4.14.198-oxnas-tld-1.tar
linux-4.14.198-oxnas-tld-1.patch
Re: TFTP on Pogoplug-B01 October 24, 2022 01:45PM |
Registered: 1 year ago Posts: 9 |
[ 3.780997] hctosys: unable to open rtc device (rtc0) [ 3.786874] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6 [ 3.794362] Please append a correct "root=" boot option; here are the available partitions: [ 3.802800] 1f00 14336 mtdblock0 [ 3.802808] (driver?) [ 3.809415] 1f01 116736 mtdblock1 [ 3.809423] (driver?) [ 3.816012] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Re: TFTP on Pogoplug-B01 October 24, 2022 03:08PM |
Admin Registered: 13 years ago Posts: 18,848 |
printenv boot
Re: TFTP on Pogoplug-B01 October 24, 2022 06:20PM |
Registered: 7 years ago Posts: 372 |
Re: TFTP on Pogoplug-B01 October 25, 2022 07:26PM |
Registered: 1 year ago Posts: 9 |
root@pogoplug-b01:~# uname -a Linux pogoplug-b01 4.14.198-oxnas-tld-1 #1 SMP PREEMPT Sun Sep 20 22:15:05 PDT 2020 armv6l GNU/Linuxid.
Re: TFTP on Pogoplug-B01 October 25, 2022 09:35PM |
Admin Registered: 13 years ago Posts: 18,848 |
Quote
https://forum.doozan.com/read.php?2,23630
NFS
NFS - HowTo set up NFS shares (and boot NFS rootfs)