Hello Peoples, any progress on partition merge for gs1900-8 ? Could anyone know when a snapshot with included update will appear or when this could be included in an upcoming release?
Hi, I need some help:
I had a Zyxel XGS1250-12 running with an old snapshot. I upgraded to the latest stable release 23.05.5 and not it is stuck at the boot (same problem reported here: https://github.com/openwrt/openwrt/issues/16570.
I've access to serial, but no prompt. Is there any option to rescue and flash another version of operwrt?
Thanks
Merged with commit 35acdbe9095d ("realtek: merge Zyxel GS1900 firmware partitions"). As mentioned on the bug ticket, some caveats apply.
To change to the new layout, you will have to perform a factory install. So first run a new initramfs image with compatibility version 2.0 (as if going back to stock, or via tftpboot). The initramfs images have a size check, so they can also be installed from stock FW and from OpenWrt device compat v1.0.
It is possible to migrate your config from a 1.0 to a 2.0 install, but you must change the compatibility version in /etc/config/system when restoring a backup that was made from 1.0.
Today I ran into the compat_version issue you've already fixed in main. I was testing 24.10-rc4 coming form a stock GS1900-24E. This fix needs to be picked for the next 24.10 version as installing rc4 in it's current state will not work for "normal" users.
24.10-rc4 does need a small manual intervention now, but it's only a config update. Similar to an earlier commit, you should be able to edit /etc/config/system or run
uci set system.@system[0].compat_version='2.0'
uci commit
hi, i have lots of sg2210p v3.2 switches working for a while. neither of them could be flashed using official docs but writing firmware directly to soic chip worked for all of them (desolder -> write firmware -> solder it back)
do we get some improvements with upcoming 24.10 release?
maybe there is some chance we could get some built in sfp / poe management / led support ? currently have to use debugfs to enable sfps and leds. poe works after writing to broadcast i2c address and bringing tps23861 and its 'ports' up where poe is needed.
this is the config i had to do (i2cset seem to be preserved between reboots/firmware updates)
Owners of a GS1900 with RTL8380/82 SoC can just build the provided changes for their device. Other people wishing to test the new driver will have to modify their DTS according to the changes in gs1900.dtsi
Trying to flash a JG927A. Looks like the eBay seller wiped the entire firmware off the thing so it just drops me to a bootloader on the serial console.
Trying to TFTP OpenWRT 23.05 or 24.10.0-rc4 to the device results in the error "Something wrong with the file"
Strangely it also does this with the "stock" CMW520-R1121 firmware bin file downloaded from HP's website.
I assume the switch may be faulty but wanted to confirm if this was a known issue or not
Are you doing basic bootloader on extended bootloader?
I ran jg928a and jg927a fine from tftp. example serial output on the wiki.
When loading stock firmware I haven't tftp booted to sdram, I've loaded the firmware image to flash then set the primary image, then booted.
Attempted to boot a JG928A using the same openwrt snapshot via TFTP. Same error as the JG927A
I was able to upgrade its original firmware to the final R1121 build before testing OpenWRT (including updating the bootloader) but it's still unable to boot an image
Small update: Re-flashed both devices with the latest stock firmware. Set up TFTP from a physical Linux machine instead of a VM. OpenWRT booted and immediately began loading
Not sure what about talking to a VM upset TFTP but if anyone else hits the same wall I did hopefully this solution helps them
Can you get to the bootware file manager? You will need to ensure that there's enough free space in the flash filesystem and after uploading the firmware you need to go into bootware and select which flash file the bootloader should use as it can contain multiple firmware files.
Edit - just saw your latest message - HPE firmware updates also included bootloader updates so looks like this has fixed the issue. Always update to the latest stock firmware before loading OpenWRT to get the latest bootloader.