NanoPI R2S is a great OpenWrt device

Everything looks ok, any plan pull request to upstream? @jayanta525

Not yet, there's already a RK3328 target pending.

1 Like

I'll update the PR asap, but anyway from experience, it will take a while to be merged

3 Likes

Hi all,

I will receive my 2rs tomorrow .
Could you explain how to build the openwrt image ans flash the sdcard?

https://openwrt.org/docs/guide-developer/quickstart-build-images
https://openwrt.org/docs/guide-user/additional-software/beginners-build-guide


This is a good start.

use https://github.com/jayanta525/openwrt-nanopi-r2s, gpio branch

1 Like
Build: 
git clone --depth 10 https://github.com/jayanta525/openwrt-nanopi-r2s.git
cd openwrt-nanopi-r2s
./scripts/feeds update -a
./scripts/feeds install -a
time make -j$(nproc) download V=s
make defconfig
time make V=s VERBOSE=1 -j$(nproc) JOBS=$(nproc) 2>&1 | tee build.log | egrep -i '(warn|error)'

Wating 30min build done.

Flash the sdcard:
cd bin/targets/rockchip/armv8
dd if=openwrt-rockchip-armv8-friendlyelec_nanopi-r2-rev00-ext4-sysupgrade.img of=/dev/<sdcard> bs=32M

flash sdcard done
3 Likes

Thanks.
I will try to build tomorrow under a docker containers, ans i will flash uder Windows.

I have order the rs2 31 euro, and i have pay here in Belgium the custom 38 euro

1 Like

That's a total of 69 euro for the board.

Follow the procedure provided by @xiaobo with this modification

The build time will depend on your build system. It will take a while to build the toolchains initially and the subsequent builds will compile much faster.

I suggest you first try the pre-built images from here: https://github.com/jayanta525/openwrt-nanopi-r2s/releases

1 Like

It's not good!

You can avoid custom costs if you buy from aliexpress reseller. Should be about 40 euros with the case and power supply. Tip for next time :slight_smile:.

crazy temp, i'm getting around 65°C now

I will look into the thermal issues soon as i get the board.

rk3328 SoC are known to run hotter, specially when set to PERFORMANCE CPU_GOVERNOR.

Try using an active cooler.

I customized the fan, but there problem

Hi,

could you please share the spare parts you have used for the active fan

Do you use a second psu for the fan ?

Thanks

Fan connect motherboard
But I don't recommend it

Hi,

why you do not recommend ? Due to current draw from the PSU ?

Too noisy!

2 Likes

OK. It will sit in my basement :slight_smile: So not an issue for me :wink:

But this is not as good as X86

The NanoPI R2S metal shell has a good cooling(30-50 degrees Celsius) and quiet effect. Mine has been running for several weeks and is stable. The temperature is normal and there is nothing to worry about. 5 watt low power consumption.

5 Likes