- bugs
This commit is contained in:
parent
28d5f24961
commit
1f3844c2e4
@ -480,7 +480,8 @@ $ROOT_UUID / ext4 defaults 0 0" > "$BUILD_PATH"/e
|
|||||||
info "copying raspberry firmware in /boot"
|
info "copying raspberry firmware in /boot"
|
||||||
/bin/rsync -rlptDH "$FIRMWARE_PATH/firmware-stable/boot/" "$BOOT"
|
/bin/rsync -rlptDH "$FIRMWARE_PATH/firmware-stable/boot/" "$BOOT"
|
||||||
cp -a "$FIRMWARE_PATH/firmware-stable/extra/uname_string*" "$BOOT"
|
cp -a "$FIRMWARE_PATH/firmware-stable/extra/uname_string*" "$BOOT"
|
||||||
|
info "copying config.txt"
|
||||||
|
cp "$SOURCE_PATH/$CONFIG_PATH/config.txt"
|
||||||
info "adding modules in /etc/modules"
|
info "adding modules in /etc/modules"
|
||||||
echo "vchiq
|
echo "vchiq
|
||||||
snd_bcm2835
|
snd_bcm2835
|
||||||
@ -666,9 +667,8 @@ xu3 | xu4)
|
|||||||
;;
|
;;
|
||||||
rpi)
|
rpi)
|
||||||
CREATEIMG="createrpiimage"
|
CREATEIMG="createrpiimage"
|
||||||
FIRMWARE_PATH="$SOURCE_PATH/.."
|
#FIRMWARE_PATH="$SOURCE_PATH/.."
|
||||||
FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/archive/stable.zip"
|
#FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/archive/stable.zip"
|
||||||
FIRMWARE_DIR="firmware-stable"
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
error "No Target : $TARGET"
|
error "No Target : $TARGET"
|
||||||
|
Reference in New Issue
Block a user