Guyamor Anton Ajit Ananthadevan
Guyamor Anton Ajit Ananthadevan
i'm not sure on this, but i think the bootloader checks the uart for comm. if so: the bootloader trigger could be automated by using a ft232rl module (very compact)...
small addition to README.md to show how to auto-trigger bootloader
Hi just found this gem on my learning on zephyr os API. The official documentation has good tutorials for the kernel API. Not so much for devices... Would you be...
in ```make_scripts_riscv/project.mk```: > flash: all cd $(BL60X_SDK_PATH)/tools/flash_tool && env SDK_APP_BIN=$(APP_BIN) SDK_BOARD=$(PROJECT_BOARD) SDK_NAME=$(PROJECT_NAME) SDK_MEDIA_BIN=$(APP_MEDIA_BIN) SDK_ROMFS_DIR=$(APP_ROMFS_DIR) SDK_DTS=$(PROJECT_DTS) SDK_XTAL=$(PROJECT_BOARD_XTAL) BL_FLASH_TOOL_INPUT_PATH_cfg2_bin_input=$(APP_BIN) ./bflb_iot_tool --chipname=BL602 --baudrate=2000000 --port=/dev/ttyUSB1 --pt=$(PROJECT_PATH)/img_conf/partition_cfg_2M.toml --dts=$(PROJECT_PATH)/img_conf/bl_factory_params_IoTKitA_40M.dts --firmware=$(APP_BIN) need to change to correct path:...
remove the 'bl_iot_sdk/customer_app/get-start'. because of it's name its the first folder I look at. BUT: - it uses the outdated API; - makefile scripts has no support for the new...
Is the BLE functionality supported with this chip? Thanks.
HI, I built a system for my OrangePI Zero3 1GB using buildroot. It boots fine for the most part. But sometimes stalls as follows: ``` U-Boot SPL 2021.07 (Dec 20...
I start out on the Zephyr framework. Apart from the Kernel API, I find the documentation cryptic. Especially approaching without any Linux Driver background. I intend to fix this... I...
https://wiki.sipeed.com/hardware/en/maixzero/sense/start.html#Burn-bin-file
I'm on Arch. I can use the device if I `sudo`. I also tried installing udev rules as follows (provided by sigrok package). However to no effect. Is there anything...