FirefoxOS/RPiB2: Difference between revisions

Jump to navigation Jump to search
This is being useless now we have boot.img produced
(Reduce boot partition size requirements)
(This is being useless now we have boot.img produced)
Line 170: Line 170:
  cache (Partition 3) = Size [512MB] = format as ext4
  cache (Partition 3) = Size [512MB] = format as ext4
  data (Partition 4) = Size [Rest of free space] = format as ext4
  data (Partition 4) = Size [Rest of free space] = format as ext4
=== Copying data to SD card ===
Copy the following files to each partition.
1. Everything inside '''device/raspberrypi/rpi2b/boot/''' is copied into '''boot (Partition 1)'''
device/raspberrypi/rpi2b/boot/* => boot
2. '''zImage''' is copied into '''boot (Partition 1)'''
kernel/raspberrypi/rpi2b/arch/arm/boot/zImage => boot
3. '''bcm2709-rpi-2-b.dtb''' is copied into '''boot (Partition 1)'''
kernel/raspberrypi/rpi2b/arch/arm/boot/dts/bcm2709-rpi-2-b.dtb => boot
4. '''ramdisk.img''' is copied into '''is copied into '''boot (Partition 1)'''
out/target/product/rpi2b/ramdisk.img => boot


=== Flashing system to SD card ===
=== Flashing system to SD card ===
Confirmed users
11

edits

Navigation menu