Search found 1 match

by Vadim
2025-02-04 13:31
Forum: Luckfox Pico-RV1103/RV1106
Topic: How can i configure 2 mcp2518 chips on pico mini b?
Replies: 12
Views: 97704

Re: How can i configure 2 mcp2518 chips on pico mini b?


I was finally able to load the module into the kernel with the following configuration, but it fails in the last step:

1. Compile busybox/buildroot
./build.sh lunch
./build.sh

2. Add CAN support to the kernel, include MCP251X driver
./build.sh clean kernel
cd sysdrv/source/kernel
cp ./arch/arm ...