Re: block devices on MTD and UBI

2025-03-26 Thread Oskar Nilsson
Hello Heiko, On Wednesday, 26 March 2025 at 06:21:35 +01:00, Heiko Schocher wrote: > Hello Oskar, > > Hmm... yep, so the theory ... but let me first look if this is used in > mainline: > > hs@threadripper:u-boot [master] $ grep -lr UBI_BLOCK configs/ > hs@threadripper:u-boot [master] $ > > S

Re: block devices on MTD and UBI

2025-03-25 Thread Heiko Schocher
Hello Oskar, On 25.03.25 09:00, Oskar Nilsson wrote: On 20-03-2025 17:03, Mike Looijmans wrote: On 19-03-2025 15:06, Heiko Schocher wrote: Hello Mike, On 18.03.25 10:04, Mike Looijmans wrote: I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always i

block devices on MTD and UBI

2025-03-25 Thread Oskar Nilsson
>On 20-03-2025 17:03, Mike Looijmans wrote: >> On 19-03-2025 15:06, Heiko Schocher wrote: >>> Hello Mike, >>> >>> On 18.03.25 10:04, Mike Looijmans wrote: I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always ignores them, and refuses to list >

Re: block devices on MTD and UBI

2025-03-24 Thread Mike Looijmans
On 20-03-2025 17:03, Mike Looijmans wrote: On 19-03-2025 15:06, Heiko Schocher wrote: Hello Mike, On 18.03.25 10:04, Mike Looijmans wrote: I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always ignores them, and refuses to list anything but the mmc.

Re: block devices on MTD and UBI

2025-03-20 Thread Mike Looijmans
On 19-03-2025 15:06, Heiko Schocher wrote: Hello Mike, On 18.03.25 10:04, Mike Looijmans wrote: I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always ignores them, and refuses to list anything but the mmc. I can read ubifs and boot from it though, a

Re: block devices on MTD and UBI

2025-03-19 Thread Heiko Schocher
Hello Mike, On 18.03.25 10:04, Mike Looijmans wrote: I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always ignores them, and refuses to list anything but the mmc. I can read ubifs and boot from it though, and since UBI runs on top of MTD block device

block devices on MTD and UBI

2025-03-18 Thread Mike Looijmans
I think I have everything set up to access MTD (and UBI) devices as "block", however, lsblk always ignores them, and refuses to list anything but the mmc. I can read ubifs and boot from it though, and since UBI runs on top of MTD block devices, MTD block device should be working, right? I als