PINE64
AOSP Build Steps Using github.com/ayufan-rock64/android-7.1 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86)
+--- Thread: AOSP Build Steps Using github.com/ayufan-rock64/android-7.1 (/showthread.php?tid=5036)

Pages: 1 2


RE: AOSP Build Steps Using github.com/rock64-linux - birender.s - 09-07-2017

rock64_atv is booting
but
rock64_regular not.


RE: AOSP Build Steps Using github.com/rock64-linux - Luke - 09-07-2017

(09-07-2017, 08:47 AM)birender.s Wrote: rock64_atv is booting
but
rock64_regular not.

yes. Known issue


RE: AOSP Build Steps Using github.com/rock64-linux - freebsd - 09-10-2017

(09-07-2017, 08:47 AM)birender.s Wrote: rock64_atv is booting
but
rock64_regular not.

and the Stock Build Android 7.1.2 [microSD to eMMC Boot] [20170809] Release version MicroSD card boots, installs an image on the eMMC card, and that boots to the android logo and (died w/o re-zeroing the eMMC) works (after a dd if=/dev/zero of=/dev/da10 on the eMMC and then following the MicroSD to eMMC path and using a MicroSD generated with dd bs=4096 if=rock64_20170809_stock_android_7.1.2_sd2emmc.img of=/dev/da10). 

So progress!

(and whatever the build process for the images are writes images that the livecd of gparted complains about not being right for the Community Build Xenial Mate Linux Kernel ver 4.4 [microSD Boot].   The applied fix does not break the SD card.)


RE: AOSP Build Steps Using github.com/rock64-linux - asprakash83@gmail.com - 10-06-2017

Hi.
Can you please share the commands to create single sdcard bootable img file for ROCK64?.
I tried mkimage.sh. I can able to generate the necessary individual images under /rockdev/Image-rock64_atv/ folder. But unable to proceed with creating single sdcard image file to boot rock64.

TIA,
Prakash.


RE: AOSP Build Steps Using github.com/rock64-linux - birender.s - 10-06-2017

(10-06-2017, 02:06 AM)asprakash83@gmail.com Wrote: Hi.
Can you please share the commands to create single sdcard bootable img file for ROCK64?.
I tried mkimage.sh. I can able to generate the necessary individual images under /rockdev/Image-rock64_atv/ folder. But unable to proceed with creating single sdcard image file to boot rock64.

TIA,
Prakash.

./mkimage.sh
cp vendor/ayufan/rockchip/idbloader.img rockdev/Image-rock64_atv/
vendor/ayufan/rockchip/rkimage rockdev/Image-rock64_atv/ rockdev/Image-rock64_atv-raw.img


RE: AOSP Build Steps Using github.com/rock64-linux - burram - 05-09-2018

(10-06-2017, 03:13 AM)Hi Birender. S Can you please share the commands to create single sdcard bootable img file for ROCK64?.I tried mkimage.sh. I can able to generate the necessary individual images under /rockdev/Image-rock64_atv/ folder. But unable to proceed with creating single sdcard image file to boot rock64. I could able to build Android images ( system.img,    boot.img, kernel.img etc)  , but when trying to flash the images using AndroidTool_Release_v2.38Not able to detect the sdcard, pls help me in this regard Wrote:
(10-06-2017, 02:06 AM)asprakash83@gmail.com Wrote: Hi.
Can you please share the commands to create single sdcard bootable img file for ROCK64?.
I tried mkimage.sh. I can able to generate the necessary individual images under /rockdev/Image-rock64_atv/ folder. But unable to proceed with creating single sdcard image file to boot rock64.

TIA,
Prakash.

./mkimage.sh
cp vendor/ayufan/rockchip/idbloader.img rockdev/Image-rock64_atv/
vendor/ayufan/rockchip/rkimage rockdev/Image-rock64_atv/ rockdev/Image-rock64_atv-raw.img