hi! check here how to configure a bootp server to load and run the test hello world binary. https://github.com/0xCA5A/kickstart/blob/master/beaglebone/bare_metal_hello_world/README.md
note: if you want to use bootp you have to modify the sysboot configuration to have EMAC1 in your boot device list. default bbb boot configuration is: 11100b, boot seq: MMC1 MMC0 UART0 USB0 (doublecheck in am335x manual / bbb schema!) this can be easily modified to this: 10000b : XIP EMAC1 MMC0 UART0 (MUX1)[2] connect the expansion header pins LCD_DATA2 and LCD_DATA3 to ground using a 1k resistor to change the configuration (doubleckeck!) i don't know exactly what this XIP boot mode does. i hope there is no bus fight or something like that... this solution works for me. have fun! Am Freitag, 25. Oktober 2013 13:57:48 UTC+2 schrieb Satz Klauer: > > On Thu, Oct 24, 2013 at 9:57 PM, Samuel Casa > <[email protected]<javascript:>> > wrote: > > > https://github.com/0xCA5A/kickstart/tree/master/beaglebone/bare_metal_hello_world > > > > > if you are interested i can provide a short tutorial how to setup the > bootp > > server using linux. > > This is a really great source for information - thanks for this! And > yes, a bootp HOWTO would be really useful :-) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
