Hi i am currently trying to add support for the BT WIFI disc as an access point and i need some help as i don't have much experience at this.
The specs of the device are.
128MB of ram EtronTech EM6GC16EWXC-12BH
16MB of spi nor flash Winbond W25Q128JVSJQ
MT7621AT CPU
Dual MT7615N radio's
And a single gigabit ethernet port
It is pretty much identical to the D-Link DIR 882/878 A1 versions.
Here are some pics of the board.
Front.
Back.
Front without heatsink.
Back without heatsink.
Front without heatsink and rf shields.
Back picture of spi flash extension leads with connector so i can easily reprogram the chip.
Front picture of serial connection points.
I found these completely by luck i connected the rx pin of my usb to serial adapter to a multimeter probe and just touched traces and rebooted the disc until i found them.
This is the bt wifi disc default bootlog.
It seems the bt wifi disc is still sending stuff on serial after
SDK 5.0.S.0 as the light on my usb serial adapter blinks but nothing shows in putty.
I have tried changing the baud rate to a bunch of common ones and it still doesn't show anything readable.
I did get the dir 882 openwrt firmware fully working with wifi but i had to replace the uboot with the one for the dir 882 and copy over the config and factory partitions from the original bt wifi disc firmware to get it to work so here is the bootlog of that.
If i use the original uboot and upload the 882 a1 initramfs using tftp it gives me a bad header checksum error and here is the log of that.
So i zeroed out the 4 byte crc32 and recalculated it and reuploaded it using tftp and it got past that error and now it gives me a different error bad data crc and this is the log of that.
This is where im stuck and i have no idea how to fix this so any help would be appreciated.
Also i have all the gpio pins for all the leds and buttons as i had another bt wifi disc that was broken so i desoldered the cpu and traced out the pins
so when i get to making a custom image im just going to reuse the the dir 882 a1 image builder files and just modify the gpios to work with the bt wifi disc.
And I can provide full flash dumps of the default firmware if that helps.