woody.lee 发表于 2016-11-4 23:03:51

yubang 发表于 2016-11-4 17:23
我看到有3128的dts文件,关于rk818部分,有以下的设置:
&rk818 {
        gpios =,;


對你來說應該沒有影響,
估計是 RK3128 + DDR2 與 RK3128 + DDR3 的差異
         ^^^^^^^^^^^    ^^^^^^^^^^^
         FirePrime                FirePrimeS+

可能已经注册 发表于 2016-11-23 14:25:15

你好,麻烦问一下,是否电源正常以后,3288芯片电路和USB-OTG电路焊接好,用那个烧写固件程序就应该能够识别的这个设备啊,我也是自己做的板子,3288+RK808B,现在想烧写U-boot,烧写固件工具识别不到设备什么原因呢?麻烦指导一下吧。

xueyuking 发表于 2017-1-9 17:35:05

你好,请问下你的问题解决没有,你用RK818有没有遇到待机重启的问题呢?

shiqizheng 发表于 2017-1-13 15:25:41

你好,请问下你的问题解决没有,你用RK818有没有遇到待机重启的问题呢?

zkxany 发表于 2017-3-17 13:04:05

rk818配置如下, 已验证可以解决无法开机的问题, 希望有帮助.

/include/ "rk818.dtsi"
&rk818 {
   gpios = <&gpio0 GPIO_A4 GPIO_ACTIVE_HIGH>,
         <&gpio0 GPIO_A0 GPIO_ACTIVE_LOW>;
   rk818,system-power-controller;

   regulators {

         rk818_dcdc1_reg: regulator@0{
             regulator-name= "vdd_logic";
             regulator-min-microvolt = <700000>;
             regulator-max-microvolt = <1500000>;
             regulator-initial-mode = <0x2>;
             regulator-initial-state = <3>;
             regulator-boot-on-volt = <1150000>;
             regulator-state-mem {
               regulator-state-mode = <0x2>;
               regulator-state-enabled;
               regulator-state-uv = <1000000>;
             };
         };

         rk818_dcdc2_reg: regulator@1 {
             regulator-name= "vdd_gpu";
             regulator-min-microvolt = <700000>;
             regulator-max-microvolt = <1500000>;
             regulator-initial-mode = <0x2>;
             regulator-initial-state = <3>;
             regulator-boot-on-volt = <1150000>;
             regulator-state-mem {
               regulator-state-mode = <0x2>;
               regulator-state-disabled;
               regulator-state-uv = <900000>;
             };
         };

         rk818_dcdc3_reg: regulator@2 {
             regulator-name= "rk818_dcdc3";
             regulator-min-microvolt = <1200000>;
             regulator-max-microvolt = <1200000>;
             regulator-initial-mode = <0x2>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-mode = <0x2>;
               regulator-state-enabled;
               regulator-state-uv = <1200000>;
             };
         };

         rk818_dcdc4_reg: regulator@3 {
             regulator-name= "vccio";
             regulator-min-microvolt = <1800000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-mode = <0x2>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-mode = <0x2>;
               regulator-state-enabled;
               regulator-state-uv = <3000000>;
             };
         };

         rk818_ldo1_reg: regulator@4 {
             regulator-name= "rk818_ldo1";
             regulator-min-microvolt = <3300000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <3300000>;
             };
         };

         rk818_ldo2_reg: regulator@5 {
             regulator-name= "rk818_ldo2";
             regulator-always-on;
             regulator-min-microvolt = <3300000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <3300000>;
             };
         };

         rk818_ldo3_reg: regulator@6 {
             regulator-name= "rk818_ldo3";
             regulator-min-microvolt = <1000000>;
             regulator-max-microvolt = <1000000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <1000000>;
             };
         };

         rk818_ldo4_reg:regulator@7 {
             regulator-name= "rk818_ldo4";
             regulator-min-microvolt = <1800000>;
             regulator-max-microvolt = <1800000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-disabled;
               regulator-state-uv = <1800000>;
             };
         };

         rk818_ldo5_reg: regulator@8 {
             regulator-name= "rk818_ldo5";
             regulator-min-microvolt = <3300000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-disabled;
               regulator-state-uv = <3300000>;
             };
         };

         rk818_ldo6_reg: regulator@9 {
             regulator-name= "rk818_ldo6";
             regulator-min-microvolt = <1000000>;
             regulator-max-microvolt = <1000000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-disabled;
               regulator-state-uv = <1000000>;
             };
         };

         rk818_ldo7_reg: regulator@10 {
             regulator-name= "rk818_ldo7";
             regulator-min-microvolt = <1800000>;
             regulator-max-microvolt = <1800000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <1800000>;
             };
         };

         rk818_ldo8_reg: regulator@11 {
             regulator-name= "rk818_ldo8";
             regulator-min-microvolt = <3300000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <3300000>;
             };
         };
         rk818_ldo9_reg: regulator@12 {
             regulator-name= "vcc_sd";
             regulator-min-microvolt = <3300000>;
             regulator-max-microvolt = <3300000>;
             regulator-initial-state = <3>;
             regulator-state-mem {
               regulator-state-enabled;
               regulator-state-uv = <3300000>;
             };
         };
         rk818_ldo10_reg: regulator@13 {
             regulator-name= "rk818_ldo10";
             regulator-state-mem {
               regulator-state-disabled;
             };
         };
   };
   battery {
         ocv_table =
             <3400 3599 3671 3701 3728 3746 3762 3772 3781 3792 3816 3836
             3866 3910 3942 3971 4002 4050 4088 4132 4183 >;
         design_capacity = <4000>;
         design_qmax = <4100>;
         bat_res = <100>;
         max_input_current = <2000>;
         max_chrg_current = <1800>;
         max_chrg_voltage = <4200>;
         sleep_enter_current = <300>;
         sleep_exit_current = <300>;
         power_off_thresd = <3400>;
         zero_algorithm_vol = <3850>;
         fb_temperature = <115>;
         max_soc_offset = <60>;
         monitor_sec = <5>;
         virtual_power = <0>;
         power_dc2otg = <0>;
         dc_det_adc = <0>;
   };
};

立豕殳 发表于 2018-12-14 18:45:11

请问楼主的问题解决了吗,我做了一个RK3368+RK818-1的 也是系统进入到RECVRY就不运行了,跟楼主的现象一致,跪求解决办法搞了几天了。

845069831 发表于 2020-5-18 12:46:19

立豕殳 发表于 2018-12-14 18:45
请问楼主的问题解决了吗,我做了一个RK3368+RK818-1的 也是系统进入到RECVRY就不运行了,跟楼主的现象一致 ...

你现在好了吗
页: 1 [2]
查看完整版本: 请教求助: rk3288 + rk818 无法正常启动