Giter Club home page Giter Club logo

nanopi-r1s-build-by-actions's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nanopi-r1s-build-by-actions's Issues

自动编能否把wireguard编进去

自己修改试了几次都不成功,在1月份的时候是可以的,但是1月份编出来的固件内存消耗会一点点增大,大概1天左右内存就所剩无几了,然后开始杀进程,所以想重新试试。wireguard真的很好用。

有点不理解,能帮忙解释一下吗?

manifest里的部分被改动了,下面是相对18061增加的部分,是什么用意呢?

remote name="v18061"
fetch="."
revision="refs/heads/master-v18.06.1" />
remote name="self" fetch="https://github.com/skytotwo" />

remote name="self-sd-size" fetch="https://github.com/skytotwo" revision="refs/heads/master"/>

另外以下部分也被改写
!-- img tools for h5 -->
project path="scripts/sd-fuse" name="sd-fuse_h5" remote="self-sd-size" >
linkfile dest="out" src="out"/>
/project>

!-- friendlyelec device configs -->
project path="device/friendlyelec" name="friendlywrt_device_h5" remote="v18061" />
project path="configs" name="friendlywrt_configs" remote="v18061" />

!-- friendlyelec scripts -->
project path="scripts" name="friendlywrt_scripts" remote="origin">
linkfile dest="build.sh" src="build.sh"/>
/project>

!-- friendlywrt source code -->
project path="friendlywrt" name="friendlywrt" remote="self" revision="refs/heads/master-v19.07.0-rc2" />

!-- toolchain -->
project path="toolchain" name="prebuilts" remote="origin" revision="refs/heads/master" />
/manifest>

导致git 时拉取的不是官方friendlywrt的而是你的repository内容,其他差异还无从得知,但是比官方少了半个月的更新,不知道是你加了什么代码还是什么其他用意

Build OpenWrt处报错[error]No space left on device

2020-02-09T14:49:19.9065484Z + ROOTFS=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/root.ext4
2020-02-09T14:49:19.9065792Z + BOOTFSSIZE=20
2020-02-09T14:49:19.9066019Z + ROOTFSSIZE=256
2020-02-09T14:49:19.9066644Z + UBOOT=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/staging_dir/target-aarch64_cortex-a53_musl/image/sun50i-h5-nanopi-neo-plus2-u-boot-with-spl.bin
2020-02-09T14:49:19.9066951Z + head=4
2020-02-09T14:49:19.9067187Z + sect=63
2020-02-09T14:49:19.9101306Z ++ ptgen -o /home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz -h 4 -s 63 -l 1024 -t c -p 20M -t 83 -p 256M
2020-02-09T14:49:19.9154266Z + set 1048576 20971520 23068672 268435456
2020-02-09T14:49:19.9154658Z + BOOTOFFSET=2048
2020-02-09T14:49:19.9154897Z + BOOTSIZE=40960
2020-02-09T14:49:19.9155148Z + ROOTFSOFFSET=45056
2020-02-09T14:49:19.9155391Z + ROOTFSSIZE=524288
2020-02-09T14:49:19.9156479Z + dd bs=1024 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/staging_dir/target-aarch64_cortex-a53_musl/image/sun50i-h5-nanopi-neo-plus2-u-boot-with-spl.bin of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=8 conv=notrunc
2020-02-09T14:49:19.9302250Z 585+1 records in
2020-02-09T14:49:19.9302695Z 585+1 records out
2020-02-09T14:49:19.9305200Z 599896 bytes (600 kB, 586 KiB) copied, 0.00383245 s, 157 MB/s
2020-02-09T14:49:19.9306226Z + dd bs=512 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz.boot of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=2048 conv=notrunc
2020-02-09T14:49:20.1175019Z 40960+0 records in
2020-02-09T14:49:20.1175610Z 40960+0 records out
2020-02-09T14:49:20.1176681Z 20971520 bytes (21 MB, 20 MiB) copied, 0.179332 s, 117 MB/s
2020-02-09T14:49:20.1182275Z + dd bs=512 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/root.ext4 of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=45056 conv=notrunc
2020-02-09T14:49:21.5804241Z dd: error writing '/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz': No space left on device
2020-02-09T14:49:21.5805538Z 189953+0 records in
2020-02-09T14:49:21.5805815Z 189952+0 records out
2020-02-09T14:49:21.5806794Z 2020-02-09T14:49:21.7217183Z ##[error]No space left on device

