-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v21.02.0-rc1 #882
Comments
I've already created the openwrt-21.02 branch.
|
found a branch, thanks. I do everything according to the instructions, I get an error |
feeds.conf for OpenWrt v21.02.0-rc1 branch
and run
|
I do everything as described, but there are errors in the process and in the end there are no points
. /scripts/feeds update -a |
Ah! You're not using 21.02. As it is concluded, the Linux kernel of OpenWrt-21.02 does not support the MIPS FPU Emulator. If you plan to use mips as a target, node.js will not work. If you are not targeting mips, please update your source code in the following way
|
thanks for the help, but it does not work, there are simply no points in the builder. Everything worked for me newifi2 ramips m7621 router in version 19.07. Did I understand correctly that 21.02 does not support the MIPS FPU Emulator core? |
Your target machine: newifi2 (https://openwrt.org/toh/hwdata/d-team/d-team_newifi_d2) The version of OpenWrt you want to install: v21.02.0-rc1 kernel: Use new symbol to deactivate MIPS FPU support: (openwrt/openwrt@69d179e) Node.js support platform list: https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list Discussion in Node.js: nodejs/node#26179 Node.js is not certified to run MIPS. |
I do not understand English well, and Google translator does not allow me to understand the situation as you describe it. When built on 07/19/7, everything worked like this: Add the following line to it: WE UPDATE SOURCES AND INSTALL PACKAGES FROM THEM: ./scripts/feeds update -a WE DO THE SAME BUT SEPARATELY FOR Node.js: ./scripts/feeds update node DOWNLOAD THE OFFICIAL ASSEMBLY CONFIGURATION FILE: wget -O ./.config https://downloads.openwrt.org/releases/19.07.7/targets/ramips/mt7621/config.buildinfo RUNNING THE CONFIGURATION UTILITY: make menuconfig and puts appeared and you can select them: Global build settings> Kernel build options _______ Now I'm doing this and it doesn't work: OPENING THE FILE WITH THE LIST OF SOURCES: nano ./feeds.conf.default WE UPDATE SOURCES AND INSTALL PACKAGES FROM THEM: ./scripts/feeds update -a WE DO THE SAME BUT SEPARATELY FOR Node.js: ./scripts/feeds update node DOWNLOAD THE OFFICIAL ASSEMBLY CONFIGURATION FILE: wget -O ./.config https://downloads.openwrt.org/releases/21.02.0-rc1/targets/ramips/mt7621/config.buildinfo RUNNING THE CONFIGURATION UTILITY: make menuconfig After there are no parameters: Global build settings> Kernel build options Can you more simply explain what my mistake is? |
Openwrt has fine documentation. https://openwrt.org/docs/guide-developer/build-system/use-buildsystem If you want to use v21.02.0-rc1 with newifi2, you can build the firmware as follows Of course, You can't use node.js, or even select the build target.
Select
Of course, you can't use node.js, or even select the build target. |
If you select ramips in 21.02, you will not see this display you commented on.
|
The reason is what I commented on and this code. ramips mipsel (m7621) does not have FPU. This means that "HAS_FPU" is not valid. |
To put it simply, if you want to run node.js on OpenWrt ramips, you have to use 19.07. |
thanks for the detailed answer, now it is clear that openwrt 21.02.0-rc1 is not suitable for using mips fpu emulator |
@spot320 DeepL - это отличная программа для перевода. Я тоже им пользуюсь. |
Спасибо вам большое. Я до этого читал что из-за отсутствия подержки аппаратного fpu на mips был вами разработан эмулятор, именно по этому я и пользовался им на 19.07 сейчас хотел обновить прошивку до 21.02 но понял что нет смысла. Сейчас я пытаюсь найти вариант установки node.js на 21.02, изучаю форумы, нашел https://github.com/patrikx3/openwrt-insomnia но с моим уровнем знаний это тяжело, пытаюсь разобраться что к чему. И спасибо за переводчик, действительно годный. |
da |
add instructions for building 21.02.0-rc1, but I can't find what to add to feeds.conf.default. from 19.07 does not work.
The text was updated successfully, but these errors were encountered: