Node-Red
This flow is parseFloat & toFixed example.
Youtube link
https://youtu.be/ZqmgBBOWgVI
#EXTM3U | |
#EXTINF:-1,ARD | |
https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8 | |
#EXTINF:-1,ARD ONE | |
https://mcdn-one.ard.de/ardone/hls/master.m3u8 | |
#EXTINF:-1,ARD Alpha | |
https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 | |
#EXTINF:-1,ARD Tagesschau | |
https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8 | |
#EXTINF:-1,ZDF |
Node-Red
This flow is parseFloat & toFixed example.
Youtube link
https://youtu.be/ZqmgBBOWgVI
#!/usr/bin/env python3 | |
# Copyright 2017 Google Inc. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
#!/usr/bin/env python3 | |
# Copyright 2017 Google Inc. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
We have used the most recent beagleboard debian eMMC flasher image to flash the beagle bone black eMMC. As of this writing: wget http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
After flashing is complete, erase the sd card, then reboot. Once booted, We can use fdisk -l
to list our available devices, I found mine by checking the size and the partition table.
After verfifying the card's address, we can reformat it to fit our needs. Of course, this can be done before plugging the card in, as well.
debian@beaglebone:~$ fdisk -l
Disk /dev/mmcblk0: 15.9 GB, 15931539456 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 31116287 15554048 b W95 FAT32