Samraksh / TestSystem

Automated Test Suite
1 stars 0 forks source link

should native tests use TinyBooter? #7

Open MichaelAtSamraksh opened 9 years ago

MichaelAtSamraksh commented 9 years ago

TestSystem currently builds TinyBooter and flashes TinyBooter before native tests. Native tests use a scatter file that places the native test start address at the base of flash (same location as TinyBooter). Therefore, TinyBooter never executes for native tests. If the desired behavior is to never execute TinyBooter, then we should stop building tiny booster before native tests. If the desired behavior is to execute TinyBooter, then we should make native tests use the tinyclr scatter file.

ChrisAtSamraksh commented 9 years ago

We could stop building and loading the tinybooter on native tests.