Trying to install the ONL ( latest-DEB8-PPC-swi.installer) on AS5600-52x running ONIE (Linux onie 3.2.35-onie+ #1 SMP Tue Nov 5 01:22:38 PST 2013 ppc GNU/Linux) and getting following error
Launching ONL installer
Extracting from /tmp/sfx-Mgz6wp/onie-installer.zip: preinstall.sh ...
Archive: /tmp/sfx-Mgz6wp/onie-installer.zip
inflating: preinstall.sh
Invoking pre-install actions
Hello from preinstall
Chroot is /tmp/sfx-Mgz6wp/initrd-xbfOYR
Traceback (most recent call last):
File "/usr/bin/onl-install", line 6, in <module>
File "/usr/lib/python2.7/dist-packages/onl/install/App.py", line 20, in <module>
from ShellApp import OnieBootContext
File "/usr/lib/python2.7/dist-packages/onl/install/ShellApp.py", line 18, in <module>
import onl.platform.current
File "/usr/lib/python2.7/dist-packages/onl/platform/current.py", line 43, in <module>
OnlPlatform = import_subsystem_platform_class()
File "/usr/lib/python2.7/dist-packages/onl/platform/current.py", line 38, in import_subsystem_platform_class
m = importlib.import_module('%s.platform.%s' % (subsystem, platform_module))
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named powerpc_as5600_52x
Install failed.
From the documentation it states as5600 is supported. Has anyone seen this error before?
Also looking at the similar modules, onl/platform/powerpc_accton_as5610_52x_r0/__init__.py
#!/usr/bin/python
from onl.platform.base import *
from onl.platform.accton import *
class OnlPlatform_powerpc_accton_as5610_52x_r0(OnlPlatformAccton,
OnlPlatformPortConfig_48x10_4x40):
PLATFORM='powerpc-accton-as5610-52x-r0'
MODEL='AS5610-52X'
SYS_OBJECT_ID='.5610.52'