edgecomllc / eupf

5G User Plane Function (UPF) based on eBPF
Apache License 2.0
95 stars 14 forks source link

Can eupf deploy on raspberry 4B? #528

Closed tuantuanpig closed 5 months ago

tuantuanpig commented 5 months ago

Can eupf deploy on raspberry 4B?

pirog-spb commented 5 months ago

Hi @tuantuanpig

Theoretically, it should, but we haven't tested such configuration. Verify that your kernel was built with eBPF support(CONFIG_BPF=y and CONFIG_BPF_SYSCALL=y).