jgyos / system

The compact and flexible Firefox OS core
Apache License 2.0
0 stars 5 forks source link

make minimum bootable system core #1 #2

Closed gasolin closed 9 years ago

gasolin commented 9 years ago

works with B2G desktop

Instructions:

  1. download gaia repo, backup existing system to system_origin and put jgyos/system as system.
  2. run DEBUG=1 DESKTOP=0 make to generate profile-debug folder
  3. download B2G desktop from https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Different_ways_to_run_Gaia and install it
  4. run /Applications/B2G.app/Contents/MacOS/b2g-bin -profile /Users/gasolin/Documents/web/foxbox/gaia/profile-debug

To test on real device, we may need set related settings value (ex: remote debugging) to true to keep the device flash-able.

The infancy screenshot of minimum boot-able jgyOS

Imgur

gasolin commented 9 years ago

@john-hu @begeeben please help review it