We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

help omega2 not working



  • Try adding a decoupling capacitor of 100nF as near as possible to the Omega pins between 3.3V and Ground, and another capacitor of ~10..47µF nearby in parallel.

    Also power wrining must be solid, some breadboard wires can have too much contact resistance, ruining the show even if the power source is ok.

    When you use a linear 3.3V regulator, make sure you use it as recommended in the datasheet (regarding capacitors). Some of these regulators tend to oscillate if not properly damped, which can produce all sorts of weird behaviour in connected chips.

    Don't blame Onion for this - properly providing power to digital circuits is not as simple as it seems, that's why they make the docks 😉



  • @luz I did use capacitors. Nothing helped. I've just ordered 3.3v power supply (I don't have zener diodes or linear regulators to build one now).
    The strange thing is, that the same power sources are working fine with arduino, esp8266 and even raspberry pi. Can't believe, that Omega2 needs more power....

    And I don't blame Onion. Shit happens. Many times I've had issues with firmware that was corrupt.



  • Just like racing cars, fast engines rely on quality fuel. Slower microcontrollers are more flexible regarding their power supply input, but there are still limits in order for their internal timings to be met. When push comes to shove, manufacturers decide to provide their own power regulators, but they need to compromise on size, and boards become much bigger than the Omega(2)(+).



  • @Marek-Szulen Arduino is a 8Mhz 8bit machine, the ESP8266 runs at 80Mhz clock, but the Omega has a 580MHz SoC, with complex i/o subsystems like a 5-port Ethernet switch built-in. The RPi is in the same liga (or above), but it has on-board power regulators. Even the Arduinos usually have their own regulators.

    So it's a fact that a naked Omega is a bit more difficult to power than many of the usual maker boards.
    To compare with other maker boards, you need to think "Omega2+dock".

    But I think offloading power supply (and USB-to-serial) to the docks was a clever decision - it allows the Omega to be really tiny, and really affordable, while providing a lot of High-Tech that can't be home brewed.
    On the other hand, making docks is well within reach of community designs. For example, have a look at what @Matthias-Nowak is doing.

    I've done an application-specific mainboard (with a WS2812 LED output and RS485 interface), and being lazy I found the ready-made Recom R78C3.3 regulator working well for both Omega1 and Omega2. See attached schematics.
    alt text



  • @luz Doesn't seem all that sensitive or difficult to power to me. I just slapped one of the el cheapo, cheap-as-chips, eBay switching-mode step-down modules to it and POOF -- off she goes. Seems totally stable and all.



  • I am having the same problem, but I'm using an arduino as power source. I've already tested with a raspberry too but I'm having the same problem. I believe that the lack of current is causing this. I will try to build a step-down and post here the result.



  • I'm having the same stack trace with a 2 Amp 5v adapter connected to the expansion dock (also tried a usb wire directly to my pc), but I don't seem to have any problems with accessing the web ui or turning itself off. I have yet to connect any usb peripherals.

    [   11.254083] ------------[ cut here ]------------                                                                             
    [   11.258782] WARNING: CPU: 0 PID: 476 at drivers/spi/spidev.c:719
    init_module+0x533c/0x5dec [spidev]()                        
    ...                                               
    [   11.649524] ---[ end trace 2720e5d9d588bb52 ]---


  • @joe-lones The spidev-warning just comes from the fact that it's defined in the device-tree table. It's nothing more than some kernel-developer didn't like doing it like that for aesthetic reasons and decided to put the warning there, it doesn't actually affect functionality in any way or form. It literally has zero effect, it's just the same as if you loaded the module after booting the kernel, and the only reason the warning is there is aesthetics. You can ignore it.



  • @luz Yeah, true. I'll try some other regulators, and definitelly, I'll keep an eye on the berrydock (need to figure out, where to get a single board - I'm not the best in making double sided pcb's :)) ! Thanks for tip! 🙂



  • AFAIK the stack trace is just a stupidity in the spi driver - whining not to use generic spi drvier device name. You can either patch the devicetree or the driver, but everything should work. What happens if you press enter on the serial console?



  • @Kit-Bishop
    Everybody suggesting docks but omega2+minidock+shipping expensive than other brand quadcore 512mb ram sbcs, I am getting used to omega which is arrived 2 days ago but first seem its still underdevelopment stage. I figured out power and initial setup issue after 1 day.
    @ripsy-mobedu
    Please use a serial debugger and press f while boot and enter failsafe mode

    command firstboot will bring omega2 to factory settings
    after supplying enough current 3.3v input omega will reset to factory default and you can continue to initial setup prosses.

    At least above worked for me.

    After attemping unsuccesfull wifi connection on initial set up, wifi dissepeared on my omega2 and a checked that /etc/config/wireless file corruped.
    i followed above steps and worked for me.

    please be patien after this
    [ 18.201232] EEPROM:Read from [factory] offset 0x0,length 0x400.

    this takes 2-3 min to pass



  • hi guys, had same issues, the omega2+ was booting up until EEPROM message, then the led would go off. I dont have the docks, just connected via serial with Putty. Managed to fix it by using another 3.3v supply (ams1117). Initially i was using a breadboard power supply and seems like it wasnt providing enough power



  • Hi! I got my omega2 and on omega2+ just few days ago and I have the same issue on both. omega2+ just do nothing after "EEPROM:Read from [factory] offset 0x0,length 0x400.", but omega2 just reboot after this.

    I upgraded firmware to v0.1.7-b142.bin, reset to factory settings with firstboot, but still got the same problem.

    Do you have any suggestion?



  • @Sergej-Sevrjuk Sounds like you're having power-issues. The message about EEPROM happens around the same time it tries to bring WiFi up and that causes a current-spike, but if your power-supply or cables can't handle the spike there's a brownout and the device restarts.



  • @WereCatf I use 5v2A -> ams1117 + 1.0F capacitor. Is this enough to power omega2?



  • @WereCatf I tried power up omega with 2 x ams1117 and now it's running. Thank you, for help!



  • @Sergej-Sevrjuk

    AMS1117 @ 2 AMPS ? Please check the datasheet.
    http://www.advanced-monolithic.com/pdf/ds1117.pdf

    One AMS1117 should be more than enough


  • administrators

    @Sergej-Sevrjuk Please see our article on running the Omega with no Dock: https://docs.onion.io/omega2-docs/hardware-prep-no-dock.html

    We've confirmed that setup work well with the Omega2. For best performance and the most functionality, we recommend using the Omega with a Dock!



  • As it was still unclear from this topic, I think, I'll add my comments to the process.

    I didn't purchase any boards, so I've stuck on this topic pretty heavily.
    I have a lab power supply in my possession, so I didn't thought it would be the matter. It had like 5 amps of power at constant 3.3 volts.
    Still I had to solder up a 104 right to the legs of the MC and add another 470uF to a breadboard in parallel, and I raised voltage up to 3.4, then and only then it did work.



  • hey @luz you said I've done an application-specific mainboard (with a WS2812 LED output and RS485 interface) i'm wondering if you made some kind of modification in the serial driver to handle flow control with RS485,
    BR,


Log in to reply
 

Looks like your connection to Community was lost, please wait while we try to reconnect.