[android-porting] Re: android rootfs optimization

2012-01-11 Thread ヘマント
Hi, You could start off by identifying the largest items. "du -ah | sort -rh Then depending on the output you can start by working on the larger items. 1. Try to identify duplicate copies of items (pictures, executables etc) and eliminate redundancy 2. See if you can move some of the executable

Re: [android-porting] Re: android rootfs optimization

2012-01-12 Thread venkat k raju
Hi Hemanth, no i am not using any customised one. i had build the rootfs for beagleboard default config, i am using Gingerbread-2.3.4 android source. this one my build command. make TARGET_PRODUCT=beagleboard TARGET_BUILD_VARIANT=tests -j8 droid 2012/1/12 Hemanth(ヘマント) > Hi, > > You could