|
Edited by TheLinuxBug at 2017-5-10 07:16
Hello @RagnerBG
It seems you may have misunderstood the installers instructions. This is for directly writing the H3Droid installation to your SDcard, this is not used to output an image which can then later be dd/burned.
The OUTPUT variable is supposed to be a Block Device (such as /dev/mmcblk0, /dev/mmcblk1, /dev/sda1, etc) which you wish H3Droid to be installed to.
In the future we do plan to release some additional methods of installing our image, we have discussed several options including images, Windows based installer and also possibly a MacOS based installer, however, these will happen in later versions as things near ready for a stable version release (this is still considered 'beta' currently as we seek to clean up some more bugs).
So, for now, you would want to run the installer on a Linux system where you have a SDcard reader/writer present and the SDcard inserted. You would then change OUTDEV to the block device name of your SDcard and run the installer.
My appologies for missing your second question, your post was kinda busy and didn't see it at the bottom till later.
What is the difference in opip2e u-boots for example? "nonet" = no LAN/Wifi? It's not clear for me, i simply used u-boot-sunxi-with-spl.bin-opip2e .
I think you pretty much nailed it in your assesment. The default has all the options, and choosing the alternate u-boot files you can choose what other parts of the device are initialized or enabled. Using the versions without some of the options can lead to lower power usage as the devices are not enabled.
So:
- nonet - no wifi/network
- usb-nonet - usb is enabled and network is disabled
- nousb-nonet - no USB or network
- nodisp-nousb-nonet-gpios - no display, no usb, no network but GPIO is enabled
I hope this helps to clarify this for you and thanks for your interest in our project!
Cheers!
|
|