-
I'm quite advanced in porting HA OS to Beagle Bone Black, i have several questions before to do a pull requests if the community is interested ...
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey, sorry for replying this late but maybe my answers would still have some use :)
It shouldn't be needed - while it's not exclusively for RPi HW (there's support for some more boards), some of our targets don't use it at all, e.g. Green. I'm not sure what you mean by failed initialization.
Again, not sure what warning you mean but PulseAudio is normally running in a separate container (https://github.com/home-assistant/plugin-audio), it shouldn't be needed to have it in the base OS.
OS Agent has some device-specific features that are depending on a compile-time flag. Maybe it is something that could be done differently but right now it's a historical decision that needs to be taken as a fact. Similarly,
No need to remove anything from the image. Simply use the data disk feature and the eMMC will be used only for the other partitions: https://www.home-assistant.io/common-tasks/os/#using-external-data-disk |
Beta Was this translation helpful? Give feedback.
-
@Didifred, could you guide me on the partition table?
|
Beta Was this translation helpful? Give feedback.
Hi, i've seen the answers some weeks ago, here my answers ::
1 - Green perhaps doesn't not use it, but in actual green_defconfig, we find BR2_PACKAGE_RPI_RF_MOD=y.
I mean by fails at initialization, the initialization of the services at os initialization, no more sure exactly at which stage since the time ...
2 - I mean here on first start on the web browser, the splash screen saying "please waiting" and we can open a log window. There is a yellow line indicating pulseaudio problem :
WARNING (SyncWorker_1) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
EDIT : at least also on RPI3
3- I see effectively leds of the board yellow and green, as an …