-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to populate firmware to QSPI flash (internal) ? #1
Comments
Thank you for the question, and glad to know the firmware works for you! Actually I never tried the reprogram the SPI flash, so I am not sure about the procedure. I assume the standard procedure of PlutoSDR should work similarly. Unfortunately I don't have time recently to test this out. If you figure it out, it will be great if you can update the instructions on the README page and submit a pull request. Your contribution will be greatly appreciated. |
I have successfully programmed the custom image to QSPI recently. From memory I did the following;
Thanks once again to those who have provided the custom image. 73 Pete Mi0VAX |
@hz12opensource I found that to be able to populate the QSPI flash, I need both build_sdimg as well as frm files. Could you please also attach frm files to release section ? |
@kovalroma I uploaded the libre.frm and boot.frm here firmware.tar.gz for your testing. It was built using non-overclocking firmware. However I have not got a chance to test them and cannot guarantee them to work. If you manage to get success, I can try to compile other overclocking firmwares. |
@hz12opensource Thank you for you work on this firmware! Correct me if I'm wrong, but I don't think official PlutoSDR firmware works with the LibreSDR. Unfortunately, I recently messed up my LibreSDR's u-boot somehow and have only got my device to enter DFU mode by flashing your boot.frm. The SDR shows up as "Analog Devices, Inc. USB download gadget" which I can then use dfu-util to attempt flashing PlutoSDR's official DFU firmware. Would you happen to have dfu files I could use to attempt a recovery? |
@Quarmire You can boot from SD Card and flash the original firmware back. You can take a look at /sbin/update.sh, which contains the actual update procedure. It will be executed once you copy firmware to the virtual "flashdrive". The firmware update was done using some libresdr/patches/buildroot.diff Line 7610 in 3803076
|
@hz12opensource I utilized all the |
I have the same issue with my LibreSDR. It's working only from SD. But in addition my LibreSDR not working on 192.168.2.1 a |
Hello, I've checked your firmware. An error occurred.
Something wrong.
|
@Quarmire hello, |
Thank you, @kovalroma ! |
I solved a bit another way:
It's work for me |
Thanks. It worked for me as well. However the blue LED did not blink like in the original Pluto. Had to just wait... |
Hello,
Could you please provide more details on how to write firmware to the internal flash drive? I've successfully run your firmware from the SD Card and now want to transfer it to the QSPI flash.
In your instructions, you mentioned:
However, I am having trouble with DFU not working in my case. Could you please direct me to some documentation for LibreSDR?
Thanks!
The text was updated successfully, but these errors were encountered: