KEDAR Posted November 9, 2018 Posted November 9, 2018 Hi Team, With very straight forward documentation for building the image for Orange PI one board (All Winner H3), I was able build image. The experiment I am trying to do here is to run a simple service on boot (It may do nothing as of now, but should be listed as running when status is checked). Now since, the experiment is simple, I am trying to get some inputs on removing/excluding kernel modules that are not required and also build the image in release mode (not debug mode). Highly appreciate teams help in getting the inputs. Looking forward for the response. Thanks, Kedar
Igor Posted November 9, 2018 Posted November 9, 2018 7 minutes ago, KEDAR said: I am trying to get some inputs on removing/excluding kernel modules that are not required and also build the image in release mode Add KERNEL_CONFIGURE="yes" and remove what you think its not needed and try to boot the kernel. Make sure not to remove "sunxi" or "sun8i" "allwinner" stuff and it should be ok. Nothing more than this. It's on you to experiment.
Recommended Posts