Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- grab the latest bootcode.bin, fixup.dat and start.elf and copy them to your system-boot partition.
- - https://github.com/raspberrypi/firmware
- Edit the cmdline.txt file and change root=/dev/mmcblk0p2 to root=LABEL=writable
- Open the config.txt Change the kernel line(s), add an initramfs line, and comment out (#) the device_tree_address line as follows:
- kernel=vmlinuz
- initramfs initrd.img followkernel
- #device_tree_address=0x03000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement