lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<Armbian-Discord> <T​onymac32> Discord is trash TBH
<Armbian-Discord> <j​oekhoobyar> I'd prefer Slack to discord. Too used to it now. But hey - could be worse. Could be MS Teams.
<Armbian-Discord> <j​oekhoobyar> https://www.amazon.com/dp/B09GTW6591
<Armbian-Discord> <j​oekhoobyar> ^^ Confirmed working el cheapo USB PD charger for a Rock 5
<lanefu> You should see what voltage and current it negotiated at
<lanefu> E
<lanefu> Even slack for work is starting to rot my brain
<lanefu> I wish both platforms had a basic concept of logged in and logged out instead you are bonded to the firshose
<Armbian-Discord> <T​onymac32> Can you perform.some.stress tests to confirm it can in fact deliver 20W consistently, and that it is enough for the board? My 5V 4A supply (20W) fell on its face during a 7zip benchmark
<Armbian-Discord> <T​onymac32> I also want you to specify which U-boot and kernel it is functioning with, since any changes backward or forward could/probably will break it
<Armbian-Discord> <j​oekhoobyar> Good idea, @Tonymac32 , should be able to fit a stress test in today.
<Armbian-Discord> <T​onymac32> Trust, but verify
<Armbian-Discord> <j​oekhoobyar> Armbian hardware verification program, sponsored by Dick Cheney
<Armbian-Discord> <T​abalugach> Hi to all, I download Armbian_22.11.2_Rock-5b_bullseye_legacy_5.10.110.img.xz put it on sd-card, boot from it. Now having problem to install it on nvme. nand-sata-install don't see nvme, fdisk does
<Armbian-Discord> <j​oekhoobyar> Interesting. I installed one yesterday. And it saw the NVME
<Armbian-Discord> <j​oekhoobyar> Will do another today, to stress test the power supply - will check again. @Tabalugach , does it at least come up in the menu?
<Armbian-Discord> <T​abalugach> nope!
<Armbian-Discord> <j​oekhoobyar> Wonder what it could be? Why mine works and yours doesn’t….
<Armbian-Discord> <T​abalugach> not sure 🙂
<Armbian-Discord> <T​abalugach> It's here :
<Armbian-Discord> <T​abalugach> Disk /dev/nvme0n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
<Armbian-Discord> <T​abalugach> Disk model: Samsung SSD 980 1TB
<Armbian-Discord> <T​abalugach> Units: sectors of 1 * 512 = 512 bytes
<Armbian-Discord> <T​abalugach> Sector size (logical/physical): 512 bytes / 512 bytes
<Armbian-Discord> <T​abalugach> I/O size (minimum/optimal): 16384 bytes / 131072 bytes
<Armbian-Discord> <T​abalugach> mke2fs 1.46.2 (28-Feb-2021)
<Armbian-Discord> <T​abalugach> /dev/nvme0n1 contains a ext4 file system
<Armbian-Discord> <T​abalugach> created on Tue Jan 3 21:51:01 2023
<Armbian-Discord> <T​abalugach> Proceed anyway? (y,N) y
<Armbian-Discord> <T​abalugach> Discarding device blocks: done
<Armbian-Discord> <T​abalugach> Creating filesystem with 244190646 4k blocks and 61054976 inodes
<Armbian-Discord> <T​abalugach> Filesystem UUID: 898017ee-260b-4b0f-82fb-e0c3de05749c
<Armbian-Discord> <T​abalugach> Superblock backups stored on blocks:
<Armbian-Discord> <T​abalugach> 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
<Armbian-Discord> <T​abalugach> 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
<Armbian-Discord> <T​abalugach> 102400000, 214990848
<Armbian-Discord> <T​abalugach> Allocating group tables: done
<Armbian-Discord> <T​abalugach> Writing inode tables: done
<Armbian-Discord> <T​abalugach> Creating journal (262144 blocks): done
<Armbian-Discord> <T​abalugach> Writing superblocks and filesystem accounting information: done
<Armbian-Discord> <T​abalugach> I will try with "manual" install 🙂
<Armbian-Discord> <T​abalugach> sudo sudo xzcat Armbian_22.11.2_Rock-5b_bullseye_legacy_5.10.110.img.xz | dd of=/dev/nvme0n1 bs=1M status=progress
<Armbian-Discord> <T​abalugach> manual install works : )
<Armbian-Discord> <T​enkawa> nand-sata-install isn't for nvme installs is it?
<Armbian-Discord> <T​enkawa> (granted I do it all by dd so it could be integrated by now)
<Armbian-Discord> <I​gorPec> it is
<Armbian-Discord> <I​gorPec> must work, but some people do have problems
<Armbian-Discord> <T​enkawa> Ah...
<Armbian-Discord> <R​ichN> yes it is but it depends on the board
<Armbian-Discord> <R​ichN> works fine with a board that has a emmc/nvme as it uses emmmc for /boot and nvme for /root
<Armbian-Discord> <R​ichN> but 99% of the boards dont have uboot setup as a stand alone media so you can not just install to nvme and expect it to boot
<Armbian-Discord> <R​ichN> nvme in u-boot as a standalone media
<Armbian-Discord> <R​ichN> so you can install if you use mmc to boot and nvme for /root but that still takes some work
<Armbian-Discord> <R​ichN> the board will also have to have bl in spi-nor flash to support nvme booting
<Armbian-Discord> <R​ichN> if there is no emmc
<Armbian-Discord> <S​pace267> Hi guys
<Armbian-Discord> <S​pace267> I am considering buying a Rock Pi 5B to setup a homelab.
<Armbian-Discord> <S​pace267> Is there anyone here running Armbian with it? Do you find it stable?
<Armbian-Discord> <S​pace267> I'm a bit concerned regarding the kernel. Do you think there will be support for kernel v6 in the future?
<Armbian-Discord> <S​pace267> Thank you
<Armbian-Discord> <j​2p2> i'm having issues installing system to nvme. kernel panics whenever there is any interaction with nvme mounts
<Armbian-Discord> <j​2p2> ```┌──────────── MMC (SD/eMMC) boot | USB/SATA/NVMe root install ───────────────┐
<Armbian-Discord> <j​2p2> │ │
<Armbian-Discord> <j​2p2> │ │
<Armbian-Discord> <j​2p2> │ Transferring rootfs to /dev/nvme0n1p1 (1936 MB). │
<Armbian-Discord> <j​2p2> │ │
<Armbian-Discord> <j​2p2> │ This will take approximately 6 minutes to finish. Please wait! │
<Armbian-Discord> <j​2p2> │ │
<Armbian-Discord> <j​2p2> │ │
<Armbian-Discord> <j​2p2> │ ┌──────────────────────────────────────────────────────────────────────┐ │
<Armbian-Discord> <j​2p2> │ │ 53%[ 5801.495370] Unable to handle kernel paging request at virtual address ffffef81751f8980
<Armbian-Discord> <j​2p2> [ 5801.496087] Mem abort info:────────────────────────────────────────────┘ │
<Armbian-Discord> <j​2p2> [ 5801.496339] ESR = 0x96000004────────────────────────────────────────────┘
<Armbian-Discord> <j​2p2> [ 5801.496613] EC = 0x25: DABT (current EL), IL = 32 bits
<Armbian-Discord> <j​2p2> [ 5801.497081] SET = 0, FnV = 0
<Armbian-Discord> <j​2p2> [ 5801.497354] EA = 0, S1PTW = 0
<Armbian-Discord> <j​2p2> [ 5801.497637] Data abort info:
<Armbian-Discord> <j​2p2> [ 5801.497889] ISV = 0, ISS = 0x00000004
<Armbian-Discord> <j​2p2> [ 5801.498249] CM = 0, WnR = 0
<Armbian-Discord> <j​2p2> 5801.498516 address between user and kernel address ranges
<Armbian-Discord> <j​2p2> ```
<Armbian-Discord> <j​2p2> ```[ 5801.499140] Internal error: Oops: 96000004 [#1] SMP
<Armbian-Discord> <j​2p2> [ 5801.499567] Modules linked in: zstd sch_fq_codel fuse ip_tables ipv6 pgdrv r8125 panfrost gpu_sched
<Armbian-Discord> <j​2p2> [ 5801.500379] CPU: 4 PID: 1542 Comm: kworker/u16:0 Not tainted 5.10.110-rockchip-rk3588 #trunk.0113
<Armbian-Discord> <j​2p2> [ 5801.501153] Hardware name: Radxa ROCK 5B (DT)
<Armbian-Discord> <j​2p2> [ 5801.501546] Workqueue: writeback wb_workfn (flush-259:0)
<Armbian-Discord> <j​2p2> [ 5801.502016] pstate: 80c00009 (Nzcv daif +PAN +UAO -TCO BTYPE=--)
<Armbian-Discord> <j​2p2> [ 5801.502543] pc : mpage_process_page_bufs+0x50/0x154
<Armbian-Discord> <j​2p2> [ 5801.502968] lr : mpage_prepare_extent_to_map+0x22c/0x28c
<Armbian-Discord> <j​2p2> [ 5801.503436] sp : ffffffc0138937c0
<Armbian-Discord> <j​2p2> [ 5801.503731] x29: ffffffc0138937c0 x28: 000000000000000f
<Armbian-Discord> <j​2p2> [ 5801.504200] x27: ffffff816718ebf8 x26: ffffffc0138939f0
<Armbian-Discord> <j​2p2> [ 5801.504669] x25: 0000000000000000 x24: 0000000000000836
<Armbian-Discord> <j​2p2> [ 5801.505138] x23: 000000000000000f x22: ffffffc013893878
<Armbian-Discord> <j​2p2> [ 5801.505607] x21: 0000000000005fcb x20: 000000000000bbae
<Armbian-Discord> <j​2p2> [ 5801.506077] x19: ffffffc0138939f0 x18: 0000000000000000
<Armbian-Discord> <j​2p2> [ 5801.506546] x17: 0000000000000000 x16: 0000000000000000
<Armbian-Discord> <j​2p2> [ 5801.507015] x15: ffffffc011f8dff8 x14: 0000000000000068
<Armbian-Discord> <j​2p2> [ 5801.507483] x13: 0000000000005fc0 x12: 0000000000000000
<Armbian-Discord> <j​2p2> [ 5801.507952] x11: ffffffffffffffff x10: 0000000000000040
<Armbian-Discord> <j​2p2> [ 5801.508421] x9 : 0000000000000100 x8 : 0000000000000900
<Armbian-Discord> <j​2p2> [ 5801.508890] x7 : 000000000000bbae x6 : 0000000000000900
<Armbian-Discord> <j​2p2> [ 5801.509359] x5 : 0000000000000100 x4 : 00000000000007cb
<Armbian-Discord> <j​2p2> [ 5801.509828] x3 : 0000000000000001 x2 : ffffef81751f8980
Armbian-Discord has quit [Remote host closed the connection]
Armbian-Discord has joined #armbian-rockchip
<Armbian-Discord> <j​2p2> ```[ 5801.514298] process_one_work+0x1d8/0x290
<Armbian-Discord> <j​2p2> [ 5801.514657] worker_thread+0x1e0/0x270
<Armbian-Discord> <j​2p2> [ 5801.514987] kthread+0xf4/0x104
<Armbian-Discord> <j​2p2> [ 5801.515272] ret_from_fork+0x10/0x30```