@Lazar-Demin My bad. Yes it is RAM. How can I add Swap file with SD card, I can see the document is for USB drive. is there any tutorial for it, My understanding was, we add SD card automatically swap file have been added. I see no Swap file has been created.
Posts made by naveen_kumar
-
RE: Omega 2S, Error 12: Out of memory after installing SD card
-
RE: Omega 2S, Error 12: Out of memory after installing SD card
@crispyoz said in Omega 2S, Error 12: Out of memory after installing SD card:
pip install losant-mqtt
@crispyoz Thanks for the reply. I tried still I am getting creating tempame error. Am I missing anything.
-
Omega 2S, Error 12: Out of memory after installing SD card
Hi,
I am keep getting Out of memory error after installing SD card of 16GB.
I followed the steps in http://docs.onion.io/omega2-docs/boot-from-external-storage.html#boot-from-external-storage-mounting-the-external-storage-device for SD card. Still I am facing issue. May I know any one encountered same issue.
Thanks,
Naveen -
Omega-2P UART baudrate issue
New user, I am facing a issue using with UART lines. The problem I have observed is some unknown junk characters read by Omega 2P over UART1 lines.
I am sending UART data from STM32 with baudrate of 115200 and configures UART1 (Omega2) also 115200.
If I change baudrate to 9600 everything works perfectly.
Is there anything to do with clock speed of UART of Omega2?
What is going on in omega2p if I use 115200 baudrate.
I used python-light (python2) develop simple script to read UART1 lines. My firmware is up to date.Naveen