Buildroot for Zynthian?

  1. the internal server error is due to :
● zynthian-webconf.service - Zynthian Webconf
   Loaded: loaded (/etc/systemd/system/zynthian-webconf.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2018-03-18 10:57:48 UTC; 27min ago
 Main PID: 355 (zynthian_webcon)
   CGroup: /system.slice/zynthian-webconf.service
           ├─355 /bin/bash /zynthian/zynthian-webconf/zynthian_webconf.sh
           └─389 /usr/bin/python3 ./zynthian_webconf.py

Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:     result = self.prepare()
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:   File "/home/pi/zynthian-webconf/lib/zynthian_config_handler.py", line 46, in prepare
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:     zynconf.load_midi_config()
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:   File "/zynthian/zynthian-ui/zynconf/zynthian_config.py", line 94, in load_midi_config
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:     return load_config(set_env, fpath)
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:   File "/zynthian/zynthian-ui/zynconf/zynthian_config.py", line 56, in load_config
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]:     with open(fpath) as f:
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]: FileNotFoundError: [Errno 2] No such file or directory: '/zynthian/zynthian-data/midi-profiles/default.sh'
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]: ERROR:tornado.access:500 GET / (192.168.40.105) 84.19ms
Mar 18 11:24:43 zynthian zynthian_webconf.sh[355]: INFO:tornado.access:200 GET /favicon.ico (192.168.40.105) 27.96ms

The workaround is the one I gave here (ls -s): https://github.com/zynthian/zynthian-sys/issues/36#issuecomment-372143086

  1. confirm ssh works only on second time. Opening a CustmPiOS bug. A workaround would be to reboot after first boot.

1.we fixed this yesterday

@jofemodo
Did you git-push it already?

Yes, I pushed the fix yesterday at night:

Regards,

The load-midi-config could be refactored as well.
Now it looks twice in midi-my-data.

Hi @C0d3man,

This change seems OK, could you commit? This change doesn’t affect running systems when updated, only new built images.

Regards,

touche :blush: jejeje

I would like to allow building RBPi2 images. Zynthian can run perfectly in this hardware and lot of people could reuse old RBPi2 for building cheap-but-functional Zynthian Boxes :wink:

Regards

Hi @guysoft!
We don’t have a very well defined workflow. Zynthian is a young project and i have little experience organizing Free Software & Hardware communities :wink: I’m a begginer :blush:

So … any idea or suggestion for improving Zynthian’s development workflow is very welcome, my friend.

I would try to improve …

Thanks!

@jofemodo I will (hopefully) create a pull request pull for RPi3 model detection in zynthian_envars.sh the next hours.

1 Like

Thanks @C0d3man! :wink:

1 Like