imx8qxp uboot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8qxp uboot

728 Views
gravity_one
Contributor III

hi,

use uboot202004

#define DSRC_PRI_RSTn IMX_GPIO_NR(4, 22)

int ret=gpio_request(DSRC_PRI_RSTn, "DSRC_PRI_RSTn");

printf("gpio_request: %d \n", ret);

error: gpio_request: 3

 

use uboot2018 is ok,return ret is 0;

 

0 Kudos
Reply
2 Replies

710 Views
igorpadykov
NXP Employee
NXP Employee

Hi grayli_wang

 

one can try to rebuild all from scratch using scfw v.1.7  SCFW Porting Kit​

https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0

 

Best regards
igor

0 Kudos
Reply

704 Views
gravity_one
Contributor III

Screenshot from 2021-02-02 10-05-04.png

use scfw1.7.0 + uboot202004 is fail .

return 3

0 Kudos
Reply