Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-28 Thread Hauke Mehrtens
On 2/27/21 6:00 PM, Bjørn Mork wrote: Hauke Mehrtens writes: I used the wrong AAHI magic and it was possible to falsh the image over the Web UI, buit the image did not boot, it was unable to find the root fs for me. That's odd. Didn't work in my tests, but I've only tested the GS1900-10HP w

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-27 Thread Bjørn Mork
Hauke Mehrtens writes: > I used the wrong AAHI magic and it was possible to falsh the image > over the Web UI, buit the image did not boot, it was unable to find > the root fs for me. That's odd. Didn't work in my tests, but I've only tested the GS1900-10HP with the latest stock firmware. But

RE: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-27 Thread Adrian Schmutzler
> > DEVICE_VARS += ZYXEL_VERS > > > > define Device/zyxel_gs1900 > > IMAGE_SIZE := 6976k > > DEVICE_VENDOR := ZyXEL > > UIMAGE_MAGIC := 0x8380 > > KERNEL_INITRAMFS := kernel-bin | append-dtb | gzip | zyxel-vers > (ZYXEL_VERS) > > | uImage gzip > > endef > > > > define De

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-27 Thread Hauke Mehrtens
On 2/25/21 6:10 PM, Bjørn Mork wrote: Stefan Lippers-Hollmann writes: On 2021-02-24, Hauke Mehrtens wrote: Add a new common device definition for the Zyxel GS1900 line of switches. [...] -define Device/zyxel_gs1900-10hp +define Device/zyxel_gs1900 SOC := rtl8380 IMAGE_SIZE := 6976k

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-27 Thread Hauke Mehrtens
: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition Hi On 2021-02-24, Hauke Mehrtens wrote: Add a new common device definition for the Zyxel GS1900 line of switches. [...] -define Device/zyxel_gs1900-10hp +define Device/zyxel_gs1900 SOC := rtl8380 IMAGE_SIZE := 6976k

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Bjørn Mork
Stefan Lippers-Hollmann writes: > On 2021-02-24, Hauke Mehrtens wrote: >> Add a new common device definition for the Zyxel GS1900 line of >> switches. > [...] >> -define Device/zyxel_gs1900-10hp >> +define Device/zyxel_gs1900 >>SOC := rtl8380 >>IMAGE_SIZE := 6976k >>DEVICE_VENDOR := Zy

RE: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Adrian Schmutzler
Hi Hauke, > > -define Device/zyxel_gs1900-10hp > +define Device/zyxel_gs1900 >SOC := rtl8380 >IMAGE_SIZE := 6976k >DEVICE_VENDOR := ZyXEL >DEVICE_MODEL := GS1900-10HP DEVICE_MODEL should be removed in the shared node. You put it in the individual nodes below. Best Adrian >

RE: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stefan Lippers-Hollmann > Sent: Donnerstag, 25. Februar 2021 07:56 > To: Hauke Mehrtens > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [PATCH 1/2]

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-24 Thread Birger Koblitz
Hi, On 25.02.21 07:56, Stefan Lippers-Hollmann wrote: > Hi > > I'm wondering if this attempt to deal the gs1900 switch family really > improves the situation for these devices. While IMAGE_SIZE and > UIMAGE_MAGIC might indeed by rather generic to most (all?) members of At least for the GS1900-48 t

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-24 Thread Stefan Lippers-Hollmann
Hi On 2021-02-24, Hauke Mehrtens wrote: > Add a new common device definition for the Zyxel GS1900 line of > switches. [...] > -define Device/zyxel_gs1900-10hp > +define Device/zyxel_gs1900 >SOC := rtl8380 >IMAGE_SIZE := 6976k >DEVICE_VENDOR := ZyXEL >DEVICE_MODEL := GS1900-10HP >