|
Hi, Have been following https://wiki.linaro.org/Resources/HowTo/KernelDeploy and have built kernel as shown. I am having a few problems with deploying the resulting kernel with a file system. We would like to write a new driver for an extra ethernet interface for a card we're building based on the i.mx53 quick start board. The commands given in the guide do not work for me because I am using a system which has been flashed to the SD card. What would the procedure be in my case? Should I copy the image to the other SD card? If so, how to configure u-boot? Once my project has been debugged, how can I generate the files needed to run linaro-image-tools/linaro-media-create (hardware pack+ binary)? Thanks for your help, Antony |
|
Hi Antony, For your experiments with your driver, you can always rebuild your kernel, and update the files and your module manually in the filesystem.
Once everything is debugged, you can create your own hardware pack from your customized m.mx53 kernel package by following instructions on https://wiki.linaro.org/HardwarePacks I hope this will be helpful! Cheers, Michael. |