I have got a new pico max and it is working.
But i have not found easy way to install, without having to install a complete system on the external card, crontab, php (with all extensions) and ipv6.
Ca you give me some hints ?
how to install crontab, php and ipv6?
Hello, the SDK we maintain currently only supports the building of buildroot images. Buildroot does not support a package manager, so adding support requires compiling a new image on the host machine to achieve this.
CRONTAB and PHP are software support options that can be enabled by running ./build.sh buildrootconfig, and IPV6 is a kernel support option that can be enabled by running ./build.sh kernelconfig.
CRONTAB and PHP are software support options that can be enabled by running ./build.sh buildrootconfig, and IPV6 is a kernel support option that can be enabled by running ./build.sh kernelconfig.
sorry for late reply but reply had "remained in the browser" for two months until an update to it resurfaced all incomplete forms:
Actually ipv6 and crontab are present, just are not configured. It would be nice to have them with all the
normal configurations made, after all for IP6 would be just a line:
Actually ipv6 and crontab are present, just are not configured. It would be nice to have them with all the
normal configurations made, after all for IP6 would be just a line:
Code: Select all
insmod /oem/usr/ko/ipv6.ko
