Bringing up new hardware, and GPIO definitions
Philip Prindeville
philipp_subx at redfish-solutions.com
Mon Aug 21 12:49:54 PDT 2023
On a somewhat related note, I got into my /etc/board.d/02_network file and made this change:
#
# Copyright © 2017 OpenWrt.org
#
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
board_config_update
+logger -p daemon.info <http://daemon.info/> "board_name: $(board_name)"
case "$(board_name)" in
But best as I can tell that line isn't being hit... or rather, the whole file isn't.
What would prevent that from happening? I'm not very familiar with the preinit logic.
Thanks
> On Aug 21, 2023, at 11:34 AM, Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:
>
> I have a new x86 prototype box I'm working with, and it doesn't have a DTSI file (obviously) or a platform driver... and given my experiences with getting APU platform drivers upstream last time, I'm hesitant to do that all over again.
>
> Anyway, is there an easy way to do GPIO assignments for LEDs and switches if the kernel isn't doing this for me?
>
> Thanks
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list