Marius Chincisan
Marius Chincisan
How do I update a record ? Thank you.
This is on Linux Ubuntu 20.xx 4 cores (Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz bogomips : 5799.7) 192 inserts / second looks slow. How can I accelerate this. I would...
How do I execute a default startup command and autologin to a different account ?
HI, Using this example: https://github.com/pellepl/spiffs/wiki/Integrate-spiffs getting SPIFFS_write mount res: 0 errno -10010 and fd = SPIFFS_open() returns -10001 Free pages = -508 ``` s32_t free_pages = (SPIFFS_PAGES_PER_BLOCK(fs) - SPIFFS_OBJ_LOOKUP_PAGES(fs)) *...
After closing the applications using ICP the /dev/shm has all the files SHMEM there. ` __IPC_SHM____AC_CONN__myq __IPC_SHM____CA_CONN__ __IPC_SHM____QU_CONN__64__16__myq __IPC_SHM___waiter_cond___CC_CONN__myq __IPC_SHM___waiter_cond___RD_CONN__myq __IPC_SHM___waiter_cond___WT_CONN__myq __IPC_SHM___waiter_lock___CC_CONN__myq __IPC_SHM___waiter_lock___RD_CONN__myq __IPC_SHM___waiter_lock___WT_CONN__myq __IPC_SHM___waiter_lock___RD_CONN__ocean __IPC_SHM___waiter_lock___WT_CONN__ocean `
I took firmware-imx-7.9.bin and I copied the following files to the u-boot-fslc ``` bl31.bin signed_hdmi_imx8m.bin lpddr4_pmu_train_2d_imem.bin pddr4_pmu_train_2d_dmem.bin lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin ``` Then: ``` #!/bin/bash export ARCH=arm64 export CROSS_COMPILE=$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin/aarch64-linux-gnu- export PATH=${PATH}:$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin 7225...
``` cd ~ git clone https://github.com/espressif/arduino-esp32.git esp32 cd esp32 git submodule update --init cd tools python3 get.py cd .. find -name make*.mk ``` No such file
Hi, libssh2_userauth_publickey_fromfile (sess, user, psrv_key.pub, psrv_key.priv, 0) and or ibssh2_userauth_publickey_fromfile_ex and or ibssh2_userauth_publickey_frommemory all fails with -18. while the at the shell the: ssh -i ./psrv_key.priv user@server works fine.
How do I do this ? ``` FFPython ffpython; ffpython.regClass("Foo") .regMethod(&Foo::getValue, "getValue") .regMethod(&Foo::setValue, "setValue") .regMethod(&Foo::testStl, "testStl") .regField(&Foo::nValue, "nValue"); ``` Then I want to call from C++ ``` int rv =...
ble.c:39:10: fatal error: src/shared/mainloop.h: No such file or directory 39 | #include "src/shared/mainloop.h"