Advertisement
c2c2_

Ubuntu: Boot Pi from USB

Jul 29th, 2023
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. grab the latest bootcode.bin, fixup.dat and start.elf and copy them to your system-boot partition.
  2. - https://github.com/raspberrypi/firmware
  3.  
  4. Edit the cmdline.txt file and change root=/dev/mmcblk0p2 to root=LABEL=writable
  5.  
  6. Open the config.txt Change the kernel line(s), add an initramfs line, and comment out (#) the device_tree_address line as follows:
  7.  
  8. kernel=vmlinuz
  9. initramfs initrd.img followkernel
  10. #device_tree_address=0x03000000
Tags: Linux pi boot usb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement