Kodi Community Forum

Full Version: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
Hi,

I just wanted to say a big thanks to Matt.
I finally installed OE on my HP Chromebox without any issue. It works great AFAICS but i didn't tried yet to integrate my media library as I am concern with something you guys could help me to sort out.

My medias are stored on an external self powered enclosure pluged via usb. I read some posts on Openelec forum about unmounting usb hdd at shutdown issues (OE not unmounting the drives but just making a sync, OE shutdoqn to fast for the drives to be able to parc themselves for non self powered enclosure i imagine and so on).
Could someone know if there are some issues about this ?

Also, i was wondering what happend if one use suspend intead of real shutdown ? Does the drives stay mounted ?If not, does the shutdown.sh script could be used unmount the hdd or does the suspend mode prevent the script to be executed ?

Thanks as i am a "little" afraid to screw my hdd knowing that i will also pluged them on a windows machine from time to time.

PS: i know i can safely remove the hdd through the Kodi context menu, but it's a pain to do it each time one wants to suspend or shutdown the machine.

thanks again
Thanks Matt.

I assume, in regards to the PS3 remote, that we're talking this one: http://www.amazon.com/Media-Blu-ray-Remo...PS3+remote made by Sony as opposed to some off-brand version?

If anyone else has advice regarding miracast on the chromebox (using the CB as the receiver or the transmitter) or steam streaming on it, I'd love to hear about it. Or if anyone has familiarity with using a Wii remote, I'd be interested in hearing about that too.

Thanks.
Celeron 2955u does not support miracast. You'd need at least the 3050u.
(2015-05-24, 10:29)Soli Wrote: [ -> ]Thanks Matt.
1. Could the script be made to inject a manual typed MAC address when restoring the original firmware?
the script doesn't have anything to do with restoring the stock firmware currently, I would need to add that functionality
Quote:2. Does it autogenerate a new MAC address when using a generic firmware
no, it uses A0:00:BA:D0:0B:AD if there isn't one found in the firmware
Quote:3. Anything else embedded in the firmware? (Like some unique Chrome serial, that let me take advantage of that 1TB google drive offer)
serial number, region, MAC address, a few more things I'm sure
Quote:4. Can I simply hexedit the firmware with the correct MAC, or is it hidden?
sure, you can simply extract the 16Kb VPD segment from the current firmware and write it back to the appropriate address in the stock firmware (basically the reverse of what the script currently does)

Quote:It might be a good idea to mention that the MAC is embedded in the wiki, since I am probably not the only one that only took backup of the first device. After all, when I upgrade the Chromeboxes somewhere in the future, I plan on restoring them to ChromeOS and hand them over to someone else in the family.
I'll add it to my to-do list ;-)

(2015-05-24, 11:36)Namoi Wrote: [ -> ]Hi,

I just wanted to say a big thanks to Matt.
I finally installed OE on my HP Chromebox without any issue. It works great AFAICS but i didn't tried yet to integrate my media library as I am concern with something you guys could help me to sort out.

My medias are stored on an external self powered enclosure pluged via usb. I read some posts on Openelec forum about unmounting usb hdd at shutdown issues (OE not unmounting the drives but just making a sync, OE shutdoqn to fast for the drives to be able to parc themselves for non self powered enclosure i imagine and so on).
Could someone know if there are some issues about this ?

Also, i was wondering what happend if one use suspend intead of real shutdown ? Does the drives stay mounted ?If not, does the shutdown.sh script could be used unmount the hdd or does the suspend mode prevent the script to be executed ?

Thanks as i am a "little" afraid to screw my hdd knowing that i will also pluged them on a windows machine from time to time.

PS: i know i can safely remove the hdd through the Kodi context menu, but it's a pain to do it each time one wants to suspend or shutdown the machine.

thanks again

if the Windows machine is on 24/7, I'd just leave the drives connected to it, and share them via SMB. Otherwise, seems like a generic OpenELEC issue that you might find more info from their forums or IRC help channel

(2015-05-24, 16:05)megamawax Wrote: [ -> ]Thanks Matt.

I assume, in regards to the PS3 remote, that we're talking this one: http://www.amazon.com/Media-Blu-ray-Remo...PS3+remote made by Sony as opposed to some off-brand version?

If anyone else has advice regarding miracast on the chromebox (using the CB as the receiver or the transmitter) or steam streaming on it, I'd love to hear about it. Or if anyone has familiarity with using a Wii remote, I'd be interested in hearing about that too.

Thanks.

correct, the Sony brand one is the one I've used/tested, but the generic ones should work as well
Thanks Matt. Last one (hopefully):