6in4 missing in LuCi

Hello, I am trying to setup HE net 6in4 tunnel on NanoPI R1S-H5. I installed luci-proto-ipv6 and 6in4, but the 6in4 option is still missing on the WAN6 interface configuration page.

root@FriendlyWrt:~# uname -a
Linux FriendlyWrt 4.14.111 #1 SMP Mon Dec 23 18:18:09 CST 2019 aarch64 GNU/Linux
OpenWrt SNAPSHOT r11626-16e87514f5 / LuCI friendlywrt branch git-19.343.40425-bb021b4

Thanks

r1s h5版本固件没有无线

比较奇怪,我fork以后自己编译,或者直接在本repo的actions里面下载编译好的固件,刷到r1s h5里面都没wifi,硬件没有问题,其他固件都有无线,请问是上游代码问题还是有什么配置需要修改的吗?谢谢!

无法升级问题,已找到bug

编译后img文件有600MB
系统直接升级是先上传到tmp目录
但是tmp目录只有235MB
上传过程中tmp就会被占满,导致升级失败
求调整tmp目录大小为2GB
感谢大神

R1S-H3在接取固件有问题请大佬改一下h3.xml

2020-01-02T09:35:01.8397510Z * [new tag] v2016.09-rc1 -> v2016.09-rc1
2020-01-02T09:35:01.8400056Z * [new tag] v2016.09-rc2 -> v2016.09-rc2
2020-01-02T09:35:01.8400384Z * [new tag] v2016.09.01 -> v2016.09.01
2020-01-02T09:35:01.8401390Z * [new tag] v2016.11 -> v2016.11
2020-01-02T09:35:01.8402987Z * [new tag] v2016.11-rc1 -> v2016.11-rc1
2020-01-02T09:35:01.8404642Z * [new tag] v2016.11-rc2 -> v2016.11-rc2
2020-01-02T09:35:01.8408252Z * [new tag] v2016.11-rc3 -> v2016.11-rc3
2020-01-02T09:35:01.8408583Z * [new tag] v2017.01 -> v2017.01
2020-01-02T09:35:01.8409983Z * [new tag] v2017.01-rc1 -> v2017.01-rc1
2020-01-02T09:35:01.8411013Z * [new tag] v2017.01-rc2 -> v2017.01-rc2
2020-01-02T09:35:01.8413689Z * [new tag] v2017.01-rc3 -> v2017.01-rc3
2020-01-02T09:35:01.8415202Z * [new tag] v2017.03-rc1 -> v2017.03-rc1
2020-01-02T09:35:01.8417294Z * [new tag] v2017.03-rc2 -> v2017.03-rc2
2020-01-02T09:35:01.8417588Z * [new tag] v2017.03-rc3 -> v2017.03-rc3
2020-01-02T09:35:02.1027197Z From https://github.com/friendlyarm/friendlywrt_configs
2020-01-02T09:35:02.1028596Z * [new branch] master-v18.06.1 -> v18061/master-v18.06.1
2020-01-02T09:35:02.2466705Z fatal: could not read Username for 'https://github.com': No such device or address
2020-01-02T09:35:39.3508488Z fatal: could not read Username for 'https://github.com': No such device or address
2020-01-02T09:36:10.3841637Z error: Cannot fetch sd-fuse_h3 from https://github.com/skytotwo/sd-fuse_h3
2020-01-02T09:36:10.3881385Z
2020-01-02T09:36:10.3881902Z error: Exited sync due to fetch errors
2020-01-02T09:36:10.3883636Z Fetching project u-boot
2020-01-02T09:36:10.3910966Z Fetching project friendlywrt_configs
2020-01-02T09:36:10.3911766Z Fetching project sd-fuse_h3
2020-01-02T09:36:10.4000964Z ##[error]Process completed with exit code 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.