-
Notifications
You must be signed in to change notification settings - Fork 13
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
Help with a personal build #4
Comments
(currently traveling and a bit short on time, ping me again later for more detailed debugging) What happens via Ethernet? Have you tried to put an SSH key onto the SD card and logging into the amp? Logging in via serial (username root), can you run „ip a“? What happens there? Is your WiFi set to WPA3? Protected Management Frames might be a problem. |
Hi, thank you so much for helping out 😊 When I connect to it over ethernet everything seems to be working fine. I tried going to the IP address and I got the configuration site: SSH also works as expected. I tried running the ip a command, and this is the output I got:
My WiFi is currently set to allow both WPA2 and WPA3, and the few Pi's/ESPs I have lying around seem to be working fine. My best guess is that it's a hardware issue. I will try to check the WiFi chip over the next few days to see if there is any activity. I already tried replacing it since I had spares, but it might be a problem with crystal or other passive components. Do you maybe know if there is any way to see devices conected to the main chip? I would like to know if the S3 can at least communicate with amplifier chips, an if not I can try reflowing it or even reballing and soldering it again. I also talked with a friend and I might be able to get it under x-ray to see if there are any shorts/cold joints under it. |
Yeah, OK, that's pretty clear, then.
There is no "standardised interface" or discovery mechanism for this. The bootlog you've showed doesn't really look very promising, though. Hmm. You could try to run i2cdetect -y 0
i2cdetect -y 1 to see if there is anything on the bus. Not sure if the kernel will let you do that, but it's worth a try.
Sure! Always a good idea.
|
Hi, and congrats on assembling & booting a Linux SoC from scratch! That's honestly pretty impressive and unfortunately a pretty high barrier for entry to this project. A future version of OtterCastAmp will replace the SoC with a SOM to hopefully make DIY builds easier and more successful. To add to @Manawyrm, I'll say that the WiFI module can be a bit funky and gave us quite some trouble during the development. First, it's hard to find genuine modules, as I remember that parts from AliExpress are often rebranded or outdated HW versions. Once I even received an order of "new" modules that very clearly were desoldered and stripped for parts. So, it might even make sense to swap the module for a different part from another batch. The other thing I remember doing while also debugging firmware, was checking the 1.2V rail on the WiFi SOM for life, and making sure the crystal is oscillating. Tho if you got bluetooth to initialize, this is most likely working since it's a combined SoC for WiFi and BLE. So most likely you are having issues with the SDIO bus or FW. If you have a decent scope with a 10X probe or a good logic analyzer you can also try probing the SDIO bus on the pullup resistors next to the module. One thing to note for bringing up the amplifiers: Although they could (and tbh should, can we fix this in software? @Manawyrm) work individually, from experience the ALSA driver only fully initializes if both chips are present on the I2C bus. There is also a temperature sensor you can probe for (both physically and from the kernel) to see if the bus is present at all. If not, it's most likely a soldering issue with the SoC. If you can get an xray, that would help for sure with further debugging. Good luck!! |
Hi. i have made this amp too. After alot of struggling i got this working, but have the same fault with no wifi. I can see the temperature on the website and it is changing so i guess the I2C bus should be working? I have placed an order for new wifi modules hoping that would fix the problem. Also the status LED is always litt and the power LED is flashing. 3v3PG is lit too. Would be awesome to get this beauty running as intended. Best Regards Axel. |
Hi, I recently got all the components and built the Ottercastamp with the help of a few friends. In the beginning everything seemed to work fine, and we managed to enter the SSID and password through configuration port, but then we noticed that the amp wasn't connecting to the wifi we set. Since then we tried multiple things (reflowing, changing the chips...) but we still can't get it to work.
If you have any clues a to what I could try, i would be very grateful. This is the output I get when connecting to UART:
The text was updated successfully, but these errors were encountered: