From 6243397d997e140dd69974a890c23de2937be4b4 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 14 May 2018 04:08:21 +0200 Subject: [PATCH] add Octonet Pro --- apps/octonet/ddflash.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/octonet/ddflash.c b/apps/octonet/ddflash.c index 979b3cf..0b2865c 100644 --- a/apps/octonet/ddflash.c +++ b/apps/octonet/ddflash.c @@ -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; }