You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm probably doing something wrong here but I'm getting strange results from the SDK image, particularly the armsr variant
FROM openwrt/sdk:armsr-armv8-openwrt-23.05
RUN echo "src-git ten64 https://gitlab.com/traversetech/ls1088firmware/ten64-openwrt-feed.git^9674072" >> feeds.conf.default
RUN sed -i "s/git.openwrt.org\/feed/github.com\/openwrt/" feeds.conf.default
RUN sed -i "s/git.openwrt.org\/project/github.com\/openwrt/" feeds.conf.default
RUN sed -i "s/git.openwrt.org/github.com/" feeds.conf.default
RUN scripts/feeds update -a
#RUN scripts/feeds install -a
RUN echo CONFIG_TARGET_armsr_armv8=y >> .config
RUN echo CONFIG_TARGET_DEVICE_armsr_armv8_DEVICE_generic=y >> .config
RUN make defconfig
RUN scripts/feeds install hwmon-traverse-sensors
RUN make package/hwmon-traverse-sensors/compile -j8
#RUN sed -i s/CONFIG_ALL_KMODS=y/CONFIG_ALL_KMODS=n/ .config
#CONFIG_ALL=y
#RUN sed -i s/CONFIG_SIGNED_PACKAGES=y/CONFIG_SIGNED_PACKAGES=n/ .config
#RUN make package/hwmon-traverse-sensors/compile -j1 V=s
#RUN make package/hwmon-traverse-sensors/compile -j8
#RUN make package/index
If you run a shell from the built image, everything's in bin/targets/octeontx - shouldn't this be something similar to bin/targets/armsr?
The text was updated successfully, but these errors were encountered:
Hi, I'm probably doing something wrong here but I'm getting strange results from the SDK image, particularly the armsr variant
If you run a shell from the built image, everything's in bin/targets/octeontx - shouldn't this be something similar to bin/targets/armsr?
The text was updated successfully, but these errors were encountered: