-
Notifications
You must be signed in to change notification settings - Fork 152
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
Seg fault when trying to run Xilinx GoogLeNet on Ultra96 DietCHai #164
Comments
some gdb output:
|
Hi @pmousoul Thanks, |
Hello xuelei, the problem, at least in my case, is that sds_alloc() function cannot allocate memory returning a NULL pointer value. I guess that this is caused because of bad kernel configuration when building PetaLinux for the specific platform. There is a kernel parameter which indicates how much memory can sds_alloc() allocate. So, I think that the solution is to rebuild PetaLinux for your platform and take care the sds_alloc() related kernel parameters during kernel configuration. Cheers, |
@pmousoul Thank you for your reply. I set mega size to 1024 in the kernel, but this problem still occurs. In addition, I browsed a lot of issues. CHAIDNN originally planned to release the v3 version in 2018.12, and supported mobilenet and yolo. But they were not updated later. Do you know why? Thanks, |
Hello,
I've built a custom platform for the Ultra96 board as it is shown in the CHaiDNN documentation.
After that, I build the SW and put everything on the SD.
When I try to run GoogLeNet, I get the following messages:
What is it going wrong - where should I look for a solution?
Thanks,
Panos
The text was updated successfully, but these errors were encountered: