as the title ,when i tried this project by running the example you supported "python3 scripts/main.py configs/oxnas.cfg", it reported the following error:
irq_domain_xlate_onetwocell_addrs : 0xd54 : 0xc0056290
Generating Final Lua Script
Traceback (most recent call last):
File "scripts/main.py", line 593, in
ecmo.analyze()
File "scripts/main.py", line 584, in analyze
self.post_init()
File "scripts/main.py", line 542, in post_init
self.generate_final_lua_script()
File "scripts/main.py", line 294, in generate_final_lua_script
print("init_irq_pointer:",hex(self.init_irq_pointer))
TypeError: 'NoneType' object cannot be interpreted as an integer
it seems the init_irq_pointer is None,how should I deal with this situation?