|
Last change
on this file since d082801 was c65590a, checked in by Jakub Jermar <jakub@…>, 7 years ago |
|
Switch bbone and bbxm to barebone config
The uImage.bin's are otherwise too big and the loader refuses to
boot because of insufficient memory.
|
-
Property mode
set to
100644
|
|
File size:
165 bytes
|
| Line | |
|---|
| 1 | # Machine type
|
|---|
| 2 | MACHINE = beaglebone
|
|---|
| 3 |
|
|---|
| 4 | # RAM disk format
|
|---|
| 5 | RDFMT = ext4fs
|
|---|
| 6 |
|
|---|
| 7 | #framebuffer
|
|---|
| 8 | CONFIG_FB = n
|
|---|
| 9 |
|
|---|
| 10 | # Barebone build with essential binaries only
|
|---|
| 11 | CONFIG_BAREBONE = y
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.