gmzhuo escreveu:
> I can get BP rdy signl in blob On my E6,but I can't get it in kernel!!!!
>  
>  
>         keypad_init();
> EnableLCD_8bit_active();
>   while (1) {
>         if(GPLR(GPIO_BP_RDY)&GPIO_bit(GPIO_BP_RDY)){
>             printf("RDY\n");
>         }
>         u8 key = read_key();
>         printf("key = %02x\n", key);
>         set_GPIO_mode(GPIO_BB_RESET |GPIO_OUT);
>         GPSR(GPIO_BB_RESET) = GPIO_bit(GPIO_BB_RESET);
>  
>   }
> after I press some key ,wait some time ,i SEE RDY!

        This is bogus, gen-blob shouldnt do anything regarding
the Baseband handshake. This has to be done by the first bootloader
and by the kernel.


-- 
Daniel Ribeiro

Reply via email to