How kneron PLUS examples works in KL630?
Hi I'm Seongyun Park in South Korea
I try to customize kneron PLUS, and firmware API and I was known JOB ID Information
then, when my examples do work, JOB Id need. but I couldn't find any JOB ID codes in kneron PLUS examples
Could I tell me How kneron PLUS examples can work with out JOB ID codes?
PLUS, how can I debug my application codes for host_stream mode?
The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.
Comments
Hi seongyunpark,
For detailed information about Job ID, please refer to the following link.
If you are using a customized model, please first use the Kneron toolchain for validation. Detailed instructions can be found in the link below.
In host_stream mode, all programs run on the KL630. Typically, this example program is used only after the model has been validated following the steps below.
1. Verify the E2E simulation of NEF on the toolchain docker.
2. Confirm the results of KL630 companion mode.(python code)
3. Confirm the results of KL630 companion mode.(C code)
4. Move C code to KL630.
Thanks!