Re: Android Pie on RPi 3B(+) with hardware acceleration
Posted: Thu Feb 28, 2019 4:23 pm
You call follow this guide to setup serial console: https://developer.android.com/things/ha ... al-consolelicux wrote: ↑Wed Feb 27, 2019 12:18 pmHi,hzak wrote: ↑Fri Feb 15, 2019 5:50 pmThe instructions can be found here: https://github.com/brobwind/pie-device- ... /README.mdMister_Ed wrote: ↑Fri Feb 15, 2019 8:53 am
I builded it from the source per as you described.
Now I have the images boot.img, rpiboot.img system.img, vendor.img and userdata.img.
Can you please describe how to write the images to a sdcard?
I have tried making partitions manually and writing the data from the images to it but it doesn't boot.
Thanks.
I will upload a script to create partition later.
Thanks.
I want to know how to launch u-boot to write Android images on Raspberry Pi.
I think it is necessary to write some files including u-boot.bin to SD card.
Is detail procudere described somewhere except for below page?
https://github.com/brobwind/pie-device- ... /README.md
Thanks.
While system boot up, press any key to interrupt auto bootup and enter u-boot interactive mode, then run 'run fastbootcmd' command to make the bootloader enter fastboot mode, then you can use fastboot command to flash images. (assuming wired network connected)
The 'u-boot' is in the rpiboot.img (a vfat filesystem) named u-boot-dtok.bin.
Hope it helps.


