Failed creating Raspberry Pi ISO image
#1
Wed, 2017-04-26 11:41
herry
-
- Offline
- 6 months 1 week ago
- 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
I thought Raspberry Pi is ARM instead of x86-64?