# Pastebin 4anfANcj def hook_me_up(system, platform): if platfom.has_module('uart'): system.enable('uart') system.uart.connect(platform.get_module('uart')) if platform.has_module('ethernet'): system.enable('ethernet') system.ethernet.connect(platform.get_module('ethernet'))