PocketSprite / 8bkc-sdk

SDK for programming apps for the PocketSprite
64 stars 20 forks source link

fake hardware doesn't seem to turn off the appfs location compiling #3

Closed konsgn closed 6 years ago

konsgn commented 6 years ago

When compiling against fake hardware, The app seems to be compiled and flashed to location 0x9000, causing it to run whatever previous code you had on it rather than the direct-boot to app expected..

Working on fixing that now.

konsgn commented 6 years ago

woops, nvm, just had ta do a : "make partition_table-flash"

Spritetm commented 6 years ago

In general, if you run make flash, it should flash everything (app, partition table, bootloader) which should just make it work.

konsgn commented 6 years ago

well now, that's just too easy ;)