Fix boot (#459)
* Fix permission check * Remove fails on copy * Disable FB_BCM2708 * Don't touch the memory map from first stage * bootcode.bin is not needed on rpi4
This commit is contained in:
@@ -91,7 +91,7 @@ function create_kernel_image() {
|
||||
# Mount / init file structs
|
||||
sudo mkdir -p /mnt/data/
|
||||
sudo mount -o loop "${kernel_img}" /mnt/data
|
||||
sudo cp -f "${kernel}" /mnt/data/
|
||||
sudo cp "${kernel}" /mnt/data/
|
||||
sudo umount /mnt/data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user