Replies: 2 comments
-
I finally managed to build the image by installing the packages.
I was able to mount a USB, format it and install the remaining packages to the sd, but in the web interface I have no access to the menus. I can install packages and ping the internet from the CLI but in the web interface nothing works, I can't even load news, can someone help me? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's not enough. You have to change everything in pineapple to run from usb. Also the panel files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to create an image for tplink_tl-wdr3600-v1 but it only has 8MB of FLASH, but I see that in the list of compatible devices there are a couple with similar flash memory size, the WT3020A with 4MB and WMM003N (Cloud Easy Power) with 8 and microSD. My problem is when I try to build the image with the command from the documentation
make image PROFILE=gl-ar150 PACKAGES="at autossh base-files block-mount ca-certificates chat dnsmasq e2fsprogs ethtool firewall hostapd-utils ip6tables iperf3 iwinfo kmod-crypto-manager kmod-fs-ext4 kmod-fs-nfs kmod-fs-vfat kmod-gpio-button-hotplug kmod-ipt-offload kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-netdev kmod-ledtrig-timer kmod-mt76x2u kmod-nf-nathelper kmod-rt2800-usb kmod-rtl8187 kmod-rtl8192cu kmod-scsi-generic kmod-usb-acm kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-qmi-wwan kmod-usb-net-rndis kmod-usb-net-sierrawireless kmod-usb-net-smsc95xx kmod-usb-ohci kmod-usb-storage-extras kmod-usb-uhci kmod-usb2 libbz2-1.0 libcurl4 libelf1 libffi libgmp10 libiconv-full2 libintl libltdl7 libnet-1.2.x libnl200 libreadline8 libustream-mbedtls20150806 libxml2 logd macchanger mt7601u-firmware mtd nano ncat netcat nginx odhcp6c odhcpd-ipv6only openssh-client openssh-server openssh-sftp-server openssl-util php7-cgi php7-fpm php7-mod-hash php7-mod-json php7-mod-mbstring php7-mod-openssl php7-mod-session php7-mod-sockets php7-mod-sqlite3 ppp ppp-mod-pppoe procps-ng-pkill procps-ng-ps python-logging python-openssl python-sqlite3 rtl-sdr ssmtp tcpdump uboot-envtools uci uclibcxx uclient-fetch urandom-seed urngd usb-modeswitch usbreset usbutils wget wireless-tools wpad busybox libatomic1 libstdcpp6 -wpad-basic -dropbear" FILES=../rootfs
with error
![image](https://private-user-images.githubusercontent.com/10567364/405840805-11b9c733-ee64-466a-9652-a9f75eb11b80.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzI4MTAsIm5iZiI6MTczOTI3MjUxMCwicGF0aCI6Ii8xMDU2NzM2NC80MDU4NDA4MDUtMTFiOWM3MzMtZWU2NC00NjZhLTk2NTItYTlmNzVlYjExYjgwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDExMTUxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1NTdiODFjODBjNmM0MWZkOTI3MmZmODkwYmY5OTAwYTNkOGRiY2NiZjg3YTgwMjJiYjI0ODJhMmNkNDYyYjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.19M5QPZBeEOJCZaEPhB0UT9sqILgKMPmKSzrzqmScKU)
The size exceeds the memory limit, can you help me choose the minimum packages?
Beta Was this translation helpful? Give feedback.
All reactions