Do I understand it correctly that after flashing the standalone firmware, I still have all my device specific information in the firmware (the 16kb vpd), but I will lose all of that once I go back to Chromeos without a real backup?

If so, would you be able to add a feature to the script to inject the current firmware information from a standalone/dual boot firmware into another backup file? (For us with more than one identical devices, but only took backup of the firmware of the first device)


And just to be clear and spoonfeeded: if you have several chromeboxes and you have no backup of the firmware, and go the generic router, all your chromeboxes will then end up with the same A0:00:BA:D0:0B:AD MAC address right?
(2015-05-24, 18:47)Soli Wrote: [ -> ]Thanks Matt. Last one (hopefully):

Do I understand it correctly that after flashing the standalone firmware, I still have all my device specific information in the firmware (the 16kb vpd), but I will lose all of that once I go back to Chromeos without a real backup?
correct
Quote:If so, would you be able to add a feature to the script to inject the current firmware information from a standalone/dual boot firmware into another backup file? (For us with more than one identical devices, but only took backup of the firmware of the first device)
there's no reason why I can't, it's just a bit of work. It would only be for the standalone firmware though, nothing in the core firmware is changed in a dual boot setup, so there's nothing to restore.
Quote:And just to be clear and spoonfeeded: if you have several chromeboxes and you have no backup of the firmware, and go the generic route, all your chromeboxes will then end up with the same A0:00:BA:D0:0B:AD MAC address right?
correct, which could/would cause issues if more than one is connected to the same LAN
Thanks Matt. This was essential information. Hope you could implement the injection feature in the future. Knowing myself, I'll probably be all over the Skylake Chromebox as soon as it's released..even though I don't really need hardware HEVC decoding for the forseeable future Wink
(2015-05-24, 20:03)Soli Wrote: [ -> ]Thanks Matt. This was essential information. Hope you could implement the injection feature in the future. Knowing myself, I'll probably be all over the Skylake Chromebox as soon as it's released..even though I don't really need hardware HEVC decoding for the forseeable future Wink

we'll likely see Braswell boxes before Skylake ones, and I expect those will be the low-cost HEVC-capable x86 platform of choice
(2015-05-24, 17:27)Soli Wrote: [ -> ]Celeron 2955u does not support miracast. You'd need at least the 3050u.

Sorry, I meant the 3205U.
Here are a couple of alternatives:

http://liliputing.com/2015/03/msi-cubi-m...nd-up.html

ASROCK Beebox.
GIGABYTE GB-BXBT-2807

And all Broadwell-based celerons. (and Braswell Celerons as well, formerly Atoms)
(2015-05-24, 20:09)Matt Devo Wrote: [ -> ]
(2015-05-24, 20:03)Soli Wrote: [ -> ]Thanks Matt. This was essential information. Hope you could implement the injection feature in the future. Knowing myself, I'll probably be all over the Skylake Chromebox as soon as it's released..even though I don't really need hardware HEVC decoding for the forseeable future Wink

we'll likely see Braswell boxes before Skylake ones, and I expect those will be the low-cost HEVC-capable x86 platform of choice

You're right. I'll probably wait for Skylake though. (Don't want to go down on general CPU performance)

Anyways, since somebody made a Netflix compatible Chromium addon for Openelec that works with Netflix, I don't really need to run Kodibuntu standalone anymore, plus you implemented auto-usb-booting in the standalone option too which I need. So I actually have an excuse to go dual boot on at least one Chromeboxes (the main one with Kodibuntu runs so well, I don't wanna mess with it at the time being...)
Thanks!
(2015-03-18, 17:32)UdoG Wrote: [ -> ]
(2015-03-18, 16:30)Matt Devo Wrote: [ -> ]this has nothing to do with the script, but I'm in a generous mode today.
It's telling you exactly what the issue is - gbb.flags is nonzero, and one of the flags that is set is preventing you from disabling developer mode. Use the script to reset the boot options to the default (which sets gbb.flags to zero), reboot, and you should be able to return to normal/verified boot mode.

YES - thanks a lot. This was my problem! After reset the boot options I was able to disabling the developer mode.

Hi I have the same prolebama yours, but not how to restore the flags to zero, can you tell me how do I fix
(2015-05-25, 21:39)capm19 Wrote: [ -> ]Hi I have the same prolebama yours, but not how to restore the flags to zero, can you tell me how do I fix

your question is unclear. If you have the same problem as the post you quoted, then the fix is the same.
Hi, I'm about to pull the pin and buy an ASUS Chromebox but before I do, could someone please confirm that these things out of the box with a standalone install of OpenElec using Matt's script will pass through DTS HD MA and DD TrueHD audio?

Many thanks

David
Yes HD audio works fine with proper receiver etc
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553