OLD POGO E02 update to debian July 15, 2022 06:55AM |
Registered: 9 years ago Posts: 38 |
PogoE02> ver U-Boot 2014.04.R3-1 (May 26 2014 - 19:45:55) Arch Linux ARM Pogo E02 gcc (GCC) 4.8.2 20131219 (prerelease) GNU ld (GNU Binutils) 2.24
U-Boot 2014.04.R3-1 (May 26 2014 - 19:45:55) Arch Linux ARM Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found no USB devices available no USB devices available no USB devices available no USB devices availableThis is the output of printenv
PogoE02> printenv baudrate=115200 bootcmd=usb start; setenv letter 9;for type in usb; do for disk in 0 1 2 3; do if ${type} part ${disk};then setexpr letter $letter + 1;run load;fi;done;done; bootdelay=3 bootm=echo Booting from ${disk} ...; run setargs; bootm ${loadaddr}; bootz=echo Booting from ${disk} ...; run setargs; bootz ${loadaddr} - ${fdt_addr}; console=ttyS0 ethact=egiga0 ethaddr=00:25:31:00:66:7E fdt_addr=0x800000 fdt_file=/boot/dtbs/kirkwood-pogo_e02.dtb importbootenv=echo Importing environment (uEnv.txt)...; env import -t $loadaddr $filesize letter=9 load=echo Attempting to boot from ${type} ${disk}:1...;if run loadbootenv; then run importbootenv;fi;echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;echo Running default loadzimage ...;if run loadzimage; then run loadfdt;run bootz;fi;echo Running default loaduimage ...;if run loaduimage; then run bootm;fi; loadaddr=0x810000 loadbootenv=load ${type} ${disk}:1 ${loadaddr} /boot/uEnv.txt loadfdt=load ${type} ${disk}:1 ${fdt_addr} ${fdt_file} loaduimage=load ${type} ${disk}:1 ${loadaddr} ${uimage} loadzimage=load ${type} ${disk}:1 ${loadaddr} ${zimage} mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),-(rootfs) setargs=setenv bootargs console=${console},${baudrate} ${optargs} root=/dev/sd${letter}1 rw rootwait ${mtdparts} uimage=/boot/uImage zimage=/boot/zImage Environment size: 1434/131068 bytes
Re: OLD POGO E02 update to debian July 15, 2022 11:48AM |
Registered: 3 years ago Posts: 48 |
Re: OLD POGO E02 update to debian July 16, 2022 06:02AM |
Registered: 9 years ago Posts: 38 |
Re: OLD POGO E02 update to debian July 16, 2022 03:09PM |
Admin Registered: 12 years ago Posts: 17,721 |
Quote
Updated 26 Sept 2021:
Basic Debian bullseye Kirkwood rootfs for most Kirwood plugs:
Re: OLD POGO E02 update to debian July 19, 2022 03:17PM |
Registered: 9 years ago Posts: 38 |
U-Boot 2014.04.R3-1 (May 26 2014 - 19:45:55) Arch Linux ARM Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 60536832 8118311d-01 83 Attempting to boot from usb 0:1... 745 bytes read in 290 ms (2 KiB/s) Importing environment (uEnv.txt)... Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... 5446002 bytes read in 436 ms (11.9 MiB/s) Running loadfdt ... 10114 bytes read in 1323 ms (6.8 KiB/s) Running loaduinitrd ... 9671091 bytes read in 483 ms (19.1 MiB/s) Running loaduimage ... 5446002 bytes read in 435 ms (11.9 MiB/s) Booting from usb 0:1 ... ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5445938 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9671027 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 0f1e9000, end 0fb22173 ... OK Loading Device Tree to 0f1e3000, end 0f1e8781 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: CloudEngines Pogoplug E02 [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 65024 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10 [ 0.000000][ T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 240508K/262144K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 21636K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.008609][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.016122][ T0] Console: colour dummy device 80x30 [ 0.021394][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.032735][ T0] pid_max: default: 32768 minimum: 301 [ 0.038482][ T0] LSM: Security Framework initializing [ 0.044040][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.052163][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.062142][ T0] CPU: Testing write buffer coherency: ok [ 0.070260][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.077461][ T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2 [ 0.083728][ T1] rcu: Hierarchical SRCU implementation. [ 0.090746][ T1] devtmpfs: initialized [ 0.100462][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.111166][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.156151][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.163386][ T1] prandom: seed boundary self test passed [ 0.173225][ T1] prandom: 100 self tests passed [ 0.178056][ T1] pinctrl core: initialized pinctrl subsystem [ 0.185696][ T1] NET: Registered protocol family 16 [ 0.191757][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.200398][ T1] audit: initializing netlink subsys (disabled) [ 0.207947][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.208338][ T16] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 [ 0.223786][ T1] cpuidle: using governor ladder [ 0.228762][ T1] cpuidle: using governor menu [ 0.233902][ T1] Feroceon L2: Enabling L2 [ 0.238236][ T1] Feroceon L2: Cache support initialised. [ 0.252349][ T1] No ATAGs? [ 2.568616][ C0] random: fast init done [ 5.146589][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 5.180168][ T59] wait_for_initramfs() called before rootfs_initcalls [ 5.378888][ T1] raid6: int32x8 gen() 108 MB/s [ 5.548708][ T1] raid6: int32x8 xor() 68 MB/s [ 5.718719][ T1] raid6: int32x4 gen() 109 MB/s [ 5.888763][ T1] raid6: int32x4 xor() 71 MB/s [ 6.058710][ T1] raid6: int32x2 gen() 139 MB/s [ 6.228695][ T1] raid6: int32x2 xor() 85 MB/s [ 6.398817][ T1] raid6: int32x1 gen() 97 MB/s [ 6.568634][ T1] raid6: int32x1 xor() 60 MB/s [ 6.573624][ T1] raid6: using algorithm int32x2 gen() 139 MB/s [ 6.579760][ T1] raid6: .... xor() 85 MB/s, rmw enabled [ 6.585274][ T1] raid6: using intx1 recovery algorithm [ 6.590997][ T1] vgaarb: loaded [ 6.594995][ T1] SCSI subsystem initialized [ 6.600040][ T1] usbcore: registered new interface driver usbfs [ 6.606312][ T1] usbcore: registered new interface driver hub [ 6.612448][ T1] usbcore: registered new device driver usb [ 6.618431][ T1] pps_core: LinuxPPS API ver. 1 registered [ 6.624142][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 6.634058][ T1] PTP clock support registered [ 6.640618][ T1] clocksource: Switched to clocksource orion_clocksource [ 6.751327][ T1] VFS: Disk quotas dquot_6.6.0 [ 6.756066][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 6.791923][ T1] NET: Registered protocol family 2 [ 6.797170][ T1] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 6.821715][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 6.840675][ T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 6.849111][ T1] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 6.880696][ T1] TCP: Hash tables configured (established 2048 bind 2048) [ 6.888054][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 6.910728][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 6.918014][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 6.940902][ T1] NET: Registered protocol family 1 [ 6.950942][ T1] RPC: Registered named UNIX socket transport module. [ 6.957601][ T1] RPC: Registered udp transport module. [ 6.970640][ T1] RPC: Registered tcp transport module. [ 6.976070][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 7.000642][ T1] PCI: CLS 0 bytes, default 32 [ 7.005594][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 8.391962][ T1] Initialise system trusted keyrings [ 8.397190][ T1] Key type blacklist registered [ 8.402251][ T1] workingset: timestamp_bits=30 max_order=16 bucket_order=0 [ 8.409547][ T1] zbud: loaded [ 8.414388][ T1] NFS: Registering the id_resolver key type [ 8.420194][ T1] Key type id_resolver registered [ 8.425176][ T1] Key type id_legacy registered [ 8.429949][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 8.437418][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 8.445602][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 8.452991][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 8.461335][ T1] fuse: init (API version 7.34) [ 8.466489][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 8.473908][ T1] orangefs_init: module version upstream loaded [ 8.480035][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 8.590745][ T1] xor: measuring software checksum speed [ 8.605190][ T1] arm4regs : 1113 MB/sec [ 8.625086][ T1] 8regs : 667 MB/sec [ 8.640444][ T1] 32regs : 961 MB/sec [ 8.645552][ T1] xor: using function: arm4regs (1113 MB/sec) [ 8.651554][ T1] async_tx: api initialized (async) [ 8.656640][ T1] Key type asymmetric registered [ 8.661494][ T1] Asymmetric key parser 'x509' registered [ 8.667147][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 8.675403][ T1] io scheduler bfq registered [ 8.879532][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 8.889912][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 8.951758][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 8.962515][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 9.031722][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 9.042728][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 9.051271][ T1] printk: console [ttyS0] disabled [ 9.056348][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A [ 9.066191][ T1] printk: console [ttyS0] enabled [ 9.066191][ T1] printk: console [ttyS0] enabled [ 9.076047][ T1] printk: bootconsole [earlycon0] disabled [ 9.076047][ T1] printk: bootconsole [earlycon0] disabled [ 9.096622][ T1] loop: module loaded [ 9.101533][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 9.108634][ T1] nand: Hynix NAND 128MiB 3,3V 8-bit [ 9.113833][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 9.122474][ T1] Scanning device for bad blocks [ 9.247116][ T1] 4 fixed-partitions partitions found on MTD device orion_nand [ 9.254576][ T1] Creating 4 MTD partitions on "orion_nand": [ 9.260445][ T1] 0x000000000000-0x000000100000 : "u-boot" [ 9.267753][ T1] 0x000000100000-0x000000600000 : "uImage" [ 9.275044][ T1] 0x000000500000-0x000002a00000 : "pogoplug" [ 9.282648][ T1] 0x000002500000-0x000009100000 : "root" [ 9.288179][ T1] mtd: partition "root" extends beyond the end of device "orion_nand" -- size truncated to 0x5b00000 [ 9.301405][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 9.309987][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 9.321644][ T1] libphy: Fixed MDIO Bus: probed [ 9.328012][ T1] libphy: orion_mdio_bus: probed [ 9.334363][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 10.081689][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:00:66:7e [ 10.091471][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.098766][ T1] ehci-pci: EHCI PCI platform driver [ 10.104026][ T1] ehci-orion: EHCI orion driver [ 10.108971][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 10.115255][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 10.123860][ T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 10.150661][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 10.157733][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 10.166776][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.174762][ T1] usb usb1: Product: EHCI Host Controller [ 10.180367][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 10.187824][ T1] usb usb1: SerialNumber: f1050000.ehci [ 10.193998][ T1] hub 1-0:1.0: USB hub found [ 10.198521][ T1] hub 1-0:1.0: 1 port detected [ 10.204051][ T1] usbcore: registered new interface driver usb-storage [ 10.211302][ T1] mousedev: PS/2 mouse device common for all mice [ 10.490648][ T17] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 10.692370][ T17] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01 [ 10.701330][ T17] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 10.709233][ T17] usb 1-1: Product: USB2.0 Hub [ 10.714850][ T17] hub 1-1:1.0: USB hub found [ 10.719624][ T17] hub 1-1:1.0: 4 ports detected [ 11.040646][ T17] usb 1-1.3: new high-speed USB device number 3 using orion-ehci [ 11.195119][ T17] usb 1-1.3: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 2.00 [ 11.204254][ T17] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [ 11.212346][ T17] usb 1-1.3: Product: DataTraveler 3.0 [ 11.217688][ T17] usb 1-1.3: Manufacturer: Kingston [ 11.222797][ T17] usb 1-1.3: SerialNumber: E0D55E628FE115C0D8D70007 [ 11.230076][ T17] usb-storage 1-1.3:1.0: USB Mass Storage device detected [ 11.237709][ T17] scsi host0: usb-storage 1-1.3:1.0 [ 11.290656][ T1] rtc-mv f1010300.rtc: internal RTC not ticking [ 11.296987][ T1] i2c /dev entries driver [ 11.301897][ T1] device-mapper: uevent: version 1.0.3 [ 11.307544][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 11.317213][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 11.324552][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 11.331935][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 11.339345][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 11.346194][ T1] device-mapper: raid: Loading target version 1.15.1 [ 11.354277][ T1] hid: raw HID events driver (C) Jiri Kosina [ 11.360518][ T1] drop_monitor: Initializing network drop monitor service [ 11.368060][ T1] NET: Registered protocol family 10 [ 11.374667][ T1] Segment Routing with IPv6 [ 11.379061][ T1] RPL Segment Routing with IPv6 [ 11.383985][ T1] NET: Registered protocol family 17 [ 11.389416][ T1] Key type dns_resolver registered [ 11.395014][ T1] registered taskstats version 1 [ 11.399846][ T1] Loading compiled-in X.509 certificates [ 11.405854][ T1] zswap: loaded using pool lzo/zbud [ 11.411377][ T1] Key type ._fscrypt registered [ 11.416113][ T1] Key type .fscrypt registered [ 11.420829][ T1] Key type fscrypt-provisioning registered [ 11.428753][ T1] Key type big_key registered [ 11.437490][ T1] Key type encrypted registered [ 11.445709][ T1] Waiting 10 sec before mounting root device... [ 12.251979][ T7] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 0000 PQ: 0 ANSI: 4 [ 12.262555][ T80] sd 0:0:0:0: [sda] 60538881 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 12.271405][ T80] sd 0:0:0:0: [sda] Write Protect is off [ 12.277403][ T80] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 12.295658][ T80] sda: sda1 [ 12.301782][ T80] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 21.610648][ T1] md: Waiting for all devices to be available before autodetect [ 21.618181][ T1] md: If you don't use raid, use raid=noautodetect [ 21.624590][ T1] md: Autodetecting RAID arrays. [ 21.629403][ T1] md: autorun ... [ 21.632927][ T1] md: ... autorun DONE. [ 21.638557][ T1] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 21.654917][ T1] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 21.662585][ T1] EXT4-fs (sda1): write access will be enabled during recovery [ 21.791471][ T1] EXT4-fs (sda1): recovery complete [ 21.799780][ T1] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 21.809962][ T1] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 21.824594][ T1] devtmpfs: mounted [ 21.831432][ T1] Freeing unused kernel memory: 1024K [ 21.837477][ T1] Checked W+X mappings: passed, no W+X pages found [ 21.843924][ T1] Run /sbin/init as init process INIT: version 2.96 booting Using makefile-style concurrent boot in runlevel S. [ 22.566424][ T171] ecc_sw_hamming_correct: uncorrectable ECC error [ 22.572875][ T171] blk_update_request: I/O error, dev mtdblock0, sector 2040 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 22.584823][ T171] ecc_sw_hamming_correct: uncorrectable ECC error [ 22.591155][ T171] blk_update_request: I/O error, dev mtdblock0, sector 2040 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 22.602550][ T171] Buffer I/O error on dev mtdblock0, logical block 255, async page read Starting hotplug events dispatcher: systemd-udevd. Synthesizing the initial hotplug events (subsystems)...done. Synthesizing the initial hotplug events (devices)...done. Waiting for /dev to be fully populated...[ 25.191646][ T287] orion_wdt: Initial timeout 21 sec [ 25.566098][ T280] usbcore: registered new interface driver uas [ 25.731501][ T281] marvell-cesa f1030000.crypto: CESA device successfully registered [ 25.758819][ T280] sd 0:0:0:0: Attached scsi generic sg0 type 0 done. Setting hostname to 'debian'...done. Activating swap:. [ 26.849574][ T438] EXT4-fs (sda1): re-mounted. Opts: (null). Quota mode: none. Will now check root file system:[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -y -C0 /dev/sda1 e2fsck 1.46.2 (28-Feb-2021) rootfs: clean, 15643/1892352 files, 332064/7567104 blocks . [ 27.144479][ T450] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 27.687483][ C0] random: crng init done Will now check all file systems. Checking all file systems. LABEL=rootfs is mounted Done checking file systems. Log is being saved in /var/log/fsck/checkfs if that location is writable. Cleaning up temporary files...Cleaning /tmp...done. /tmp. Will now mount local filesystems:. Will now activate swapfile swap, if any:done. Checking minimum space in /tmp...done. Cleaning up temporary files.... Initializing random number generator...done. Starting Setting kernel variables: sysctl . Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/00:25:31:00:66:7e Sending on LPF/eth0/00:25:31:00:66:7e Sending on Socket/fallback DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67 DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 No DHCPOFFERS received. Trying recorded lease 192.168.0.15 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. --- 192.168.0.1 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms No working leases in persistent database - sleeping. done. Starting RPC port mapper daemon: rpcbind. Starting NFS common utilities: statd idmapd. Cleaning up temporary files.... INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 999 (syslogd) . Starting NFS common utilities: statd idmapd. Starting system message bus: dbus. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Not starting NFS kernel daemon: no exports. ... (warning). Starting NTP server: ntpd. Starting OpenBSD Secure Shell server: sshd. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1036 (klogd) . Running local boot scripts (/etc/rc.local) . Debian GNU/Linux 11 debian ttyS0 debian login:Pogo E02 was not connected with ethernet cable to internet.
Re: OLD POGO E02 update to debian July 19, 2022 04:14PM |
Admin Registered: 12 years ago Posts: 17,721 |
dmesg | tailIf there is active link to the switch/router, it should show the link is up and the speed.
Quote
4. (Stock u-boot only) Create uImage with embedded DTB for booting with older u-boots (2012 or earlier). Skip this step if you have installed the latest U-Boot for Kirkwood (or are installing this u-boot at the same time, or running kwboot with latest u-boot image).
Please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box (see the folder /media/sdb1/boot/dts for the exact spelling of your Kirkwood box name).
Generate the uImage with DTB embedded inside:
cd /media/sdb1/boot
cp -a zImage-5.13.6-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.13.6-kirkwood-tld-1 -d zImage.fdt uImage
sync
cd /boot rm zImage.fdt mv uImage.orig uImage syncNote that zImage.fdt is not relevant at all, but you should remove it so later you can tell quickly that the uImage does not have DTB appended. And vice versa.
Re: OLD POGO E02 update to debian July 20, 2022 01:48AM |
Registered: 9 years ago Posts: 38 |
U-Boot 2014.04.R3-1 (May 26 2014 - 19:45:55) Arch Linux ARM Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 60536832 8118311d-01 83 Attempting to boot from usb 0:1... 745 bytes read in 290 ms (2 KiB/s) Importing environment (uEnv.txt)... Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... 5446002 bytes read in 436 ms (11.9 MiB/s) Running loadfdt ... 10114 bytes read in 1323 ms (6.8 KiB/s) Running loaduinitrd ... 9671091 bytes read in 565 ms (16.3 MiB/s) Running loaduimage ... 5446002 bytes read in 436 ms (11.9 MiB/s) Booting from usb 0:1 ... ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5445938 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9671027 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 0f1e9000, end 0fb22173 ... OK Loading Device Tree to 0f1e3000, end 0f1e8781 ... OK Starting kernel ... Uncompressing Linux...▒r▒▒▒▒▒▒▒m▒ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 65024 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10 [ 0.000000][ T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 240508K/262144K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 21636K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 5.146587][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 5.180175][ T59] wait_for_initramfs() called before rootfs_initcalls [ 5.378745][ T1] raid6: int32x8 gen() 108 MB/s [ 5.548733][ T1] raid6: int32x8 xor() 68 MB/s [ 5.718716][ T1] raid6: int32x4 gen() 109 MB/s [ 5.888746][ T1] raid6: int32x4 xor() 71 MB/s [ 6.058619][ T1] raid6: int32x2 gen() 139 MB/s [ 6.228722][ T1] raid6: int32x2 xor() 85 MB/s [ 6.398819][ T1] raid6: int32x1 gen() 98 MB/s [ 6.568733][ T1] raid6: int32x1 xor() 60 MB/s [ 6.573728][ T1] raid6: using algorithm int32x2 gen() 139 MB/s [ 6.579866][ T1] raid6: .... xor() 85 MB/s, rmw enabled [ 6.585378][ T1] raid6: using intx1 recovery algorithm [ 6.591105][ T1] vgaarb: loaded [ 6.595103][ T1] SCSI subsystem initialized [ 6.600148][ T1] usbcore: registered new interface driver usbfs [ 6.606425][ T1] usbcore: registered new interface driver hub [ 6.612563][ T1] usbcore: registered new device driver usb [ 6.618544][ T1] pps_core: LinuxPPS API ver. 1 registered [ 6.624256][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 6.634172][ T1] PTP clock support registered [ 6.640737][ T1] clocksource: Switched to clocksource orion_clocksource [ 6.751446][ T1] VFS: Disk quotas dquot_6.6.0 [ 6.756189][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 6.792055][ T1] NET: Registered protocol family 2 [ 6.797312][ T1] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 6.821834][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 6.840794][ T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 6.849225][ T1] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 6.880817][ T1] TCP: Hash tables configured (established 2048 bind 2048) [ 6.888178][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 6.910846][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 6.918136][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 6.941021][ T1] NET: Registered protocol family 1 [ 6.951060][ T1] RPC: Registered named UNIX socket transport module. [ 6.957714][ T1] RPC: Registered udp transport module. [ 6.970759][ T1] RPC: Registered tcp transport module. [ 6.976191][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 7.000761][ T1] PCI: CLS 0 bytes, default 32 [ 7.005711][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 10.081797][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:00:66:7e [ 10.091577][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.098872][ T1] ehci-pci: EHCI PCI platform driver [ 10.104133][ T1] ehci-orion: EHCI orion driver [ 10.109078][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 10.115361][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 10.123964][ T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 10.150780][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 10.157854][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 10.166898][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.174886][ T1] usb usb1: Product: EHCI Host Controller [ 10.180489][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 10.187947][ T1] usb usb1: SerialNumber: f1050000.ehci [ 10.194123][ T1] hub 1-0:1.0: USB hub found [ 10.198643][ T1] hub 1-0:1.0: 1 port detected [ 10.204168][ T1] usbcore: registered new interface driver usb-storage [ 10.211411][ T1] mousedev: PS/2 mouse device common for all mice [ 10.490766][ T17] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 10.692473][ T17] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01 [ 10.701434][ T17] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 10.709339][ T17] usb 1-1: Product: USB2.0 Hub [ 10.714953][ T17] hub 1-1:1.0: USB hub found [ 10.719728][ T17] hub 1-1:1.0: 4 ports detected [ 11.040766][ T17] usb 1-1.3: new high-speed USB device number 3 using orion-ehci [ 11.195098][ T17] usb 1-1.3: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 2.00 [ 11.204229][ T17] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [ 11.212307][ T17] usb 1-1.3: Product: DataTraveler 3.0 [ 11.217664][ T17] usb 1-1.3: Manufacturer: Kingston [ 11.222769][ T17] usb 1-1.3: SerialNumber: E0D55E628FE115C0D8D70007 [ 11.230052][ T17] usb-storage 1-1.3:1.0: USB Mass Storage device detected [ 11.237691][ T17] scsi host0: usb-storage 1-1.3:1.0 [ 11.290774][ T1] rtc-mv f1010300.rtc: internal RTC not ticking [ 11.297103][ T1] i2c /dev entries driver [ 11.302014][ T1] device-mapper: uevent: version 1.0.3 [ 11.307667][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 11.317332][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 11.324666][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 11.332049][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 11.339467][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 11.346315][ T1] device-mapper: raid: Loading target version 1.15.1 [ 11.354402][ T1] hid: raw HID events driver (C) Jiri Kosina [ 11.360647][ T1] drop_monitor: Initializing network drop monitor service [ 11.368194][ T1] NET: Registered protocol family 10 [ 11.374794][ T1] Segment Routing with IPv6 [ 11.379184][ T1] RPL Segment Routing with IPv6 [ 11.384108][ T1] NET: Registered protocol family 17 [ 11.389541][ T1] Key type dns_resolver registered [ 11.395136][ T1] registered taskstats version 1 [ 11.399969][ T1] Loading compiled-in X.509 certificates [ 11.405975][ T1] zswap: loaded using pool lzo/zbud [ 11.411496][ T1] Key type ._fscrypt registered [ 11.416234][ T1] Key type .fscrypt registered [ 11.420952][ T1] Key type fscrypt-provisioning registered [ 11.428883][ T1] Key type big_key registered [ 11.437606][ T1] Key type encrypted registered [ 11.445824][ T1] Waiting 10 sec before mounting root device... [ 12.251957][ T7] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 0000 PQ: 0 ANSI: 4 [ 12.262535][ T80] sd 0:0:0:0: [sda] 60538881 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 12.271384][ T80] sd 0:0:0:0: [sda] Write Protect is off [ 12.277381][ T80] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 12.295762][ T80] sda: sda1 [ 12.301886][ T80] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 21.610768][ T1] md: Waiting for all devices to be available before autodetect [ 21.618303][ T1] md: If you don't use raid, use raid=noautodetect [ 21.624712][ T1] md: Autodetecting RAID arrays. [ 21.629534][ T1] md: autorun ... [ 21.633058][ T1] md: ... autorun DONE. [ 21.638660][ T1] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 21.655021][ T1] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 21.662690][ T1] EXT4-fs (sda1): write access will be enabled during recovery [ 21.784791][ T1] EXT4-fs (sda1): recovery complete [ 21.793135][ T1] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 21.803318][ T1] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 21.839195][ T1] devtmpfs: mounted [ 21.846033][ T1] Freeing unused kernel memory: 1024K [ 21.852115][ T1] Checked W+X mappings: passed, no W+X pages found [ 21.858545][ T1] Run /sbin/init as init process INIT: version 2.96 booting Using makefile-style concurrent boot in runlevel S. [ 22.583978][ T171] ecc_sw_hamming_correct: uncorrectable ECC error [ 22.590302][ T171] blk_update_request: I/O error, dev mtdblock0, sector 2040 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 22.602283][ T171] ecc_sw_hamming_correct: uncorrectable ECC error [ 22.608593][ T171] blk_update_request: I/O error, dev mtdblock0, sector 2040 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 22.619992][ T171] Buffer I/O error on dev mtdblock0, logical block 255, async page read Starting hotplug events dispatcher: systemd-udevd. Synthesizing the initial hotplug events (subsystems)...done. Synthesizing the initial hotplug events (devices)...done. Waiting for /dev to be fully populated...[ 25.121979][ T282] orion_wdt: Initial timeout 21 sec [ 25.546849][ T287] usbcore: registered new interface driver uas [ 25.736501][ T279] marvell-cesa f1030000.crypto: CESA device successfully registered [ 25.773029][ T281] sd 0:0:0:0: Attached scsi generic sg0 type 0 done. Setting hostname to 'debian'...done. Activating swap:. [ 26.869602][ T438] EXT4-fs (sda1): re-mounted. Opts: (null). Quota mode: none. Will now check root file system:[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -y -C0 /dev/sda1 e2fsck 1.46.2 (28-Feb-2021) rootfs: clean, 15654/1892352 files, 332086/7567104 blocks [ 27.100423][ C0] random: crng init done . [ 27.189086][ T450] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. Will now check all file systems. Checking all file systems. LABEL=rootfs is mounted Done checking file systems. Log is being saved in /var/log/fsck/checkfs if that location is writable. Cleaning up temporary files...Cleaning /tmp...done. /tmp. Will now mount local filesystems:. Will now activate swapfile swap, if any:done. Checking minimum space in /tmp...done. Cleaning up temporary files.... Initializing random number generator...done. Starting Setting kernel variables: sysctl. Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/00:25:31:00:66:7e Sending on LPF/eth0/00:25:31:00:66:7e Sending on Socket/fallback DHCPREQUEST for 192.168.1.188 on eth0 to 255.255.255.255 port 67 [ 33.025691][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 33.036348][ T17] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready DHCPREQUEST for 192.168.1.188 on eth0 to 255.255.255.255 port 67 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPOFFER of 192.168.1.188 from 192.168.1.1 DHCPREQUEST for 192.168.1.188 on eth0 to 255.255.255.255 port 67 DHCPACK of 192.168.1.188 from 192.168.1.1 bound to 192.168.1.188 -- renewal in 32835 seconds. done. Starting RPC port mapper daemon: rpcbind. Starting NFS common utilities: statd idmapd. Cleaning up temporary files.... INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1003 (syslogd) . Starting NFS common utilities: statd idmapd. Starting system message bus: dbus. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Not starting NFS kernel daemon: no exports. ... (warning). Starting NTP server: ntpd. Starting OpenBSD Secure Shell server: sshd. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1045 (klogd) . Running local boot scripts (/etc/rc.local) . Debian GNU/Linux 11 debian ttyS0 debian login: marco Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Dec 31 16:01:15 PST 1969 on ttyS0 $ apt-get update Reading package lists... Done E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ $ sudo !! -sh: 2: sudo: not found $ su Password: su: Authentication failure $ su Password: root@debian:/home/marco# apt-get update Ign:1 http://security.debian.org bullseye/updates InRelease Err:2 http://security.debian.org bullseye/updates Release 404 Not Found [IP: 146.75.54.132 80] Get:4 http://ftp.us.debian.org/debian bullseye InRelease [116 kB] Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Reading package lists... Done E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: Release file for http://http.debian.net/debian/dists/bullseye-updates/InRelease is not valid yet (invalid for another 19193d 2h 29min 41s). Updates for this repository will not be applied. E: Release file for http://ftp.us.debian.org/debian/dists/bullseye/InRelease is not valid yet (invalid for another 19182d 9h 41min 7s). Updates for this repository will not be applied.I have sme problems to update the system, is there a way to fix it?
Re: OLD POGO E02 update to debian July 20, 2022 03:44PM |
Admin Registered: 12 years ago Posts: 17,721 |
Quote
Updated 26 Sept 2021:
Basic Debian bullseye Kirkwood rootfs for most Kirwood plugs:
- tarball size: 234M
- install size: 668M
- The init system used in this rootfs is sysvinit . To boot with systemd, see Notes below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, sysvinit-utils, u-boot-tools, and mtd-utils.
- see LED controls examples in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root
Important Correction:
After releasing this rootfs,
1. I realized I've missed one package that needs to be installed in order to make fw_printenv and fw_setenv available (these binaries have been moved to package libubootenv-tool in bullseye) . So do this if you want to list or set envs in Debian.
apt-get install libubootenv-tool
2. There was an obsolete source in /etc/apt/source.list. Please change the old security repo to
deb https://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://ftp.us.debian.org/debian bullseye main contrib non-free deb-src http://ftp.us.debian.org/debian bullseye main contrib non-free deb https://security.debian.org/debian-security bullseye-security main contrib non-free deb http://http.debian.net/debian bullseye-updates main contrib non-free deb-src http://http.debian.net/debian bullseye-updates main contrib non-free
deb http://ftp.us.debian.org/debian bullseye main contrib non-free
Re: OLD POGO E02 update to debian July 20, 2022 04:39PM |
Registered: 9 years ago Posts: 38 |
Re: OLD POGO E02 update to debian July 20, 2022 05:14PM |
Admin Registered: 12 years ago Posts: 17,721 |
tmpfs /tmp tmpfs defaults 0 0
Quote
udev
Automount USB drives with udev rules using disk label
Re: OLD POGO E02 update to debian July 21, 2022 02:44AM |
Registered: 9 years ago Posts: 38 |
Re: OLD POGO E02 update to debian July 22, 2022 03:00AM |
Admin Registered: 12 years ago Posts: 17,721 |
Re: OLD POGO E02 update to debian July 24, 2022 01:37AM |
Registered: 9 years ago Posts: 38 |
U-Boot 2014.04.R3-1 (May 26 2014 - 19:45:55) Arch Linux ARM Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... 2 Storage Device(s) found Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 1953521664 000e3529-01 83 Attempting to boot from usb 0:1... ** File not found /boot/uEnv.txt ** Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... ** File not found /boot/uImage ** Partition Map for USB device 1 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 60536832 8118311d-01 83 Attempting to boot from usb 1:1... 745 bytes read in 449 ms (1000 Bytes/s) Importing environment (uEnv.txt)... Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... 5446002 bytes read in 683 ms (7.6 MiB/s) Running loadfdt ... ** File not found /boot/dts/kirkwood-pogo_e02.dtb ** Running loaduinitrd ... ** File not found /boot/uInitrd ** Running loaduimage ... ** File not found /boot/uImage ** Booting from usb 0:1 ... ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5445938 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Wrong Ramdisk Image Format Ramdisk image is corrupt or invalid Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 1953521664 000e3529-01 83 Attempting to boot from usb 0:1... ** File not found /boot/uEnv.txt ** Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... ** File not found /boot/uImage ** Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 1953521664 000e3529-01 83 Attempting to boot from usb 0:1... ** File not found /boot/uEnv.txt ** Checking if uenvcmd is set ... Running default loadzimage ... ** File not found /boot/zImage ** Running default loaduimage ... ** File not found /boot/uImage ** PogoE02>I created udev rule with this exact content:
# NOTE: # 1. use pmount --sync if drive label ends with Sync/SYNC/sync in add action to allow removal without corruption # 2. avoid mounting EFI partition for a HFS+ drive # 3. force mount HFS+ partition as read-write # 4. mount USB hardrive (which is identified as SSCI) KERNEL!="sd*", GOTO="media_label_end" ENV{ID_TYPE}!="disk", GOTO="media_label_end" IMPORT{program}="/sbin/blkid -o udev -p %N", ENV{name}="%E{ID_FS_LABEL}" ENV{ID_FS_TYPE}=="", GOTO="media_label_end" ENV{ID_FS_LABEL}!="EFI", GOTO="continue" ENV{ID_PART_TABLE_TYPE}=="gpt", GOTO="media_label_end" LABEL="continue" ENV{name}=="", ENV{name}="%k" KERNEL=="sd*", SYMLINK+="usb-storage/%E{name}" ENV{name}=="*SYNC", ENV{mode}="--sync" ENV{name}=="*Sync", ENV{mode}="--sync" ENV{name}=="*sync", ENV{mode}="--sync" ENV{name}!="*SYNC", ENV{mode}="" #ENV{ID_FS_TYPE}=="hfsplus", ENV{mode2}="--read-write" #ENV{ID_FS_TYPE}=="hfsplus", ENV{mode3}="/bin/mount -v -o remount,force,rw /media/%E{name}" #ENV{ID_FS_TYPE}!="hfsplus", ENV{mode3}="/usr/bin/pmount" ACTION=="add", RUN+="/usr/bin/pmount -t %E{ID_FS_TYPE} %E{mode} %E{mode2} --noatime --umask 000 %k %E{name}" ACTION=="add", RUN+="%E{mode3}" ACTION=="remove", RUN+="/usr/bin/pumount --yes-I-really-want-lazy-unmount %E{name}" LABEL="media_label_end"
Re: OLD POGO E02 update to debian July 24, 2022 03:26PM |
Admin Registered: 12 years ago Posts: 17,721 |
mount dmesg | tail
dmesg | tail mount