Modify ↓
#11812 closed defect (invalid)
Failing to build latest trunk, root.squashfs is too big (WZR-HP-AG300H)
Reported by: | rancedog <rancedog@…> | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
From days ago, Even default .config is also to build root.squashfs, it's too big. Something goes wrong.
Attachments (1)
Change History (6)
Changed 6 years ago by rancedog <rancedog@…>
comment:1 Changed 6 years ago by rancedog <rancedog@…>
comment:2 Changed 6 years ago by rancedog <rancedog@…>
LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03 mkimage -A mips -O linux -T kernel -a 0x80060000 -C lzma -e 0x80060000 -n 'MIPS OpenWrt Linux-3.3.8' -d /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.bin.lzma /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.uImage Image Name: MIPS OpenWrt Linux-3.3.8 Created: Fri Jul 6 23:00:11 2012 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1119565 Bytes = 1093.33 kB = 1.07 MB Load Address: 80060000 Entry Point: 80060000 if [ `stat -c%s "/home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.uImage"` -gt 1048576 ]; then echo "Warning: /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.uImage is too big"; else if [ `stat -c%s /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/root.squashfs-64k` -gt 31850496 ]; then echo "Warning: /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/root.squashfs-64k is too big"; else ( dd if=/home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.uImage bs=1048576 conv=sync; dd if=/home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/root.squashfs-64k ) > /home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin; fi; fi Warning: /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/vmlinux-wzr-hp-ag300h.uImage is too big if [ -e "/home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin" ]; then ( echo -n -e "# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; dd if=/home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin; ) > /home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin; buffalo-enc -p WZR-HP-AG300H -v 1.99 -i /home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin -o /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/wzr-hp-ag300h.enc; buffalo-tag -b WZR-HP-AG300H -p WZR-HP-AG300H -a ath -v 1.99 -m 1.01 -l mlang8 -w 3 -c 0x80041000 -d 0x801e8000 -f 1 -r M_ -i /home/openwrt/openwrt/trunk/build_dir/linux-ar71xx_generic/tmp/wzr-hp-ag300h.enc -o /home/openwrt/openwrt/trunk/bin/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-factory.bin; fi ( cd /home/openwrt/openwrt/trunk/bin/ar71xx ; /usr/bin/find -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | sort | xargs md5sum --binary > md5sums )
Image doesn't create at all. config file is set default even. Please fix this.
Thanks
comment:3 Changed 6 years ago by rancedog <rancedog@…>
My kernel .config file was problem. replace default .config file, then compile fine.
Please close this ticket.
comment:4 Changed 6 years ago by jow
- Resolution set to invalid
- Status changed from new to closed
comment:5 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.