drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build with videocore option

rcla opened this issue · comments

commented

If I try to use:

ENABLE_VIDEOCORE = true

I fail with the error "pusd not found"

It works for me, changing sh to bash in the rpi23-gen-image.sh file

I mean change
#!/bin/sh
to
#!/bin/bash

hi there is a upcoming fix the next pull request. *script was switched temprorary to /bin/bash but meant to stay /bin/sh

should be fixed now. otherwise please reopen