Error starting USRP E310 using communication toolbox
显示 更早的评论
Hello. Problem when launching sd card USRP E310 after burning USB stick using toolbox. The console output looks like this:
U-Boot SPL 2017.01 (Jan 22 2020 - 17:58:15)
mmc boot
Trying to boot from MMC1
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image fpga.bin, err - -1
spl: error reading image fpga.bin, err - 1
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image u-boot.img, err - -1
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
TRX-B Led is off. The board responds but fails to read the data. Tell me how to solve this problem. Flash drive format FAT32
7 个评论
Walter Roberson
2021-5-10
(To potentially save people cross-checking: the file system for the device should indeed be FAT32, according to https://usermanual.wiki/Document/EttusE3xxGettingStartedGuide.8020928/help -- I cross-checked in case it was supposed to be something different.)
Ivan Zakhartchuk
2021-5-10
Gavin Grant
2021-5-11
Hi Ivan,
Many thanks for getting in touch.
We'd appreciate if you could clarify the following:
- Are you writing your SD card using the steps outlined here?
- Does your SD card have only 1 partition?
From the logs you provided, it sounds like (2) is not the case. Your SD card should have 1 partition formatted with a FAT32 or FAT16 filesystem.
Note that SD card disk usage of 33MB is expected for our E3xx images.
Best regards,
Gavin
Gavin Grant
2021-5-11
To manage SD card disk partitions, try
- Linux: fdisk
- Windows: Disk Management tool
If making any modifications, ensure you have selected the correct disk (SD card).
Best regards,
Gavin
Ivan Zakhartchuk
2021-5-11
Gavin Grant
2021-5-12
Great, glad to hear that you managed to get it working. Please let us know if you have any further questions that come up as you explore with the USRP Embedded support package.
Ivan Zakhartchuk
2021-5-16
回答(2 个)
Gavin Grant
2021-6-2
0 个投票
Ivan,
Apologies for the delayed reply. As a recommendation for the future, it's best to start a new thread when asking separate questions, since we might miss replies to the original one.
With respect to your question, the best place to start would be the Hardware-Software Co-Design examples. Specifically, Target an ADS-B Airplane Tracker Using USRP E3xx and HW/SW Co-Design Workflow demonstrates how to partition an ADS-B decoder algorithm between the FPGA and ARM. You could use the Receiver algorithm as a starting point, implementing your:
- FFT on the FPGA
- Post-processing and UDP Send on the ARM
- UDP Receive and visualisation on the host PC
Best regards,
Gavin
Gavin Grant
2021-6-2
0 个投票
Your SD card should have 1 partition formatted with a FAT32 or FAT16 filesystem.
To manage SD card disk partitions, try
- Linux: fdisk
- Windows: Disk Management tool
If making any modifications, ensure you have selected the correct disk (SD card).
Best regards,
Gavin
类别
在 帮助中心 和 File Exchange 中查找有关 Communications Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!