-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable E907 in tina? #35
Comments
I found some similar tutorial https://forums.100ask.net/t/topic/3151 |
Thank you for getting back to me. When I run the following command after putting a e907.elf in lib/firmware
I got error
It seems triggered by Does this means I need to flash the e907.elf into a certain address? Also if I understand correctly, I found 2 issues: 89557df set UART pin to PE0 and PE1 which mismatches the configuration in https://github.com/YuzukiHD/TinyVision/blob/main/kernel/rtos/rtos/source/projects/v851-e907-tinyvision/configs/sys_config.fex The driver for e907 is not compiled in kernel by default, run |
Hi
I'm using Tina linux-4.9 and the CPU become a bottleneck and I'd like to offload some code to E907.
If I understand it correctly, I can edit board.dts and config-4.9. Then I rebuild the image and flash it, I would find remoteproc in /sys/kernel/debug/.
So I manually applied the change in 89557df and fd6f0b3
I did not add
because I have no USB device.
However the newly flashed SD card does not show remoteproc in /sys/kernel/debug/. Is there anything I need to do to load the driver or do some trouble shoot?
The text was updated successfully, but these errors were encountered: