How should solve the errors when using the LR1302 Gateway Module+HAT
Error 1
Note: chip version is 0x00 (v0.0)
ERROR: Failed to set SX1250_0 in STANDBY_RC mode
ERROR: failed to setup radio 0
ERROR: failed to start the gateway
Error 2
Note: chip version is 0x00 (v0.0)
ERROR: Failed to set SX1250_0 in STANDBY_RC mode
ERROR: failed to setup radio 0
ERROR: [main] failed to start the concentrator
If you encounter the similar error, make sure you're using buster first. They are not currently supported for use with bullseye and bookworm.
If you still have the same error using the buster version, it may be that the configuration is not completely correct. Try the configured image (https://drive.google.com/drive/folders/1LL42h4sYU6f8MrvipY9GQXjcZutR_NGr?usp=sharing) provided by Elecrow.

Comments
I've recently purchased an LR1302 and hat for the Raspberry Pi.
The reset_lgw.sh shell script fails because:
echo "$SX1302_RESET_PIN" > /sys/class/gpio/export; WAIT_GPIO
commands like the above are no longer supported with the standard and current Raspbian OS which now uses gpiod so the command now should look like:
echo gpioset --mode=wait gpiochip0 "$SX1302_RESET_PIN" = 1; WAIT_GPIO
I have started replacing these commands but still encounter the errors indicated above.
Also the test modules fail since write and read values are not equal.
Has anyone got the software to work with the latest kernel?
Best regards,
Pete