Page 1 of 1

Do not find android image folder after build success-s5p6818

Posted: Wed Jun 13, 2018 9:33 am
by gibbs.shih
Follow build comment (http://wiki.friendlyarm.com/wiki/index. ... le_Android)

1. mkdir android && cd android
2. repo init -u https://github.com/friendlyarm/android_manifest.git -b nanopi3-lollipop-mr1
3. repo sync
4. source build/envsetup.sh
5. lunch aosp_nanopi3-userdebug
6. make -j8

I success build android source, but I do not find image folder "(/android/out/target/product/nanopi3/)"
" /android/out/target/product/generic/" is exist.
Am I miss some thing?

Many Thanks

Re: Do not find android image folder after build success-s5p6818

Posted: Thu Jun 14, 2018 1:05 am
by v8dave
Try typing lunch on its own and you will get a list of boards you can build. Select the one you want and the try the build again.

Make sure the output from this shows the correct build then you should be good to go.

I have added mobile networking via GSM and a few other things but can't find a suitable location to host it as the source is 5GB and GITHUB does not allow more than 1GB.

Re: Do not find android image folder after build success-s5p6818

Posted: Fri Jul 13, 2018 3:41 am
by gibbs.shih
Try typing lunch on its own, base on this steps, it's work! fine , thank you

Re: Do not find android image folder after build success-s5p6818

Posted: Fri Jul 13, 2018 4:12 am
by v8dave
Good stuff. I should update my blog and post how I created a custom build for the NanoPC T3 Plus and how I added GSM support and also how to add custom ready built APK files to the build. Also how to set the display in Landscape although I still have silly issue with the boot animation being squashed up during the first boot sequence but I think this is related to the display being in portrait during the initial boot sequence. I think I need to modify the Linux Kernel to sort that out.