RE: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Adrian Schmutzler
Hi, > > > > What's in 0x200 to 0x214? Or did I miscalculate? > > No, no miscalculation. This was taken from factory. > > But please wait, I'm working on an alternative! If this stays empty please just add a brief comment about that fact into the DTS. > > That's a very unusual

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Andre Valentin
Hi! Am 17.05.21 um 12:54 schrieb Bjørn Mork: > Andre Valentin writes: > >> There are gaps between the partitions. I can only imagine that this is >> because of bad block handling in the bootloader. >> It seems it uses the end of the flash for reserve and also has holes betwee >> partitions

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Bjørn Mork
Andre Valentin writes: > There are gaps between the partitions. I can only imagine that this is > because of bad block handling in the bootloader. > It seems it uses the end of the flash for reserve and also has holes betwee > partitions for this. Yes, that makes sense. > Manufacturer

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Bjørn Mork
Andre Valentin writes: >>> diff --git a/target/linux/ramips/mt7621/base- >>> files/etc/board.d/03_gpio_switches b/target/linux/ramips/mt7621/base- >>> files/etc/board.d/03_gpio_switches >>> index ed728b07c4..1959d8c9d2 100644 >>> ---

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Andre Valentin
Hi ! Am 15.05.21 um 18:08 schrieb Bjørn Mork: > [ answering some comments which also apply to the NR7101 ] > > "Adrian Schmutzler" writes: > >>> + partition@14 { >>> + label = "Kernel"; >>> + reg = <0x14 0x1ec>; >>> + }; >>

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-17 Thread Andre Valentin
Hi Adrian! Please see comments below! Am 15.05.21 um 16:05 schrieb Adrian Schmutzler: > Hi, > > comments below. > >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >> On Behalf Of André Valentin >> Sent: Samstag, 15. Mai 2021 02:12 >> To:

Re: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-15 Thread Bjørn Mork
[ answering some comments which also apply to the NR7101 ] "Adrian Schmutzler" writes: >> +partition@14 { >> +label = "Kernel"; >> +reg = <0x14 0x1ec>; >> +}; > > "ubi" is part of kernel? The operator specific firmware

RE: [PATCH 2/2] ramips: mt7621: Add support for ZyXEL LTE3301-Plus

2021-05-15 Thread Adrian Schmutzler
Hi, comments below. > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of André Valentin > Sent: Samstag, 15. Mai 2021 02:12 > To: openwrt-devel@lists.openwrt.org > Cc: avalen...@marcant.net > Subject: [PATCH 2/2] ramips: mt7621: Add