Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[H5-64D]Update Nokia Platform modules after OC tests #19

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/sonic-platform-nokia-ixr7220h5-64d.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ixr7220h5-64d/scripts/h5_64d_platform_init.sh usr/local/bin
ixr7220h5-64d/scripts/pcisysfs.py usr/local/bin
ixr7220h5-64d/scripts/ports_notify.py usr/local/bin
ixr7220h5-64d/service/h5_64d_platform_init.service etc/systemd/system
ixr7220h5-64d/service/ports_notify.service etc/systemd/system/
ixr7220h5-64d/modules/sonic_platform-1.0-py3-none-any.whl usr/share/sonic/device/x86_64-nokia_ixr7220_h5_64d-r0
3 changes: 3 additions & 0 deletions debian/sonic-platform-nokia-ixr7220h5-64d.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# see: dh_installdeb(1)

chmod a+x /usr/local/bin/h5_64d_platform_init.sh
chmod a+x /usr/local/bin/ports_notify.py
systemctl enable h5_64d_platform_init.service
systemctl start h5_64d_platform_init.service
systemctl enable ports_notify.service
systemctl start --no-block ports_notify.service
3 changes: 3 additions & 0 deletions ixr7220h5-64d/modules/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SYSFPGA_NAME = sys_fpga
obj-m := $(SYSFPGA_NAME).o cpupld.o swpld2.o swpld3.o dni_psu.o eeprom_fru.o eeprom_tlv.o
$(SYSFPGA_NAME)-y := fpga.o fpga_attr.o fpga_gpio.o fpga_i2c.o fpga_reg.o
Loading