flumpy33 / raspberrypi-openwrt

Automatically exported from code.google.com/p/raspberrypi-openwrt
GNU General Public License v2.0
26 stars 6 forks source link

Generate Rpi SD card image #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The output of the OpenWrt build should also be a Rpi compatible SD card image.

This will require some details to be implemented:
 # Create a disk image containing a FAT partition and at least one Ext3 or Ext4 partition.
 # Add the Rpi GPU binary blob contents to the FAT partition
 # Add the generated Linux kernel image to the FAT partition
 # Write the Linux kernel command line settings to a file on the FAT partition
 # Deploy the generated root file system onto the Ext3/4 partition

Original issue reported on code.google.com by nathan.h...@gmail.com on 25 Feb 2012 at 10:22

GoogleCodeExporter commented 9 years ago
The first alpha release of the Raspberry Pi image generation is now available 
in the git tree.

Note:
Downloading the GPU firmware will take a while. So be patient... ;-)

The sdcard image will contain:
- fat partition containing the GPU firmware and kernel image
- ext4 partition containing the root file system

Please give it a try and post any comments/bug reports in the 
[http://groups.google.com/group/raspberrypi-openwrt-dev mailing list]

Nathan.

Original comment by nathan.h...@gmail.com on 6 Jul 2012 at 8:14

GoogleCodeExporter commented 9 years ago
Currently a fix is available in the "kernel_rework_patches" branch.

This image is booting correctly and gives console access with an USB keyboard.

Original comment by nathan.h...@gmail.com on 3 Aug 2012 at 6:28