Any other thing we need to know for helping you better?
I've tried to set up an OpenWiFi on my board, but experienced the same problem as described in issue318. I suspect there is a new, third revision of this board and this is why I think so:
1) At ebay and aliexpress this board named as NeptuneSDR B210 Plus (example: https://www.ebay.com/itm/354713497672),
2) There was an SD-card together with the board. This SD-card contains 2 directories in the BOOT partition named "NeptuneSDR P210" and "NeptuneSDR K210" which have the same uImage, devicetree.dtb, bootgen_sysfiles.tgz (contains fsbl.elf, system_top.bit, system_top.hdf, u-boot-zed.elf, zynq.bif) and uEnv.txt files but different BOOT.BIN files,
3) My neptune board looks just the same as in issue318, but its silkscreen name a bit differ - the letter 'p' in "neptune SDR" is aligned with the other letters (it misaligned even on the screenshots on ebay I provided above)
My current status with this board is:
1) device successfully starts with files from NeptuneSDR P210, but spi devices located not under the /sys/bus/spi/drivers/ad9361/, but under /sys/bus/spi/devices/ (contains spi0.0 spi1.0 spi1.1 spi2.0). Linux Kernel is 4.14.0,
2) device successfully starts with files from NeptuneSDR K210 and spi0.0 is located right where it should be ( /sys/bus/spi/drivers/ad9361). Linux Kernel is 4.14.0,
3) latest openwifi and openwifi-hw-img both at master branch: device successfully starts, but there is no ad9361 under the /sys/bus/spi/drivers/ (only /sys/bus/spi/drivers/spi-nor/spi1.0 is presented). Linux Kernel is 5.10.0,
4) openwifi and openwifi-hw-img both at neptunesdr branch: unable to connect to the device via ssh so there is no information about exact problem. Kernel is 5.10.0.
5) I contacted the seller to get related documentation and sw
Any other thing we need to know for helping you better?
I've tried to set up an OpenWiFi on my board, but experienced the same problem as described in issue318. I suspect there is a new, third revision of this board and this is why I think so: 1) At ebay and aliexpress this board named as NeptuneSDR B210 Plus (example: https://www.ebay.com/itm/354713497672), 2) There was an SD-card together with the board. This SD-card contains 2 directories in the BOOT partition named "NeptuneSDR P210" and "NeptuneSDR K210" which have the same uImage, devicetree.dtb, bootgen_sysfiles.tgz (contains fsbl.elf, system_top.bit, system_top.hdf, u-boot-zed.elf, zynq.bif) and uEnv.txt files but different BOOT.BIN files, 3) My neptune board looks just the same as in issue318, but its silkscreen name a bit differ - the letter 'p' in "neptune SDR" is aligned with the other letters (it misaligned even on the screenshots on ebay I provided above)
My current status with this board is: 1) device successfully starts with files from NeptuneSDR P210, but spi devices located not under the /sys/bus/spi/drivers/ad9361/, but under /sys/bus/spi/devices/ (contains spi0.0 spi1.0 spi1.1 spi2.0). Linux Kernel is 4.14.0, 2) device successfully starts with files from NeptuneSDR K210 and spi0.0 is located right where it should be ( /sys/bus/spi/drivers/ad9361). Linux Kernel is 4.14.0, 3) latest openwifi and openwifi-hw-img both at master branch: device successfully starts, but there is no ad9361 under the /sys/bus/spi/drivers/ (only /sys/bus/spi/drivers/spi-nor/spi1.0 is presented). Linux Kernel is 5.10.0, 4) openwifi and openwifi-hw-img both at neptunesdr branch: unable to connect to the device via ssh so there is no information about exact problem. Kernel is 5.10.0. 5) I contacted the seller to get related documentation and sw
Thanks in advance!