Page 1 of 1

Nanopi R1

Posted: Mon Apr 15, 2019 9:28 pm
by Doroteo
Hello,

any advise for build openwrt for nanopi r1?

I downloaded and do make menuconfig, but i cant see nanopi r1 hardware.

Thanks a lot

Re: Nanopi R1

Posted: Wed Apr 17, 2019 7:54 pm
by guidol
from where did you "git clone"?
for the other NanoPi's are here the instructions:
http://wiki.friendlyarm.com/wiki/index. ... ld_OpenWrt

or download compiled OpenWRT (SD or eflasher) from here:
https://drive.google.com/drive/folders/ ... GkfijH0frC

Re: Nanopi R1

Posted: Sat Apr 20, 2019 3:06 pm
by Doroteo
Thanks @guidol for your answer

I read the wiki and download from:

git clone https://github.com/friendlyarm/openwrt -b master-v18.06.1

make menuconfig

But, in the tarjet devices to compile only exist Allwiner A1/A20/A3x, so cant compile for H3, Im tried o with:

./build.sh nanopi-h3

And no build for nanopi R1,

Any help to compile for Nanopi R1?

Thanks

Re: Nanopi R1

Posted: Sat Apr 20, 2019 7:11 pm
by guidol
how about

openwrt-18.06.1_sunxi-cortexa7_prebuilt_20190109.tar.gz
https://drive.google.com/open?id=1PHtHL ... 2Ss8ezgXDf

nanopi-r1_sd_openwrt_4.14_armhf_20190117.img.zip
https://drive.google.com/open?id=1Bt2YV ... pFrMh3dRbb

nanopi-r1_eflasher_openwrt_4.14_armhf_20190117.img.zip
https://drive.google.com/open?id=1I-ziR ... cbHtbbXvzC

Re: Nanopi R1

Posted: Sun Apr 21, 2019 4:19 am
by Doroteo
Hello guidol,

Thanks a lot for your advices, I explain better my need, I want use the Nanopi R1 for a project with Openwrt, so I need build with my files and packages.

I have some experience on Openwrt development projects.

I tried

openwrt-18.06.1_sunxi-cortexa7_prebuilt_20190109.tar.gz
https://drive.google.com/open?id=1PHtHL ... 2Ss8ezgXDf

And following the directions in:

http://wiki.friendlyarm.com/wiki/index. ... ld_OpenWrt

But in all the cases cant find the target device Nanopi R1 or H3 architecture for build from sources Openwrt.

Only can build for nanopi-neo and nanopi-m1-plus, here the files generated:

openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-device-sun8i-h3-nanopi-m1-plus.manifest
openwrt-sdk-18.06.1-sunxi-cortexa7_gcc-7.3.0_musl_eabi.Linux-x86_64.tar.xz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz


I apreciate any help.

Regards

Re: Nanopi R1

Posted: Sat Apr 27, 2019 4:32 am
by Doroteo
Doroteo wrote:
Hello guidol,

Thanks a lot for your advices, I explain better my need, I want use the Nanopi R1 for a project with Openwrt, so I need build with my files and packages.

I have some experience on Openwrt development projects.

I tried

openwrt-18.06.1_sunxi-cortexa7_prebuilt_20190109.tar.gz
https://drive.google.com/open?id=1PHtHL ... 2Ss8ezgXDf

And following the directions in:

http://wiki.friendlyarm.com/wiki/index. ... ld_OpenWrt

But in all the cases cant find the target device Nanopi R1 or H3 architecture for build from sources Openwrt.

Only can build for nanopi-neo and nanopi-m1-plus, here the files generated:

openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-device-sun8i-h3-nanopi-m1-plus.manifest
openwrt-sdk-18.06.1-sunxi-cortexa7_gcc-7.3.0_musl_eabi.Linux-x86_64.tar.xz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz
openwrt-18.06.1-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz


I apreciate any help.

Regards


Hello,

Any help?

Thanks