CamelShoko
CamelShoko
确实是一个糟糕的设计 我用esp32下载一个1MB的文件 因为是at封装的socket上层是ftp协议 结果触发到下载之后 esp32源源不断的给我 +IPD 携带数据 我用的host是stm32h7很强的mcu 我仍然处理不过来 。。 我尝试修改at指令 但是发现这个是一个lib 应该如何修改呢 另外我做了一些测试 将esp32的串口配置为流控方式 在host端通过定期硬件流控 虽然+IPD是可控制了 但是我收到的数据不完整 内部存在bug?
我尝试自己编译了一个at版本 做了如下修改目前可以满足使用 1)修改串口收发缓存的大小 2)在at_port_write_data中匹配+IPD指令 如果匹配到则根据上一次的IPD指令间隔适当random延时 通过这些修改之后我的应用层代码可以正常运行了 下载了几个大小不一的文件 都是完整的
does this program 'gateway-config' run's in miner docker ? i run it on raspberry but cause this error logs
maybe i need modify ./config/sys.config file, but now i have no idea. ``` %% -*- erlang -*- [ {kernel, [ %% force distributed erlang to only run on localhost {inet_dist_use_interface,...
need i change this config 'inet_dist_use_interface'?
wow, i do not do this `cp -R _build/prod/rel/gateway_config/config/com.helium.Config.conf /etc/dbus-1/system.d/` as the miner have a conf for dbus-1 already, `cp -R com.helium.Miner.conf /etc/dbus-1/system.d/` so, i need copy the tow files...
i have do this: $ cp -R _build/prod/rel/gateway_config/config/com.helium.Config.conf /etc/dbus-1/system.d/ but with nrf connect on mobile can not found the device. the log file ``` Eshell V11.1.8 (abort with ^G) ([email protected])1>...
more info here is a '-name [email protected] ' ``` pi@raspberrypi:~ $ ps -aux | grep config root 1005 44.2 6.8 1223428 130044 ? Sl 05:48 0:29 /opt/miner/bin/miner -Bd -c true...
**the ps info** ``` pi@raspberrypi:/etc/dbus-1/system.d $ ps -aux | grep "setcookie" root 989 31.3 5.1 1183568 96856 ? Sl 08:21 23:56 /opt/miner/bin/miner -Bd -c true -C multi_time_warp -- -root /opt/miner...
> > 你下载测试固件启动正常吧,只是没gpu? > > 启动正常 主线内核我编译了video4linux2,解码效果还行 不过想试试rkmpp,刚已经编译成功verdor ,内核是kernel6.1.x,启用了npu 和 gpu 你好 请问 rk3568-mmbox-anas3035.dtb 这个文件在哪里找到呢