Commit f76f2787375f1a0aca13559befe09c4445b373c2

Authored by ghollingworth
Committed by Gordon Hollingworth
1 parent 250225bc

Change buildroot config name

Showing 1 changed file with 1 additions and 1 deletions
Readme.md
@@ -18,7 +18,7 @@ the second stage from the primary boot) and waits for a message packet from the @@ -18,7 +18,7 @@ the second stage from the primary boot) and waits for a message packet from the
18 The message packet it receives the data (the length is in the message packet), and it then checks the 18 The message packet it receives the data (the length is in the message packet), and it then checks the
19 length of the downloaded information (should be an .elf file either msd.elf or buildroot.elf), if the 19 length of the downloaded information (should be an .elf file either msd.elf or buildroot.elf), if the
20 length is greater than the size of the elf file, it assumes the rest of the data is a FAT16 image of a 20 length is greater than the size of the elf file, it assumes the rest of the data is a FAT16 image of a
21 -filesystem as created using the Raspberry Pi buildroot target raspberrypi_usb_test 21 +filesystem as created using the Raspberry Pi buildroot target raspberrypi_defconfig
22 22
23 ## Building 23 ## Building
24 24