You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an MT7615 mini pcie card (https://docs.banana-pi.org/en/BPI-MT7615/BananaPi_MT7615) in a x86/64 device (Futro 940) with latest OpenWRT 23.05.5 (combined-efi ext4). Since the card does not have its own eeprom, the data has to be loaded during initialization. In this x86/64 case it seems to be the easiest to load the eeprom binary from file system which is not supported by default. I therefore use the following patch (originally from here: frank-w/BPI-Router-Linux@fe31dae) to implement this functionality:
I am using an MT7615 mini pcie card (https://docs.banana-pi.org/en/BPI-MT7615/BananaPi_MT7615) in a x86/64 device (Futro 940) with latest OpenWRT 23.05.5 (combined-efi ext4). Since the card does not have its own eeprom, the data has to be loaded during initialization. In this x86/64 case it seems to be the easiest to load the eeprom binary from file system which is not supported by default. I therefore use the following patch (originally from here: frank-w/BPI-Router-Linux@fe31dae) to implement this functionality:
It would be great if this feature could be permanently added to eeprom.c.
The text was updated successfully, but these errors were encountered: