OpenWrt Forum Archive

Topic: [SOLVED] After build the Image …sysupgrade.bin are missing

The content of this topic has been archived on 1 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,
the following image is created after the build:

-rw-r--r--  1 manitschke manitschke       534 Dez 18 00:53 md5sums
-rw-r--r--  1 manitschke manitschke 113964062 Dez 18 00:56 OpenWrt-ImageBuilder-x86-64.Linux-x86_64.tar.bz2
-rw-r--r--  1 manitschke manitschke  24638530 Dez 18 00:53 openwrt-x86-64-combined-ext4.img.gz
-rw-r--r--  1 manitschke manitschke  22544388 Dez 18 00:52 openwrt-x86-64-combined-squashfs.img
-rw-r--r--  1 manitschke manitschke  21545799 Dez 18 00:52 openwrt-x86-64-generic-rootfs.tar.gz
-rw-r--r--  1 manitschke manitschke  21724072 Dez 18 00:51 openwrt-x86-64-rootfs-ext4.img.gz
-rw-r--r--  1 manitschke manitschke  17825796 Dez 18 00:52 openwrt-x86-64-rootfs-squashfs.img
-rw-r--r--  1 manitschke manitschke   2660704 Dez 18 00:50 openwrt-x86-64-vmlinuz
drwxr-xr-x 10 manitschke manitschke      4096 Nov 29 00:54 packages
-rw-r--r--  1 manitschke manitschke       854 Dez 18 00:54 sha256sums

Then I try, in the folder "OpenWrt-ImageBuilder-x86-64.Linux-x86_64" with the command

make image PROFILE=Generic

, the "Image …sysupgrade.bin" to create. After the build I see the same files as above. How do I get the bin file from my build?
Thanks for replay, by Stefan Harbich

(Last edited by sharbich on 20 Dec 2016, 00:25)

There's no sysupgrade images on x86/64 afaik; you can just use openwrt-x86-64-combined-ext4.img.gz to upgrade your exising installation. That's how I do it on my PC Engines APU2.

Hi Borromini,
when i copy the Image

openwrt-x86-64-combined-squashfs.img

, i can then use the command

sysupgrade -p openwrt-x86-64-combined-squashfs.img

, upgrade the current version?
Thanks for answer, by Stefan Harbich

I use plain sysupgrade, without the -p. Have you run into issues without -p?

Hi Borromini,
with

sysupgrade -p openwrt-x86-64-combined-squashfs.img

is fine.
Thanks for helping

The discussion might have continued from here.