|
Edited by chook at 2017-5-31 08:02
C. Preparing the Android image:
Using the PhoenixCard software, burn opi2_lobo_Android_v2.img to the MicroSD card.
To use the software, follow the "Install Android OS image" instructions from this page:
http://www.orangepi.org/Docs/SDcardinstallation.html#Install_Android_OS_image
You need to unpack the downloaded XZ file first using 7zip.
Upon burning the image, you should see the following on the logs:
In case of encountering successive errors, follow the instructions from https://forum.pine64.org/showthread.php?tid=548.
Steps (credits to Keex of forum.pine64.org. You only need to do this if you keep encountering an error during image burn, else skip to [D])
- (Last resort, shouldn't be necessary): Perform complete card clean with Diskpart, as described on the link above)
- (Optional: Format SD Card using SD Card Formatter (if it says that Full Erase wasn't supported for your card and instead did Quick Format, don't worry))
- Start PhoenixCard
- Select correct drive letter and image
- Select "Startup" method
- Click Burn (not format to normal!)
- Wait for error
- Leave PhoenixCard running, and pull out the SD card from the computer (i pulled out the card from my reader, not the whole reader)
- Wait for PhoenixCard to say "No devices found" or similar. Usually happens instantaneously. If nothing happens, start again at the top and try pulling the whole reader instead.
- Push the card/reader back into the reader/PC
- Select correct drive letter
- Click burn.
D. Powering up the Orange Pi Plus:
1. Plug in everything to the OrangePi
- (DO NOT PLUG THE DC ADAPTER FIRST)
- MicroSD card with the Android image
- Mouse
- Keyboard
- HDMI
2. Power up the OrangePi unit by plugging in the DC adapter
- Wait for around 15 minutes or so (only for the first bootup, succeeding bootups shouldn't last 2 minutes).
- Red LED (D8) beside the audio port will light up steadily.
- If you see nothing on the HDMI display, try pressing the keyboard's numlock/capslock
If the keyboard LED indicator toggles and LED D8 flickers, its a good sign that the OrangePi booted up. - I initially experienced issues on my monitor not supporting the display output of OrangePi.
What I did was to change the monitor (both Samsung, but different models) and there it was, the welcome screen.
I think there are issues on the default configuration which my initial monitor does not support.
Else, check your HDMI cable if its good and plugged in well on either terminals.
E. Customizing:
Steps below are personal preferences or suggestions which may or may not reflect what you need or want.
User preferences vary
Some steps below need root access, which is already covered by the preinstalled SuperSU app.
Just press "Grant" whenever a prompt pops out.
1. Configure your Wifi
Navigate to Settings > Wifi
(Configuration is dependent on your network setup)
2. Activate PlayStore
Input your Google account credentials to use Play Store. Wait for updates to complete.
(Personally, I just download APKs from APKMirror and not from Play Store.
Downloading APKs from NOT safe and is NOT recommended, but this OrangePi build is just a trial for now).
Apps added:
- BuildProp Editor
- Google Chrome (or Firefox)
- Kodi
3. Configure Display
Navigate to Settings > Display > Mode Setting
[Check tickbox] HDMI full screen mode
Navigate to Settings > Display > HDMI Output mode
[Select] HDMI 1080p 60Hz
(After this setting was configured, I was able to reuse the initial monitor)
4. Set to Full HD Resolution
Open the preinstalled Terminal Emulator and input the codes below:
- su
- wm size 1920x1080
- exit
- exit
Copy code Then, using the BuildProp app, modify the following:
ro.hwc.sysrsl=10 (increase to 10 if using 1080p, default is 5 for 720p)
persist.sys.disp_density=200 (increase to 200 for higher DPI, can be adjust between 160 and 240)
Source: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=615&page=2#pid5690 (by Loboris)
Reboot afterwards using Quick Reboot app > Reboot
Source: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=363 (by Loboris)
5. Add a heatsink
The OrangePi runs HOT during continuous media playback.
Its highly recommended to use thermal paste + heatsink
(I hope future OrangePi models have holes for mounting heatsinks)
That's it! I can now use the OrangePi for quick browsing and media playback.
F. Findings:
Confirmed working:
Confirmed Issues:
- netcfg reports eth0 to be UP but ethernet is not working
- DHCP doesnt work or may need manual configuration (no automatically assigned IP)
- Ethernet port LEDs no lights/ not blinking
- 1080p video playback directly from USB flashdrives MAY have frame skips and stutters (depending on video bitrate)
Workaround for stuttering playback: Copy video file to MicroSD card first and playback from there.
To do:
- Check 4K video playback if smooth
- Check SATA if working
- Get speed figures (USB R/W, Wifi)
- Check IR if working
- Check USB_DBG port if working
G. Credits/ Acknowledgements:
Credits to Loboris and other contributing forum users.
To other Orange Pi Plus users, please post your findings on using the same image
|
|