Failed creating Raspberry Pi ISO image

2 posts / 0 new
Last post
#1 Wed, 2017-04-26 11:41
herry
  • herry's picture
  • Offline
  • Last seen: 6 months 1 week ago
  • Joined: 2017-04-26

Hi,

I've followed instructions in https://wiki.alpinelinux.org/wiki/How_to_make_a_custom_ISO_image to build an ISO image for Raspberry Pi, using the following commands:

$ apk update && apk add alpine-sdk xorriso syslinux
$ abuild-keygen -i -a -n
$ git clone "http://git.alpinelinux.org/cgit/alpine-iso"
$ make PROFILE=alpine-rpi ALPINE_ARCH=armhf iso
==> modloop: Unpacking kernel modules
fetch 'http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz'
fetch 'http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz'
ERROR: unsatisfiable constraints:
  linux-rpi (missing):
    required by: world[linux-rpi]
make: *** [Makefile:85: /root/alpine-iso/isotmp.alpine-rpi/stamp.modloop.kernel.rpi] Error 1

Note that I was running the above commands on an Alpine x86 VM.

Did I miss some configurations/commands?

Herry

Mon, 2017-05-29 17:43
Franklin Yu
  • Franklin Yu's picture
  • Offline
  • Last seen: 10 months 6 days ago
  • Joined: 2017-03-12

I thought Raspberry Pi is ARM instead of x86-64?

Log in or register to post comments