Setting AP mode on ROCK Pi4

This guide describes Setting AP mode on ROCK Pi4. Here we use ROCK Pi 4 with Ubuntu system image.

Nowadays Rock Pi Boards are popular. Rock Pi is the best alternative of Raspberry Pi. Rock Pi 4 is a most popular SBC. Rock Pi Developed and Manufactured by Radxa. Radxa is a startup founded 2013, focusing on design, manufacture and sell Open Source Hardware products. Radxa also provides custom designing, prototyping and software/hardware integration services. Radxa® is pronounced as [reksə]. The name is from the Latin word radix which means root. Radxa® is a registered trade mark by Radxa Limited in Shenzhen, China(深圳市瑞莎科技).

Here a info post about Rock Pi Boards – Rock Pi Boards | Rock Pi 4 | Rock Pi X | Rock Pi N10


Setting AP mode on ROCK Pi4


Install Dependencies Packages

  $ sudo apt-get install git cmake hostapd

Install create_ap

  $ git clone https://github.com/oblique/create_ap
  $ cd create_ap
  $ sudo make install

Examples

  • Open network:

SSID: ROCKPI4

  $ sudo create_ap wlan0 eth0 ROCKPI4
  • WPA + WPA2 passphrase:

SSID: ROCKPI4 Password: 12345678

  $sudo create_ap wlan0 eth0 ROCKPI4 12345678

More information see GitHub: create_ap

Source – https://wiki.radxa.com/Rockpi4/dev/apmode

You may like also:

Harshvardhan Mishra

Hi, I'm Harshvardhan Mishra. I am a tech blogger and an IoT Enthusiast. I am eager to learn and explore tech related stuff! also, I wanted to deliver you the same as much as the simpler way with more informative content. I generally appreciate learning by doing, rather than only learning. Thank you for reading my blog! Happy learning! Follow and send tweets me on @harshvardhanrvm. If you want to help support me on my journey, consider sharing my articles, or Buy me a Coffee!

3 thoughts on “Setting AP mode on ROCK Pi4

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: