lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 5072c67 was d42a0bd, checked in by Martin Sucha <sucha14@…>, 13 years ago |
|
Make ext4fs the default ramdisk format.
mkext2.py is about 10 times faster than mkfat.py for a ~100MB image.
|
-
Property mode
set to
100644
|
|
File size:
149 bytes
|
| Line | |
|---|
| 1 | # Machine type
|
|---|
| 2 | MACHINE = beagleboardxm
|
|---|
| 3 |
|
|---|
| 4 | # RAM disk format
|
|---|
| 5 | RDFMT = ext4fs
|
|---|
| 6 |
|
|---|
| 7 | #framebuffer
|
|---|
| 8 | CONFIG_FB = y
|
|---|
| 9 |
|
|---|
| 10 | CONFIG_BFB_MODE = 1024x768
|
|---|
| 11 | CONFIG_BFB_BPP = 24
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.