... | ... | @@ -49,5 +49,12 @@ clone from device/buzztime/bzt18uxa02/device.mk |
|
|
### Initial setup should be done.
|
|
|
At this point you would start copying the relevant portions of the bzt18uxa02 folder into the new product folder. Once bzt18uxa01 is created, it will be a better starting place. It should be ok to just copy the entire contents in and customize.
|
|
|
|
|
|
### typical make commands:
|
|
|
`make -j24 BUILD_ID="$(cat ${TARGET_PRODUCT}_build.id)" BUILD_NUMBER="$(cat ${TARGET_PRODUCT}_build_number.id)" > buildlog.log 2>&1 &`
|
|
|
|
|
|
`./mkimage.sh ota && rockdev/mkupdate.sh`
|
|
|
|
|
|
`rockdev/mkpublish.sh -u "username:password"`
|
|
|
where username and password are an account with write privileges to the firmware repository on nexus.buzztime.com
|
|
|
|
|
|
|