mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00

Vimin VM-S100-0800MS is an 8 port Multi-Gig switch, based on RTL9303. Ported from XikeStor SKS8300-8X with changes to support different u-boot build. Specification: - SoC : Realtek RTL9303 - RAM : DDR3 512 MiB - Flash : SPI-NOR 16 MiB (Winbond W25Q128JVSQ) - Ethernet : 8x 1/2.5/10 Gbps (SFP+) - LEDs/Keys (GPIO): 0x/1x - UART : "Console" port on the front panel - type : RS-232C - connector : RJ-45 - settings : 115200n8 - Power : AC100-240V 50/60Hz Flash instruction using initramfs image: 1. Prepare TFTP server with an IP address "192.168.1.111" 2. Connect your PC to Port1 on VM-S100-0800MS 3. Power on VM-S100-0800MS and interrupt boot by pressing Esc 4. Enable Port1 with the following commands rtk 10g 0 fiber1g (or fiber10g if 10GBase-*R, dac300cm for DAC cable) rtk ext-devInit 0 rtk ext-pinSet 2 0 Note: the last command sets tx-disable to low 7. Download initramfs image from TFTP server tftpboot 0x82000000 <image name> 8. Boot with the downloaded image bootm 9. On the initramfs image, backup the stock firmware if needed 10. Upload (or download) sysupgrade image to the device 11. Erase "firmware" partition to cleanup JFFS2 of stock FW mtd erase firmware 12. Perform sysupgrade with the sysupgrade image 13. Wait ~120 sec to complete flashing Reverting to stock firmware: 1. Prepare by downloading the stock firmware. Vimin doesn't have the firmware on their website, tested using firmware for shared hardware Nicgiga S100-0800S-M. Filename: vmlinux-nicgiga-S100-0800S-M-241126EN.bix 2. Prepare TFTP server with an IP address "192.168.1.111" 3. Connect your PC to Port1 on VM-S100-0800MS 4. Power on VM-S100-0800MS and interrupt boot by pressing Esc 5. Enable Port1 with the following commands rtk 10g 0 fiber1g (or fiber10g if 10GBase-*R, dac300cm for DAC cable) rtk ext-devInit 0 rtk ext-pinSet 2 0 Note: the last command sets tx-disable to low 6. Download initramfs image from TFTP server tftpboot 0x82000000 <image name> 7. Boot with the downloaded image bootm 8. Under Management -> Firmware -> Upgrade/Backup, upload bix file. 9. Reboot device Signed-off-by: Colton Pawielski <cepawiel@mtu.edu> Link: https://github.com/openwrt/openwrt/pull/19477 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>