embeded/odroid2021. 9. 9. 20:08

자체 ppa를 통해서 제공을 하긴 한다.

 

[링크 : https://wiki.odroid.com/odroid-c2/application_note/gpio/wiringpi#tab__python_21]

'embeded > odroid' 카테고리의 다른 글

odroid c2 i2c  (0) 2021.09.11
odroid c2 wiringpi pinout  (0) 2021.09.10
odroid c2 계륵이 되었네 (opencl 미지원)  (0) 2021.09.09
odroid c2 boot.ini  (0) 2021.09.05
odroid xu4 opencl  (0) 2021.08.27
Posted by 구차니
embeded/odroid2021. 9. 9. 19:59

opencl 지원안해서 멀하든 계륵이네 (딥러닝용도로는)

 

[링크 : https://namu.wiki/w/ARM%20Mali%20GPU]

[링크 : https://github.com/ARM-software/armnn/issues/446]

 

 

'embeded > odroid' 카테고리의 다른 글

odroid c2 wiringpi pinout  (0) 2021.09.10
odroid c2 gpio wiringpi  (0) 2021.09.09
odroid c2 boot.ini  (0) 2021.09.05
odroid xu4 opencl  (0) 2021.08.27
odroid c2 ubuntu 20.04 64bit  (0) 2021.08.23
Posted by 구차니
embeded/odroid2021. 9. 5. 21:48

라즈베리의 config.txt는 uboot 와는 독립된 문법의 느낌이라면

odroid c2의 boot.ini 는 uboot의 환경설정 문법을 그대로 따라가는 느낌

 

그나저나 발열 문제 때문인가 클럭을 낮게 잡아놨네?

ODROIDC2-UBOOT-CONFIG

########################################################################
# Changes made to this are overwritten every time there's a new upgrade
# To make your changes permanent change it on 
# boot.ini.default
# After changing it on boot.ini.default run the bootini command to
# rewrite this file with your personal permanent settings.
# Documentation: http://odroid.com/dokuwiki/doku.php?id=en:c2_persistent_bootini
########################################################################

# Possible screen resolutions
# Uncomment only a single Line! The line with setenv written.
# At least one mode must be selected.

# Custom modeline!
# To use custom modeline you need to disable all the below resolutions
# and setup your own! 
# For more information check our wiki: 
# http://odroid.com/dokuwiki/doku.php?id=en:c2_hdmi_autosetting
# Example below:
# setenv m "custombuilt" 
# setenv modeline "1920,1200,154000,74040,60,1920,1968,2000,2080,1200,1202,1208,1235,1,0,1"

# Auto Detection of Monitor settings based on your Screen information
# See: http://odroid.com/dokuwiki/doku.php?id=en:c2_auto_detect_display
setenv display_autodetect "true"

# 480 Lines (720x480)
# setenv m "480i60hz" # Interlaced 60Hz
# setenv m "480i_rpt" # Interlaced for Rear Projection Televisions 60Hz
# setenv m "480p60hz" # 480 Progressive 60Hz
# setenv m "480p_rpt" # 480 Progressive for Rear Projection Televisions 60Hz

# 576 Lines (720x576)
# setenv m "576i50hz" # Interlaced 50Hz
# setenv m "576i_rpt" # Interlaced for Rear Projection Televisions 50Hz
# setenv m "576p50hz" # Progressive 50Hz
# setenv m "576p_rpt" # Progressive for Rear Projection Televisions 50Hz

# 720 Lines (1280x720)
# setenv m "720p50hz" # 50Hz
# setenv m "720p60hz" # 60Hz

# 1080 Lines (1920x1080)
# setenv m "1080i60hz" # Interlaced 60Hz
setenv m "1080p60hz" # Progressive 60Hz
# setenv m "1080i50hz" # Interlaced 50Hz
# setenv m "1080p50hz" # Progressive 50Hz
# setenv m "1080p24hz" # Progressive 24Hz

# 4K (3840x2160)
# setenv m "2160p30hz"    # Progressive 30Hz
# setenv m "2160p25hz"    # Progressive 25Hz
# setenv m "2160p24hz"    # Progressive 24Hz
# setenv m "smpte24hz"    # Progressive 24Hz SMPTE
# setenv m "2160p50hz"    # Progressive 50Hz
# setenv m "2160p60hz"    # Progressive 60Hz
# setenv m "2160p50hz420" # Progressive 50Hz with YCbCr 4:2:0 (Requires TV/Monitor that supports it)
# setenv m "2160p60hz420" # Progressive 60Hz with YCbCr 4:2:0 (Requires TV/Monitor that supports it)

### VESA modes ###
# setenv m "640x480p60hz"
# setenv m "800x480p60hz"
# setenv m "480x272p60hz"
# setenv m "480x320p60hz"
# setenv m "480x800p60hz"
# setenv m "800x600p60hz"
# setenv m "1024x600p60hz"
# setenv m "1024x768p60hz"  
# setenv m "1280x800p60hz"
# setenv m "1280x1024p60hz"
# setenv m "1360x768p60hz"
# setenv m "1440x900p60hz"
# setenv m "1600x900p60hz"
# setenv m "1680x1050p60hz"
# setenv m "1600x1200p60hz"
# setenv m "1920x1200p60hz"
# setenv m "2560x1080p60hz"
# setenv m "2560x1440p60hz"
# setenv m "2560x1600p60hz"
# setenv m "3440x1440p60hz"

# HDMI BPP Mode
setenv m_bpp "32"
# setenv m_bpp "24"
# setenv m_bpp "16"

# HDMI DVI/VGA modes
# By default its set to HDMI, if needed change below.
# Uncomment only a single Line.
# setenv vout "dvi"
# setenv vout "vga"

# HDMI HotPlug Detection control
# Allows you to force HDMI thinking that the cable is connected.
# true = HDMI will believe that cable is always connected
# false = will let board/monitor negotiate the connection status
setenv hpd "true"
# setenv hpd "false"

# Monitor output
# Controls if HDMI PHY should output anything to the monitor
setenv monitor_onoff "false" # true or false

# Server Mode (aka. No Graphics)
# Setting nographics to 1 will disable all video subsystem
# This mode is ideal of server type usage. (Saves ~300Mb of RAM)
setenv nographics "0"

# Meson Timer
# 1 - Meson Timer
# 0 - Arch Timer 
# Using meson_timer improves the video playback however it breaks KVM (virtualization).
# Using arch timer allows KVM/Virtualization to work however you'll experience poor video
setenv mesontimer "1"

# UHS (Ultra High Speed) MicroSD mode enable/disable
setenv disableuhs "false"

# MicroSD Card Detection enable/disable
# Force the MMC controlled to believe that a card is connected.
setenv mmc_removable "true"

# USB Multi WebCam tweak
# Only enable this if you use it.
setenv usbmulticam "false"

# Disable/Enable ODROID-VU7 Touchscreen
setenv disable_vu7 "false"

# Default Console Device Setting
setenv condev "console=ttyS0,115200n8 console=tty0"   # on both

# CPU Frequency / Cores control
###########################################
### WARNING!!! WARNING!!! WARNING!!!
# Before changing anything here please read the wiki entry: 
# http://odroid.com/dokuwiki/doku.php?id=en:c2_set_cpu_freq
#
# MAX CPU's
# setenv maxcpus "1"
# setenv maxcpus "2"
# setenv maxcpus "3"
setenv maxcpus "4"

# MAX Frequency
# setenv max_freq "2016"  # 2.016GHz
# setenv max_freq "1944"  # 1.944GHz
# setenv max_freq "1944"  # 1.944GHz
# setenv max_freq "1920"  # 1.920GHz
# setenv max_freq "1896"  # 1.896GHz
# setenv max_freq "1752"  # 1.752GHz
# setenv max_freq "1680"  # 1.680GHz
# setenv max_freq "1656"  # 1.656GHz
setenv max_freq "1536"  # 1.536GHz



###########################################

# Boot Arguments
if test "${display_autodetect}" = "true"; then usb pwren; hdmitx edid; fi
if test "${m}" = "custombuilt"; then setenv cmode "modeline=${modeline}"; fi
if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef:0x0005:0x0004"; fi

setenv bootargs "root=/dev/mmcblk0p2 rootwait rw ${condev} no_console_suspend hdmimode=${m} ${cmode} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable} usbmulticam=${usbmulticam} ${hid_quirks}"

# Booting

setenv loadaddr "0x11000000"
setenv dtb_loadaddr "0x1000000"
setenv initrd_loadaddr "0x13000000"

fatload mmc 0:1 ${initrd_loadaddr} uInitrd
fatload mmc 0:1 ${loadaddr} Image
fatload mmc 0:1 ${dtb_loadaddr} meson64_odroidc2.dtb
fdt addr ${dtb_loadaddr}

if test "${mesontimer}" = "0"; then fdt rm /meson_timer; fdt rm /cpus/cpu@0/timer; fdt rm /cpus/cpu@1/timer; fdt rm /cpus/cpu@2/timer; fdt rm /cpus/cpu@3/timer; fi
if test "${mesontimer}" = "1"; then fdt rm /timer; fi

if test "${nographics}" = "1"; then fdt rm /reserved-memory; fdt rm /aocec; fi
if test "${nographics}" = "1"; then fdt rm /meson-fb; fdt rm /amhdmitx; fdt rm /picdec; fdt rm /ppmgr; fi
if test "${nographics}" = "1"; then fdt rm /meson-vout; fdt rm /mesonstream; fdt rm /meson-fb; fi
if test "${nographics}" = "1"; then fdt rm /deinterlace; fdt rm /codec_mm; fi

booti ${loadaddr} ${initrd_loadaddr} ${dtb_loadaddr}

'embeded > odroid' 카테고리의 다른 글

odroid c2 gpio wiringpi  (0) 2021.09.09
odroid c2 계륵이 되었네 (opencl 미지원)  (0) 2021.09.09
odroid xu4 opencl  (0) 2021.08.27
odroid c2 ubuntu 20.04 64bit  (0) 2021.08.23
odroid c2  (0) 2021.08.22
Posted by 구차니
embeded/odroid2021. 8. 27. 19:10

odroid c2에도 적용되려나?

패키지는 있겠지?

 

일단은 mali쓰니 기대를..

[링크 : https://magazine.odroid.com/article/getting-started-with-opencl-using-the-odroid-xu4/]

'embeded > odroid' 카테고리의 다른 글

odroid c2 계륵이 되었네 (opencl 미지원)  (0) 2021.09.09
odroid c2 boot.ini  (0) 2021.09.05
odroid c2 ubuntu 20.04 64bit  (0) 2021.08.23
odroid c2  (0) 2021.08.22
모니터 소비전력과 오드로이드 XU4  (0) 2020.06.02
Posted by 구차니
embeded/odroid2021. 8. 23. 19:27

혹시나 해서 받아봤는데 다행히 64bit ubuntu 20.04 !!

그나저나 UHS-1 SD 인데 초기 업데이트 때문에 그런지 생각외로 느리고 생각외로 발열이 장난이 아니다.

소비전력을 재어봐야 하는데 급 귀찮..

[링크 : https://dn.odroid.com/S905/Ubuntu/ubuntu-20.04-3.16-mate-odroid-c2-20210120.img.xz]

 

[링크 : https://wiki.odroid.com/getting_started/os_installation_guide#tab__odroid-c2]

[링크 : https://dn.odroid.com/S905/Ubuntu/]

 

+

다행히도 기존에 구매해놓았던 U3용 UART/5V 어댑터를 같이 사용 가능할 듯?

[링크 : https://www.hardkernel.com/ko/shop/usb-uart-module-kit/]

[링크 : https://www.hardkernel.com/ko/shop/5v-2a-power-supply-asia-korea-round-plug-2/]

'embeded > odroid' 카테고리의 다른 글

odroid c2 boot.ini  (0) 2021.09.05
odroid xu4 opencl  (0) 2021.08.27
odroid c2  (0) 2021.08.22
모니터 소비전력과 오드로이드 XU4  (0) 2020.06.02
odroid XU4 H.265 가능이라니  (0) 2020.05.08
Posted by 구차니
embeded/odroid2021. 8. 22. 23:18

와 전파인증 여파가 여기까지 오다니 ㄷㄷ

uhs 1, h265, gbe 공식지원

 

H.265 4K/60FPS and H.264 4K/30FPS capable VPU
eMMC5.0 HS400 Flash Storage slot / UHS-1 SDR50 MicroSD Card slot

[링크 : https://www.hardkernel.com/ko/shop/odroid-c2/]

 

+

2021.08.24

다시보니 보드는 그냥 단종이고

옵션으로 판매하는 꽃게 무선랜 USB가 문제가 된 듯.

[링크 : https://www.hardkernel.com/ko/shop/wifi-module-5a/]

'embeded > odroid' 카테고리의 다른 글

odroid xu4 opencl  (0) 2021.08.27
odroid c2 ubuntu 20.04 64bit  (0) 2021.08.23
모니터 소비전력과 오드로이드 XU4  (0) 2020.06.02
odroid XU4 H.265 가능이라니  (0) 2020.05.08
odroid xu4 ADC 2CH  (0) 2020.03.28
Posted by 구차니
embeded/odroid2020. 6. 2. 17:54

모니터 소비전력을 생각을 안하고 있었는데..

오늘 생각나서 재보니

 

MOTV LED21fs 1920x1080 해상도로 DVI 입력시

16.6W 정도 소비된다.

 

XU4로 동영상 재생시 6W 정도니까.

22W 정도 소비..

 

i5-2500, HD7850 데탑이

전원 꺼졌을때 1.57W

idle 상태에서 60~70W

fluid motion 적용해서 동영상 돌리면 110~120W 먹네..

 

아무튼 그 덕에.. 전기세가 많이 억제 된건가?

 

+

2020.06.04

노트북을 켜보니 idle 에서 24W

로드 조금 걸리면 35W 오락가락 하는데 이정도면.. 오드로이드로 낑낑대면서 쓸 바에는

모니터 + XU4 보다 약간 더 먹는 노트북이 더 이득인가?

아무튼 노트북이 데탑 보다 반 이상 조금 먹네..

'embeded > odroid' 카테고리의 다른 글

odroid c2 ubuntu 20.04 64bit  (0) 2021.08.23
odroid c2  (0) 2021.08.22
odroid XU4 H.265 가능이라니  (0) 2020.05.08
odroid xu4 ADC 2CH  (0) 2020.03.28
odroid xu4 image 테스트  (0) 2020.03.28
Posted by 구차니
embeded/odroid2020. 5. 8. 17:23

i5-2500 / HD 7950 으로 돌려도 버벅대된 녀석이

odroid XU4 / ubuntu / kodi로 재생하니 아무런 문제없이 잘 돌아간다.

덕분에 지름신은 좀 물리쳐질지도?

 

삼성 홈페이지에서는 Exynos 5 Octa (5422) 스펙에 FHD 120fps 인코딩 / 디코딩이 가능하다는데

Full HD 120fps encoding and
decoding with VP8 Codec

[링크 : https://www.samsung.com/semiconductor/minisite/exynos/products/mobileprocessor/exynos-5-octa-5422/]

 

hardkernel 쪽 사용자 설명서에서는 된다고 하니 되는거 맞겠지 머..

[링크 : https://books.google.co.kr/books?id=-D9QCwAAQBAJ&pg=PA11&lpg=PA11&dq=Exynos5422+h265...]

'embeded > odroid' 카테고리의 다른 글

odroid c2  (0) 2021.08.22
모니터 소비전력과 오드로이드 XU4  (0) 2020.06.02
odroid xu4 ADC 2CH  (0) 2020.03.28
odroid xu4 image 테스트  (0) 2020.03.28
odroid xu4 vlc error  (0) 2020.03.27
Posted by 구차니
embeded/odroid2020. 3. 28. 19:00

심심해서 글들 찾아보다 보니 odroid 에는 raspberrypi 엔 없는 ADC가 무려 2채널이나 존재한다는 사실을 발견했는데

문제는 30핀 헤더에서 해당 핀을 빼내야 하고 0~1.8V range로 전압을 측정해야 한다는게 점이라고 해야하려나?

아두이노만 해도 0~5V 라서 좀 회로구성이 넉넉한데 핀도 2.54mm가 아닌데다가 1.8V 라니.. 

이걸 쓰려면 공부할게 많을듯 하다. ㅠㅠ

 

그래도 라즈베리에는 없는 ADC가 있다는게 어디인가.. 싶긴하네


[링크 : https://m.blog.naver.com/cpodeveloper/220525614802]

[링크 : https://wiki.odroid.com/odroid-xu4/application_note/gpio/adc]

    [링크 : https://forum.odroid.com/viewtopic.php?t=18391]

'embeded > odroid' 카테고리의 다른 글

모니터 소비전력과 오드로이드 XU4  (0) 2020.06.02
odroid XU4 H.265 가능이라니  (0) 2020.05.08
odroid xu4 image 테스트  (0) 2020.03.28
odroid xu4 vlc error  (0) 2020.03.27
odroid XU4 데스크 탑 설정  (0) 2020.03.08
Posted by 구차니
embeded/odroid2020. 3. 28. 17:37

ubuntu-18.04.3-4.14-mate-odroid-xu4-20190929.img

이미지를 혹시나 해서 다기 구워서 테스트를 해보았는데

유튜브 요즘 트래픽 제하니 걸려서 그런지 1080p는 심하게 버퍼링 되고

기본으로 설치된 VLC 로도 동영상이 정상 재생되지 않는건 동일하다.

 

역시 작은 규모라 이런 기본적인(!) 기능도 기본 이미지에서 정상작동하지 않는건가.. ㅠㅠ

아무튼 2020년 이미지는 언제 나오려나?

 

'embeded > odroid' 카테고리의 다른 글

odroid XU4 H.265 가능이라니  (0) 2020.05.08
odroid xu4 ADC 2CH  (0) 2020.03.28
odroid xu4 vlc error  (0) 2020.03.27
odroid XU4 데스크 탑 설정  (0) 2020.03.08
odroid xu4 AP 관련  (0) 2020.03.07
Posted by 구차니