Jump to content

enricosp

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Thanks for supporting I'm not sure, last four boots hard drive spin ok. I think now using last uboot. "U-Boot 2015.04-dirty (May 25 2015 - 08:34:10) Allwinner Technology" I think dts file not good for power sata. But included target-supply work well. Maybe at your next build, can you include this? Your work is very nice. https://github.com/Lamobo/Lamobo-R1-OpenWrt/blob/master/target/linux/sunxi/files/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts#L63 https://github.com/igorpecovnik/lib/blob/next/patch/sun7i-a20-lamobo-r1.dts#L100 Thanks
  2. This is my first post, sorry for my English. I bought one r1 bpi, I think it similar or the same lamobo-r1. I download from blog this image Lamobo-r1_Debian_3.2_jessie_4.1.2.zip and tried use, but the same was not providing power to the SATA. After hours trying to understand the workings got the following solution: sun7i-a20-lamobo-r1.dtb --- /dev/fd/63 2015-07-14 05:24:00.879114523 +0200 +++ /dev/fd/62 2015-07-14 05:24:00.889113763 +0200 @@ -11,6 +11,7 @@ compatible = "regulator-fixed"; enable-active-high; gpio = <0x1b 0x1 0x3 0x0>; + linux,phandle = <0x3a>; pinctrl-0 = <0x34>; pinctrl-names = "default"; regulator-boot-on; @@ -820,7 +821,7 @@ ir0@0 { allwinner,drive = <0x0>; allwinner,function = "ir0"; - allwinner,pins = "PB3", "PB4"; + allwinner,pins = "PB4"; allwinner,pull = <0x0>; linux,phandle = <0x27>; phandle = <0x27>; @@ -1067,6 +1068,7 @@ interrupts = <0x0 0x38 0x4>; reg = <0x1c18000 0x1000>; status = "okay"; + target-supply = <0x3a>; }; serial@01c28000 { However not find source of dts, then used the DTC tool. Could you help me change the correct file? Another thing, uboot is not leaving the PB3 value high. Is there any solution? I try install linux-u-boot-3.4.107-lamobo-r1_3.0_armhf.deb using only dpkg -i linux-u-boot-3.4.107-lamobo-r1_3.0_armhf.deb, need some else? Thanks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines