Hi all, was looking for Moebius,

got an ar150 to try openwrt.

I am a newbe (noobs) to linux, embedded linux and so on.

Tried your recipe to build pineapple nano for ar150 (see post #18623).

The ar150 boots up nicely. My second usb wifi adapter lights up.

My question is why I dont get the 172.16.42.1 ip address for the machine ?

I got the 192.168.1.1 IP address that is the same listed on the pineapple 10.6 bin squashfs-root binwalk extracted

etc/config/preinit files

pi_ifname=
pi_ip=192.168.1.1
pi_broadcast=192.168.1.255
pi_netmask=255.255.255.0

I know I should study the openwrt manual (and I swear I tried to understand the logic of the system:

started from pdf slides about embedded linux and buildroot from free electrons) but so far everything is so confusing

thats why I am asking for help.

Is there anywhere a way to understand/learn figure out how openwrt starts ? I understood preinit is just the beginning after bootloader

but after that is very difficult to me ! Something like a flow chart or a short manual with the process/program/daemon invoked after start

to understand why the preinit IP address 192.168.1.1 isnt changed in 172.16.42.1 as per your recipe ??

Sorry I was maybe too long, I am trying to learn both the terminology and the logic underneat linux based routing devices.

Thank You in advance for Your time and effort

I appreciate

Bests

P.