| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,858
» Latest member: authorjaw
» Forum threads: 16,313
» Forum posts: 117,377
Full Statistics
|
|
|
SystemLED *ON* on boot |
|
Posted by: ecolezen - 06-09-2017, 06:53 PM - Forum: Pi2, Euler and Exp GPIO Ports
- Replies (4)
|
 |
Hi, just want to share a little tip:
How to turn the systemLED ("LED") to *ON* when the board is booting (loading the system).
![[Image: DSC_0045-photo-led.jpg]](http://www13.plala.or.jp/pskitty/img/pa64sysled/DSC_0045-photo-led.jpg)
My 1GB Pine64 Board sometimes start booting process and sometimes don't... so I have to way and "see" activities on the screen or LAN interface...
So, I decided to put an LED on the systemLED holes (label "LED"), and switch it to ON when booting...
![[Image: pine64-drawing-v2-p6.jpg]](http://www13.plala.or.jp/pskitty/img/pa64sysled/pine64-drawing-v2-p6.jpg)
When using without a monitor (remote) this LED is very helpful...
These 3 lines of script turn the LED to "ON":
Code: echo "359" > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio359/direction
echo "0" > /sys/class/gpio/gpio359/value
Full instructions on the link below:
http://www13.plala.or.jp/pskitty/pine64-sysled.html
Drawings, source code, high quality photo, etc, on GitHub:
https://github.com/valterfukuoka/pine64-sysled
Regards all,
Valter
|
|
|
|
| Win 10 IoT 15063_20170602 shutdown |
|
Posted by: dkryder - 06-05-2017, 05:31 AM - Forum: Windows 10 IoT
- Replies (6)
|
 |
hello, nice work on 0602 but i noticed a few things. the about allwinner link has bad url and shutdown via command line or upper right power only reboots device, no actual shutdown. what would be best way to shutdown? oh yeah, cortana, what is best suggested method to get the voice recognition working? is there a list of known good mic/speaker setups?
|
|
|
|
| MIPI 10.1 inch lcd setting up |
|
Posted by: vicb - 05-31-2017, 11:46 AM - Forum: General Discussion on PINE A64(+)
- Replies (3)
|
 |
Hi!
I am trying to connect B101UAN01.7 display(1920 x 1200) without any success.
Is pine64's driver supports other display than native 7"? If so, then could you please help me to understand where can be error?
Here is cutout from my device tree for 10.1" display
lcd0@01c0c000 {
compatible = "allwinner,sunxi-lcd0";
pinctrl-names = "active", "sleep";
status = "okay";
device_type = "lcd0";
lcd_used = <0x0>;
lcd_driver_name = "mb709_mipi";
lcd_backlight = <0x32>;
lcd_if = <0x4>;
lcd_x = <0x780>;
lcd_y = <0x4B0>;
lcd_width = <0x0>;
lcd_height = <0x0>;
lcd_dclk_freq = <0x94>;
lcd_pwm_used = <0x1>;
lcd_pwm_ch = <0x10>;
lcd_pwm_freq = <0xc350>;
lcd_pwm_pol = <0x1>;
lcd_pwm_max_limit = <0xfa>;
lcd_hbp = <0x78>;
lcd_ht = <0x7F8>;
lcd_hspw = <0x1>;
lcd_vbp = <0xC>;
lcd_vt = <0x4BC>;
lcd_vspw = <0x1>;
lcd_dsi_if = <0x2>;
lcd_dsi_lane = <0x4>;
lcd_dsi_format = <0x0>;
lcd_dsi_eotp = <0x0>;
lcd_dsi_vc = <0x0>;
lcd_dsi_te = <0x0>;
lcd_frm = <0x0>;
lcd_gamma_en = <0x0>;
lcd_bright_curve_en = <0x0>;
lcd_cmap_en = <0x0>;
lcd_bl_en = <0x30 0x7 0xa 0x1 0x0 0xffffffff 0x1>;
lcd_bl_en_power = "none";
lcd_power = "vcc-mipi";
lcd_fix_power = "vcc-dsi-33";
lcd_gpio_0 = <0x30 0x3 0x18 0x1 0x0 0xffffffff 0x1>;
};
|
|
|
|
|