question

davep avatar image
davep asked

GX update shellscript specification in sw-description fails

Hello Everyone,

I'm new to the Victron GX device and am starting a journey to create some custom SW for it. I've been experimenting with delivering some dummy content to the device in the form of an update file and have hit a snag. The sw-description specification for my script seems to be bad, but according to any examples I can find, it looks correct:

sw-description:

  1. software =
  2. {
  3.     venus-version = "20200906142058 v2.60";
  4.     version = "0.1.0";
  5.     files: (
  6.                 {
  7.                         filename = "dummy.txt";
  8.                         path = "/data/dummy.txt";
  9.                 }
  10.         );
  11.         scripts: (
  12.                 {
  13.                         filename = "dummy.sh";
  14.                         type = "shellscript";
  15.                 }
  16.         );
  17. }


I get the following error upon install:

  1. 2020-12-10 18:48:30.761547500 Version 0.1.0
  2. 2020-12-10 18:48:30.762287500 [NOTIFY] : SWUPDATE running : [parse_scripts] : Found Script: dummy.sh
  3. 2020-12-10 18:48:30.763127500
  4. 2020-12-10 18:48:30.763808500 [NOTIFY] : SWUPDATE running : [parse_files] : Found File : dummy.txt --> /data/dummy.txt (ROOTFS)
  5. 2020-12-10 18:48:30.767148500
  6. 2020-12-10 18:48:30.767420500 ERROR core/parser.c : parse : 95 : feature 'shellscript' required for script 'dummy.sh' in sw-description is absent!
  7. 2020-12-10 18:48:30.769409500 [NOTIFY] : SWUPDATE failed [0] ERROR core/parser.c : parse : 95 : feature 'shellscript' required for script 'dummy.sh' in sw-description is absent!
  8. 2020-12-10 18:48:30.775105500 ERROR core/swupdate.c : install_from_file : 311 : failed to parse sw-description!
  9. 2020-12-10 18:48:30.777870500
  10. 2020-12-10 18:48:30.778062500 [NOTIFY] : SWUPDATE failed [0] ERROR core/swupdate.c : install_from_file : 311 : failed to parse sw-description!


I think I'm doing what it says is required. Any ideas?


Thanks.


firmware update
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
jeroen avatar image
jeroen answered ·

ok, you dare... Please don't do such things with a Color Control, you can completely brick it. (Well it can be restored, but involves moving SMD resistors and knowledge what to do). And please make sure you have a debug console..

That said, see https://github.com/victronenergy/meta-victronenergy/blob/master/meta-venus/recipes-support/swupdate/files/sunxi/defconfig#L60, that option is not enabled in normal builds. But you can enable it of course...

Regards,

Jeroen

6 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Related Resources

Additional resources still need to be added for this topic