Skip to content

Conversation

@pwnipc
Copy link

@pwnipc pwnipc commented Jun 22, 2025

No description provided.


while True:
if(g_ft.device_connect()): break
while not g_ft.device_connect():
Copy link
Owner

@mutur4 mutur4 Jun 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initial code was more optimized.

#The execution of FDL-1
g_ft.cmd_data_exec()
log.info("FDL version: {}".format(g_ft.read_version()))

Copy link
Owner

@mutur4 mutur4 Jun 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FDL-1 is more like a first stage secondary bootloader (SPL) cannnot be used to read/dump memory. It only accepts the following commands in respect to the Unisoc Protocol:

  • BSL_CMD_START_DATA
  • BSL_CMD_MIDST_DATA
  • BSL_CMD_END_DATA
  • BSL_CMD_EXEC_DATA

Copy link
Owner

@mutur4 mutur4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the above inline comments for changes :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants