<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1429181362533_8679">Hi all,</div><div id="yui_3_16_0_1_1429181362533_8724"><br></div><div id="yui_3_16_0_1_1429181362533_8725" dir="ltr">Was starting to work on making a usable phone again and wondered about the status of nuttx-bb git on osmocom.org versus nuttx source. It seems nuttx source is more up-to-date and has configs for my device: compal_e86/c139. Wondering if there is something in nuttx-bb that is unique that I should pay attention to? Should nuttx-bb be rebased from nuttx upstream?</div><div id="yui_3_16_0_1_1429181362533_8726" dir="ltr"><br></div><div id="yui_3_16_0_1_1429181362533_8768" dir="ltr">I was able to cobble together a nuttx.bin but on loading it always stops at 88% with the chainloader. The nuttx.bin is 148K which would seem plenty of room since the C139 has 4000K flash (32MBit) (am I doing that calculation correctly)?</div><div id="yui_3_16_0_1_1429181362533_8790" dir="ltr"><br></div><div dir="ltr">I had to fiddle with the MEMORY section of the ld.script in order to make space for nuttx, I'm not too familiar with this sort of thing so may have done something wrong...</div><div id="yui_3_16_0_1_1429181362533_8791" dir="ltr"><br></div><div id="yui_3_16_0_1_1429181362533_8792" dir="ltr">/* E86 stacked flash 32mbit flash, 4mbit sram, DBB internal 256kb SRAM */<br style="" class="">    /* 0x800000-0x87ffff */ /* bump up because we have 32mbit instead of 16mbit */<br style="" class="">    /* compal-loaded binary: our text, initialized data */<br style="" class="">    LRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00020000<br style="" class="">    TRAM (rw) : ORIGIN = 0x00820000, LENGTH = 0x00040000<br style="" class="">    /* compal-loaded binary: our unitialized data, stacks, heap */<br style="" class="">    IRAM (rw) : ORIGIN = 0x00860000, LENGTH = 0x00020000<br style="" class=""></div><div id="yui_3_16_0_1_1429181362533_8793" dir="ltr"><br></div><div id="yui_3_16_0_1_1429181362533_8853" dir="ltr">Originally TRAM was 20000 long and gave me an error on building. Not sure if I can fiddle with these values or not.<br></div><div id="yui_3_16_0_1_1429181362533_8854" dir="ltr"><br></div><div id="yui_3_16_0_1_1429181362533_8794" dir="ltr">Thanks,</div><div id="yui_3_16_0_1_1429181362533_8795" dir="ltr">Craig</div><div id="yui_3_16_0_1_1429181362533_8907" dir="ltr"><br></div><div id="yui_3_16_0_1_1429181362533_8615"><br></div></div></body></html>