(02-26-2017, 09:45 AM)MarkHaysHarris777 Wrote:(02-26-2017, 08:15 AM)tripledee Wrote: I decided to re-flash Android 6.0.1 on my Mac (using either dd on terminal, or Etcher) with three 16GB and 64GB cards. But nothing happens. The led lights up for a pair of seconds and then switch of, with no boot, nor display on the LCD. Any idea of what is going on?
This symptom is almost always a power problem.
... make sure your board is powered via 5v @2.5A switching PSU ( not charger ) via the euler bus pin(6 +5v) and pin(4 -ground). Avoid using the micro usb connector for power; it does not handle the current well, and often is not soldered properly ( cold joints ).
Usually when the pine board appears to not boot , it really is booting , but the video output is having problems for some reason usually because the monitor and the hdmi mode line of the pine are not behaving well together. You can prove this ( and or get around it ) by using a serial console to monitor the bootup process. Use a serial bridge cable TTL usb from your PC to the pine board EXP header Tx-->pin(8), Rx-->pin(7), ground-->pin(9).
( If you're using the LCD, make certain your image is an LCD image; that the configuration is set for LCD. Re-seat all connections and make they are tight and square. )
You can then use either 'screen' or minicom on your PC or mac to watch the bootup ( should it boot up you can also logon to the pine board via the serial console ).
Thanks both of you. The Pine has always worked with the micro-usb PSU provided by Pine as a Kickstarter (5V@2A), so there is no reason to use another powering way (I have no regulated 5V source, by the way). I tested the PSU yesterday on several other devices, including Raspberry Pis and hard drives, with no trouble. I double checked all connections on the Pine64, including the LCD's. I use Android 6.0.1 version for LCD provided by Pine on its website. How can the Mac access to the bus provided by a TTL-USB cable?
(02-26-2017, 10:41 AM)tripledee Wrote:I made new tests. When booting after disconnecting the LCD, everything seems fine, as I can see the Pine64's IP address on my LAN. (and I can see on a HDMI monitor). I tried four times to disconnect the LCD panel, without success: the Pine doesn't boot when the panel is attached to it. Any idea? (I am using the Android 6.0.1 (LCD output) release 20170209 provided here: http://wiki.pine64.org/index.php/Pine_A6...re_Release(02-26-2017, 09:45 AM)MarkHaysHarris777 Wrote:(02-26-2017, 08:15 AM)tripledee Wrote: I decided to re-flash Android 6.0.1 on my Mac (using either dd on terminal, or Etcher) with three 16GB and 64GB cards. But nothing happens. The led lights up for a pair of seconds and then switch of, with no boot, nor display on the LCD. Any idea of what is going on?
This symptom is almost always a power problem.
... make sure your board is powered via 5v @2.5A switching PSU ( not charger ) via the euler bus pin(6 +5v) and pin(4 -ground). Avoid using the micro usb connector for power; it does not handle the current well, and often is not soldered properly ( cold joints ).
Usually when the pine board appears to not boot , it really is booting , but the video output is having problems for some reason usually because the monitor and the hdmi mode line of the pine are not behaving well together. You can prove this ( and or get around it ) by using a serial console to monitor the bootup process. Use a serial bridge cable TTL usb from your PC to the pine board EXP header Tx-->pin(8), Rx-->pin(7), ground-->pin(9).
( If you're using the LCD, make certain your image is an LCD image; that the configuration is set for LCD. Re-seat all connections and make they are tight and square. )
You can then use either 'screen' or minicom on your PC or mac to watch the bootup ( should it boot up you can also logon to the pine board via the serial console ).
Thanks both of you. The Pine has always worked with the micro-usb PSU provided by Pine as a Kickstarter (5V@2A), so there is no reason to use another powering way (I have no regulated 5V source, by the way). I tested the PSU yesterday on several other devices, including Raspberry Pis and hard drives, with no trouble. I double checked all connections on the Pine64, including the LCD's. I use Android 6.0.1 version for LCD provided by Pine on its website. How can the Mac access to the bus provided by a TTL-USB cable?