Zero3e openwrt support

With support from radxa (received a sample board) I’ve started to add support for openwrt for the zero3e board
Test build https://oshi.at/tPRZ (90 days link)
Source code (dev tree) https://github.com/maurerr/openwrt/tree/radxa-zero3e

Any feedback is welcome

EDIT:
a “proper release” is on maurerr.github.io/radxa-zero3e with kernel modules and update to distfeeds.conf for those
for openwrt mainline we need u-boot support so I’ll request some help with that.
stay tuned :slight_smile:

4 Likes

Hi @mariusd_ro, were you able to achieve your goal? Does WIFI AP work?

Thank you!

I only have zero3e and it doesn’t come with wifi
maybe @RadxaNaoki can help to answer about wifi AP

supporting wifi on 3W is planned but currently no ETA, sorry
(you may use USB wifi)

Openwrt is available oficialy https://downloads.openwrt.org/snapshots/targets/rockchip/armv8/

3 Likes

so just gzip -dc radxa_zero-3e-ext4-sysupgrade.img.gz > /dev/mmcblk0?

1 Like

cooool :slight_smile:

root@OpenWrt:~# ethtool -T eth0
Time stamping parameters for eth0:
Capabilities:
       hardware-transmit     (SOF_TIMESTAMPING_TX_HARDWARE)
       software-transmit     (SOF_TIMESTAMPING_TX_SOFTWARE)
       hardware-receive      (SOF_TIMESTAMPING_RX_HARDWARE)
       software-receive      (SOF_TIMESTAMPING_RX_SOFTWARE)
       software-system-clock (SOF_TIMESTAMPING_SOFTWARE)
       hardware-raw-clock    (SOF_TIMESTAMPING_RAW_HARDWARE)
PTP Hardware Clock: 0
Hardware Transmit Timestamp Modes:
       off                   (HWTSTAMP_TX_OFF)
       on                    (HWTSTAMP_TX_ON)
Hardware Receive Filter Modes:
       none                  (HWTSTAMP_FILTER_NONE)
       all                   (HWTSTAMP_FILTER_ALL)
       ptpv1-l4-event        (HWTSTAMP_FILTER_PTP_V1_L4_EVENT)
       ptpv1-l4-sync         (HWTSTAMP_FILTER_PTP_V1_L4_SYNC)
       ptpv1-l4-delay-req    (HWTSTAMP_FILTER_PTP_V1_L4_DELAY_REQ)
       ptpv2-l4-event        (HWTSTAMP_FILTER_PTP_V2_L4_EVENT)
       ptpv2-l4-sync         (HWTSTAMP_FILTER_PTP_V2_L4_SYNC)
       ptpv2-l4-delay-req    (HWTSTAMP_FILTER_PTP_V2_L4_DELAY_REQ)
       ptpv2-event           (HWTSTAMP_FILTER_PTP_V2_EVENT)
       ptpv2-sync            (HWTSTAMP_FILTER_PTP_V2_SYNC)
       ptpv2-delay-req       (HWTSTAMP_FILTER_PTP_V2_DELAY_REQ)

thanks