Fix system recognition for new raspi OS
This commit is contained in:
parent
8af38f2c89
commit
46c6b66f50
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ static int DEV_Equipment_Testing(void)
|
||||||
if(i<5) {
|
if(i<5) {
|
||||||
printf("Unrecognizable\r\n");
|
printf("Unrecognizable\r\n");
|
||||||
} else {
|
} else {
|
||||||
char RPI_System[10] = {"Raspbian"};
|
char RPI_System[10] = {"Debian GNU"};
|
||||||
for(i=0; i<6; i++) {
|
for(i=0; i<6; i++) {
|
||||||
if(RPI_System[i]!= value_str[i]) {
|
if(RPI_System[i]!= value_str[i]) {
|
||||||
printf("Please make JETSON !!!!!!!!!!\r\n");
|
printf("Please make JETSON !!!!!!!!!!\r\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue