1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

add Octonet Pro

This commit is contained in:
Ralph Metzler 2018-05-14 04:08:21 +02:00
parent 5b86ac7627
commit 6243397d99

View File

@ -659,6 +659,13 @@ static int update_flash(struct ddflash *ddf)
stat |= 1;
return stat;
break;
case 0x322:
//fname="/boot/DVBNetV1A_DD01_0300.bit";
fname="/boot/fpga.img";
if ((res = update_image(ddf, fname, 0x10000, 0x100000, 1, 0)) == 1)
stat |= 1;
return stat;
break;
default:
return 0;
}