Guyamor Anton Ajit Ananthadevan
Guyamor Anton Ajit Ananthadevan
D8 is active low, need to reverse...

``` pub fn reset(&mut self) -> Result { self.serial.set_rts(true)?; sleep(Duration::from_millis(50)); self.serial.set_dtr(true)?; sleep(Duration::from_millis(50)); self.serial.set_dtr(false)?; sleep(Duration::from_millis(50)); Ok(()) } pub fn reset_to_flash(&mut self) -> Result { self.serial.set_rts(false)?; sleep(Duration::from_millis(50)); self.serial.set_dtr(true)?; sleep(Duration::from_millis(50)); self.serial.set_dtr(false)?; sleep(Duration::from_millis(50)); self.serial.set_rts(false)?;...
i've modified into the book format and uploaded here: https://github.com/ntn888/zephyr-tutorial viewable on: https://ntn888.github.io/zephyr-tutorial/ let me know what you think... thanks
basically the procedure is easy... basically we supply a summary.md file leaving the other files intact... the use the book command to build a user accessible format. finally i used...
ha ha... looks good. On Tue, Feb 22, 2022 at 3:26 PM Michael Riegert ***@***.***> wrote: > Funny enough I didn't see this until now... I actually also started work...
the 'bl_iot_sdk/customer_app/get-start' is outdated... i think one has to use the ```bl_iot_sdk/customer_app/peripheral/demo_gpio``` & ```bl_iot_sdk/customer_app/peripheral/demo_uart``` for the new updated applications... i have opened an issue here to remove the get-start folder....
to make it compatible with bl702 the following works for me: ``` flash: all cd $(BL60X_SDK_PATH)/flash_tool && ./bflb_iot_tool --chipname=$(SOC_DRV) --baudrate=2000000 --firmware=$(APP_BIN) ```
same here... did you manage to make this work?
has anyone an update on this? I get the same error `pfctl: DIOCGETRULES: Invalid argument`. and the nat translation I setup is not working.. EDIT: NO issues; for some reason...