Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

installing funtoo on raspberry pi2


donjames

Question

Hi,

I am trying to install Funtoo on a raspberry pi 2.  I get this error:

Install the Firmware

update the firmware repos? [y|N]
y

remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Already up to date.
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Already up to date.
copy firmware? [y|N]
y

cp: target '/mnt/shared/sysroots/armv7a-hardfloat-linux-gnueabi/boot' is not a directory


#### end of error####

Here is my config file:

# Create Your Installation Settings

KERNEL_WORK=/mnt/shared/rpi_kernel
RPI_KERN_BRANCH=rpi-4.14.y

SYSROOT_WORK=/mnt/shared/sysroots
STAGE3_URL=https://build.funtoo.org/1.4-release-std/arm-32bit/raspi2/stage3-latest.tar.xz
CHOST=armv7a-hardfloat-linux-gnueabi
CFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a53 -mfpu=neon-vfpv4 -mfloat-abi=hard"

#SDCARD_DEV=mmcblk0p
SDCARD_DEV=sdb
#SDCARD_DEV=sde

INSTALL_VARS=(KERNEL_WORK RPI_KERN_BRANCH SYSROOT_WORK STAGE3_URL CHOST CFLAGS SDCARD_DEV)


########### end of config file ############

Question: can someone give me a hint about why I am getting this error?

Thanks,

donjames

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...