Jump to content

lanefu

Members
  • Posts

    1337
  • Joined

  • Last visited

Everything posted by lanefu

  1. you may be able to adjust the volume of the PCM channel in the mixer. that will have the same effect. pure digital audio connections [hdmi, spdif, etc] are fixed. volume is adjusted at the output rather than source Tapatalk thinks its important to tell you im using tapatalk from a phone.
  2. Oppps. I was holding out.. I forgot I made a u-boot patch to fix the frequency part. Try duplicating for the lite. You can ignore the bootm_boot part it doens't actually do anything.. I'll try to clean things up and submit a proper patch diff --git a/configs/orangepi_one_defconfig b/configs/orangepi_one_defconfig index de6e9c8..4dd59a8 100644 --- a/configs/orangepi_one_defconfig +++ b/configs/orangepi_one_defconfig @@ -23,3 +23,7 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_USB_EHCI_HCD=y +##lj Clock freq defaults are 10080000 inherited from OPI PC default, kernel DTS doesn't have that speed, trying valid ones from kernel dts +CONFIG_SYS_CLK_FREQ=1200000000 +#CONFIG_SYS_CLK_FREQ=816000000 +bootm_boot_mode=nonsec
  3. @martinayotte you're definitely due some recognition. nice work on some hairy stuff that i barely understand. in the context of device tree what is an overlay? a patch to extend an existing dts definition? Tapatalk thinks its important to tell you im using tapatalk from a phone.
  4. i did a 4.6.4 kernel armbian build for my opi one yesterday. I was delighted. Ethernet worked. Docker worked after only an apt-get install. i launched a basic ubuntu xenial arm container and it held together. nothing like a 512 meg docker host Tapatalk thinks its important to tell you im using tapatalk from a phone.
  5. I tested pretty thoroughly with my Opi One. Did several fresh builds and switched between legacy and dev to make sure nothing was impacted. I'll try to test on me @e later this week. Maybe give it another shot and let me know?
  6. Yep the process is in the doc.. and it welcomes feedback and improvements. And yes frequent updates to task status is a great thing. Any level of progress demonstrates that something is being cared for... also a great way to bring more participation.
  7. Cool... I coudlnt tell how much you guys were into it. but yeah it takes time and lots of re-enforcement. Are you on holiday? Anyway we can catch up on it when the time is right.
  8. Hmmm.. so was my task tracking process kind of a bust?
  9. @igor @tkaiser When you have some time can you take a look at this merge request? Am I following proper process? Is my fix sufficient?
  10. @svkatielee see this thread for formatting content... https://r.tapatalk.com/shareLink?url=http%3A%2F%2Fforum%2Earmbian%2Ecom%2Findex%2Ephp%3F%2Ftopic%2F1532-%5B392%5D---documentation-rework&share_tid=1532&share_fid=1017055&share_type=t [392] - documentation rework the documentation repo is meant to have more generous access. If you'd like access please ask igor and provide your github userid Tapatalk thinks its important to tell you im using tapatalk from a phone.
  11. for current state id just interview the SME's directly and get the facts. Direct questions get direct results Tapatalk thinks its important to tell you im using tapatalk from a phone.
  12. u-boot defaults to non-sec mode in `sources/u-boot/v2016.05/u-boot.cfg` See SUNXI PSCI reference ../sources/u-boot/v2016.05/u-boot.cfg:292:#define CONFIG_ARMV7_NONSEC 1 armbian's build in `lib/config/sources/sunxi_common.inc` is forcing H3 into sec mode so that legacy works correctly. install_boot_script() { cp $SRC/lib/config/bootscripts/boot-sunxi.cmd $CACHEDIR/sdcard/boot/boot.cmd # orangepi h3 temp exceptions [[ $LINUXFAMILY == sun8i ]] && sed -i -e '1s/^/gpio set PL10\ngpio set PG11\nsetenv machid 1029\nsetenv bootm_boot_mode sec\n/' \ -e 's/\ disp.screen0_output_mode=1920x1080p60//' -e 's/\ hdmi.audio=EDID:0//' $CACHEDIR/sdcard/boot/boot.cmd }
  13. SEC mode being set for legacy and mainline. Overriding u-boot default of non-sec I've got a patch to make it conditional. just doing a bit more testing cooresponding github issue: https://github.com/igorpecovnik/lib/issues/408 pull request: https://github.com/igorpecovnik/lib/pull/409
  14. you're writing to a partition instead of the top of the card. use sde instead of sde1 Tapatalk thinks its important to tell you im using tapatalk from a phone.
  15. what is your dd command? is an automounter attaching the card you're working on? what sd card? Tapatalk thinks its important to tell you im using tapatalk from a phone.
  16. I believe it polls the repo every few minutes and if there's a change it rebuilds.
  17. Armbianbuilder is meant for ubuntu... The Linux Mint ubuntu-based distro may suffice
  18. that's a killer hack! Tapatalk thinks its important to tell you im using tapatalk from a phone.
  19. thank you Tapatalk thinks its important to tell you im using tapatalk from a phone.
  20. @igor is your cron still running the python script? If so can update your cron to just use the committed mkdocs.yml
  21. @jeanrhum Sorry I was wrong about people being able to assign themselves an issue on github.. keeping status on the forum here is fine for claiming. Connect with Igor and provide him with your github name and ask him to provide you access to doc repo. I'll try to add some more clarity on the documentation process.... the process isself is a WIP.
  22. yeah lets go static. was a fun attempt at least Tapatalk thinks its important to tell you im using tapatalk from a phone.
  23. Mkdocs is currently generated by this script after commit. I have a vague plan on how to add the sorting functionality. I'm in dangerous waters now where my intended simple solution is at risk of creating complexity and pissing everyone one off. Let me think through this. For subtopic would a 2-digit prefix be sufficient for sorting? 00-99? Great goal--totally makes sense. I'll do my best not to hinder that.
  24. yeah man get cracking.. nothing is holding you back! the files can be re-tooled now.. please see my post about templates.. i think thats a critical place to start.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines