-
Posts
1148 -
Joined
-
Last visited
Everything posted by lanefu
-
[397] - maintain/fix DTS entries for some devices such I2C/SPI/W1
lanefu replied to lanefu's topic in Development
.....like a NIC or something? Tapatalk thinks its important to tell you im using tapatalk from a phone. -
[397] - maintain/fix DTS entries for some devices such I2C/SPI/W1
lanefu replied to lanefu's topic in Development
That's pretty cool..... Can it be used to initialize things that u-boot's DTS does not? -
How to control audio volume by command on Orange Pi One Armbian?
lanefu replied to Mori's topic in Allwinner H2 & H3
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. -
[408] - temp h3 u-boot setting causing mainline to not have SMP enabled
lanefu replied to lanefu's topic in Development
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 -
[397] - maintain/fix DTS entries for some devices such I2C/SPI/W1
lanefu replied to lanefu's topic in Development
@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. -
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.
-
[408] - temp h3 u-boot setting causing mainline to not have SMP enabled
lanefu replied to lanefu's topic in Development
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? -
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.
-
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.
-
Hmmm.. so was my task tracking process kind of a bust?
-
[408] - temp h3 u-boot setting causing mainline to not have SMP enabled
lanefu replied to lanefu's topic in Development
Cool looks like @zador.blood.stained tuned and updated..thanks -
[408] - temp h3 u-boot setting causing mainline to not have SMP enabled
lanefu replied to lanefu's topic in Development
@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? -
@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.
-
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.
-
[408] - temp h3 u-boot setting causing mainline to not have SMP enabled
lanefu replied to lanefu's topic in Development
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 } -
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.
-
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.
-
I believe it polls the repo every few minutes and if there's a change it rebuilds.
-
Any Linux distribution that's better suited for Armbian Development?
lanefu replied to willie-m's topic in Allwinner H2 & H3
Armbianbuilder is meant for ubuntu... The Linux Mint ubuntu-based distro may suffice -
thank you Tapatalk thinks its important to tell you im using tapatalk from a phone.
-
@igor is your cron still running the python script? If so can update your cron to just use the committed mkdocs.yml
-
@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.
-
yeah lets go static. was a fun attempt at least Tapatalk thinks its important to tell you im using tapatalk from a phone.
